|
4 | 4 |
|
5 | 5 | All functional changes to the project are documented in this file. |
6 | 6 |
|
| 7 | +## [2026.1] (29 Jan 2026) |
| 8 | + |
| 9 | +- gh-1034: Expose glass.healpix module (#1035) |
| 10 | +- gh-923: migrate from mypy to ty (#926) |
| 11 | +- gh-977: Actually test deprecated fields.py functions (#1033) |
| 12 | +- gh-977: Port remaining functions in `fields.py` (#979) |
| 13 | +- gh-903: Port galaxies.py to support jax (#919) |
| 14 | +- gh-1002: Add a section to the contributing guidelines on regression (1019) |
| 15 | +- gh-996: Fix bug in `apply_along_axis` (#997) |
| 16 | +- gh-969: determine `xp` when function called in XPAdditions (#994) |
| 17 | +- gh-990: fix `vmap_galactic_ecliptic` porting (#991) |
| 18 | +- gh-970: Move rng code to its own module (#971) |
| 19 | +- gh-960: move `healpy`/`healpix` work to own module (#968) |
| 20 | +- gh-902: port `cls2cov`, `spectra_indices`, `_glass_to_healpix_alm` in |
| 21 | + `fields.py` (#963) |
| 22 | +- gh-958: make `positions_from_delta` Array API compatible (#959) |
| 23 | +- gh-907: Port points.uniform_positions to support jax (#955) |
| 24 | +- gh-908: Port `shapes.py` to support jax (#954) |
| 25 | +- gh-906: Port `observations.vmap_galactic_ecliptic` to array-api (#953) |
| 26 | +- gh-943: bump `array-api-compat` and fix tests (#944) |
| 27 | +- gh-186: add GLASS extensions to documentation (#927) |
| 28 | +- gh-905: Port lensing.py functions to array-api with jax (#925) |
| 29 | +- gh-921: pin `pre-commit` to oldest support Python version (#924) |
| 30 | +- gh-901: Port `algorithm.nnls` to support jax (#918) |
| 31 | +- gh-914: fix versions for array backends for 3.10 (#916) |
| 32 | +- gh-910: consistent definition of displacement (#911) |
| 33 | +- gh-880: Fix inconsistencies in the documentation rendering (#889) |
| 34 | +- gh-637: Use xpx.at in fields.cls2cov (#874) |
| 35 | +- gh-824: expose `glass.arraytools` module (#857) |
| 36 | + |
7 | 37 | ## [2025.3] (2 Dec 2025) |
8 | 38 |
|
9 | 39 | - gh-323: add `uv` support in `nox` and CI (#801) |
@@ -221,6 +251,7 @@ All functional changes to the project are documented in this file. |
221 | 251 |
|
222 | 252 | - Initial wide release for GLASS paper |
223 | 253 |
|
| 254 | +[2026.1]: https://github.com/glass-dev/glass/compare/v2025.3...v2026.1 |
224 | 255 | [2025.3]: https://github.com/glass-dev/glass/compare/v2025.2...v2025.3 |
225 | 256 | [2025.2]: https://github.com/glass-dev/glass/compare/v2025.1...v2025.2 |
226 | 257 | [2025.1]: https://github.com/glass-dev/glass/compare/v2024.2...v2025.1 |
|
0 commit comments