Skip to content

Releases: simonsobs/so3g

v0.1.6

20 Mar 18:51
c7493c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

03 Jan 22:42
38919cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v

Updates to spt3g and small fixes

23 Jun 17:27
Compare
Choose a tag to compare
  • Lift astropy<5 constraint (#120)
  • Additional check for shape of RangesMatrix (#124)
  • Better handling of zero-size arrays (#125)
  • G3VectorBool now supported in HK
  • Bump upstream spt3g version

v0.1.3

01 Feb 18:53
ba9c497
Compare
Choose a tag to compare

What's Changed

  • G3SuperTimestream: don't crash trying to serialize 0-samples by @mhasself in #115
  • Only import core from spt3g when testing for existence by @tskisner in #117

Full Changelog: v0.1.2...v0.1.3

Improve numpy compatibility of wheels

28 Jan 16:35
3bee7c7
Compare
Choose a tag to compare
  • When building wheels, pin numpy in the build environment to one that is old enough to be ABI compatible with any runtime version (#112)
  • When building wheels, bundle latest Boost and OpenBLAS. Also fix build on MacOS with Python-3.10

Updated frame objects, smurf classes, and python packages

25 Jan 07:55
e09f50e
Compare
Choose a tag to compare
  • Build python wheels (#108, #110, #111)
  • Update to recent spt3g upstream version
  • Fix clipping data from maps (#109)
  • Small G3SuperTimestream fix (#104)
  • G3SuperTimestream portability fix (#105)
  • More RTD fixes (#103)
  • Support tiled mapmaking (#101)
  • Cleanup readthedocs (#99)
  • New G3SuperTimestream object (#98)
  • More HK docs updates (#95)
  • Many updates to projection and ranges supporting planet mapping (#96)
  • Apt update before install in dockerfile (#97)
  • Align cmake policies with spt3g (#94)
  • RangesMatrix add from mask (#92)
  • Documentation updates to HK and smurf sections (#89)
  • Update docker builds to ubuntu 20.04 (#88)
  • Update docker builds to include pixell and qpoint (#87)
  • Improve intervals repr / description (#86)
  • Add tools needed by ML mapmaker, include CBLAS functions (#79)
  • Update coveralls to use version 3.x (#85)
  • load_data now returns data in units of squid phase instead of ADC (#83)
  • Loading of primary data fields and improved timestamps (#82)
  • Fix crash in smurf status loading (#81)
  • Faster HK loading (#76)
  • Add smurf status wrapper / loader (#78)
  • Move CI from Travis to github actions (#75)
  • Handle loading old-format data without smurf frames (#73)
  • Speed ups to housekeeping data loading
  • Various improvements to projection and array operations
  • System for indexing and loading smurf data (#68)

v0.1.0

30 Jul 19:42
31fa404
Compare
Choose a tag to compare
  • Update to HK v2 (#67)
  • Improve so3g.proj (#63)
  • Use new spt3g cmake helpers (#57)
  • Remove type casting in smurf reader (#62)
  • Various documentation additions

v0.0.8

15 Jun 19:04
e0b1e09
Compare
Choose a tag to compare
  • Introduces HK v1 format (#58)
    • Adds support for Double, Int and String vectors (2233eb6)
  • Updates spt3g version to 0.2-11-g3444852 in provided Docker images (#60)
  • Expand functionality for loading data from .g3 files (#48, #44, #43, #31)
  • Add support for readthedocs (#46, #55)
  • Introduce Ranges class (#50) and various improvements (#53, #54)
  • Add .g3 file reader for detector data (#42)
  • Fixes bug in loading .g3 files (#62)
  • Removes so3g-jupyter in favor of "ocs-utils" image (#56)
  • Adds xieta functions in quat.py (#49)

Revamp proj module

12 Dec 19:45
bb6b8c2
Compare
Choose a tag to compare
Travis test stage and spt3g version bump (#41)

* Bump spt3g base image version to latest spt3g commit (v0.1)

* Add missing modules to requirements.txt

* Configure travis to run tests within so3g container

* Use pytest as a test runner and add coveralls

* Add build and testing files to the .gitignore

v0.0.6

12 Sep 16:05
7f47581
Compare
Choose a tag to compare

Introduces Projection module.