Releases: LSSTDESC/NaMaster
Releases · LSSTDESC/NaMaster
v2.0-beta
v1.6
v1.5.1
What's Changed
- Fixed maps types by @carlosggarcia in #167
- Toeplitz fix by @damonge in #169
- Rectangular covar by @damonge in #175
New Contributors
- @carlosggarcia made their first contribution in #167
Full Changelog: v1.5...v1.5.1
Updated compilation and installation
v1.4
More bug fixes, get_mask
This patch fixes a few minor bugs and adds additional functionality to return the Field mask.
Bug fixes, get_alms
This patch fixes a few minor bugs and adds additional functionality to return the Field a_lms in curved sky.
Toeplitz approximation
Added functionality to use the Toeplitz approximation of Louis et al. 2020 to compute mode-coupling coefficients fast.
Arbitrary spins, lightweight fields
Additional functionality included with this release:
- Compute spectra for fields with arbitrary spin.
- Lightweight fields - only store mask and a_lms, no maps. Better memory usage.
- Map-less fields - only store mask. Can be used to compute mode-coupling matrix avoiding map SHTs.