Releases: simonsobs/so3g
Releases · simonsobs/so3g
v0.1.6
What's Changed
- so-hk-cli by @mhasself in #139
- Fix GitHub Actions workflow badge by @BrianJKoopman in #140
- When installing requirements for wheel building, enforce numpy ABI by @tskisner in #144
- Update wheel building scripts by @tskisner in #138
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Load data change by @jeffiuliano in #122
- Weather fix by @amaurea in #129
- Performance improvement by avoiding python for loop by @dixilo in #133
- Load ranges onepass by @mhasself in #134
- HK docs by @mhasself in #135
- Speed up HK loads by @mhasself in #132
- HKTree -- tab completion for browsing HK data by @mhasself in #136
- Only instance of deprecated data types by @keskitalo in #141
New Contributors
- @jeffiuliano made their first contribution in #122
- @amaurea made their first contribution in #129
- @dixilo made their first contribution in #133
Full Changelog: v0.1.4...v
Updates to spt3g and small fixes
v0.1.3
Improve numpy compatibility of wheels
- 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
- 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
v0.0.8
- 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
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