Releases: simonsobs/so3g
Releases · simonsobs/so3g
v0.2.7
v0.2.6
Support python-3.13
What's Changed
- Add macro to numpy header to preserve behaviour from numpy<2.1 by @tristpinsm in #225
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #223
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #224
- Add support for python-3.13 by @tskisner in #228
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #227
- Add new noise model for discrete cosine transform (DCT) by @Bai-Chiang in #226
New Contributors
- @tristpinsm made their first contribution in #225
- @Bai-Chiang made their first contribution in #226
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Pin builder image for osx-arm by @mhasself in #222
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #217
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #218
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #220
Also (included in v0.2.3)
- Add azel=True mode for lonlat; fix xieta origin bug by @mhasself in #219
- Fix lack of support for non-integer crpix by @amaurea in #221
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Fix wheel segfault in 0.2.1
What's Changed
Full Changelog: v0.2.1...v0.2.2
Several small fixes new fitting functionality
What's Changed
- Bump docker/login-action from 2 to 3 by @dependabot in #203
- docs: docstring for G3SuperTimestream.Options by @mhasself in #206
- Remove imp.load_dynamic from load_pybindings by @mhasself in #207
- Zenithal fixes by @mhasself in #208
- Add fitting functionality using Ceres-Solver by @mmccrackan in #189
- perf: add option to skip check that all items have same shape and skip the check in _gibasic by @skhrg in #213
- Update wheel dependencies and manylinux build container by @tskisner in #214
New Contributors
- @dependabot made their first contribution in #203
Full Changelog: v0.2.0...v0.2.1
Add Support for Numpy-2 and Recent Python Versions
v0.1.17
What's Changed
- Slight fix for GSL interpolation parallelization by @mmccrackan in #195
- Add c++ jump fixing and finding of slow jumps by @skhrg in #196
- Stokes response by @amaurea in #193
- Add detrend function by @mmccrackan in #188
- docs: fix warnings by @mhasself in #199
Full Changelog: v0.1.16...v0.1.17
Add read buffering
What's Changed
- Implement linear interpolation function with GSL by @mmccrackan in #187
- Fix healpix 'auto' tiling by @earosenberg in #191
- Add tunable buffer size for spt3g filtering_istream by @tskisner in #194
New Contributors
- @mmccrackan made their first contribution in #187
Full Changelog: v0.1.15...v0.1.16