Releases: radiocosmology/driftscan
Releases · radiocosmology/driftscan
24.8.0
What's Changed
- Add email notification options for drift-makeproducts by @sjforeman in #115
- Fix CI errors introduced in d80c61a by @sjforeman in #116
- Increase minimum python to 3.9 by @ljgray in #117
- feat(telescope.cylbeam): Import rotate_ypr from caput by @ketiltrout in #118
- Switch build to pyproject.toml by @ljgray in #119
- Add lmax, mmax options when computing beam transfer matrices by @sjforeman in #121
- Remove deprecated caput.cached_property by @ljgray in #120
New Contributors
- @ljgray made their first contribution in #117
- @ketiltrout made their first contribution in #118
Full Changelog: v22.9.0...v24.8.0
22.9.0
What's Changed
- KL transform error handling by @sjforeman in #98
- Update old tests by @sjforeman in #99
- remove python2 and switch to gihub ci by @nritsche in #100
- docs(sphinx): fix build and host on github pages by @nritsche in #101
- Beam SVD reorganization and pinv failure handling by @sjforeman in #97
- Performance and product size improvements by @jrs65 in #103
- feat(telescope): add properties for draco index_map's and reverse_map's by @jrs65 in #105
- Sf/skip zero mmodes by @sjforeman in #106
- build: build using the oldest supported numpy version by @anjakefala in #108
- Compact storage for beamtransfer matrices by @jrs65 in #107
- feat: add CITATION.cff file for Zenodo/Github by @jrs65 in #113
New Contributors
- @sjforeman made their first contribution in #98
- @anjakefala made their first contribution in #108
Full Changelog: v20.5.0...v22.9.0
20.5.0
v20.2.0
Bug Fixes
- makeproducts: add call to cli() at end of script needed for batch jobs (5baa761), closes #85
- telescope: incorrect name in freq calculation code when binning (746c345)
- catch pinv linalg error (ac74fff)
- disable MPI during tests on macOS (84d2c5e)
- rename polarization property to polarisation (#83) (cb32033)
- zenith issue in DishArray example (73bf3ab)
Features
- added versioneer for generating better version numbers (2a7328d)
- beamtransfer: option to skip inverting svd beamtranfers (0d2ac02)
- SimplePolarizedTelescope: Add polarization property (02bd22f)
- telescope: add a default
input_index
implementation (09ace31) - telescope: change frequency specification to match cora (cddd69d)
- add PertCylinder to telescope dictionary in manager (f0eac2b)
- Python 3 support (e8596ae)
Performance Improvements
Reverts
- Revert "No account by default." (beec9d5)
v1.0.0 stable version
Bug fix. Fixes #54