Add JAX support
Add JAX Support
Croissant now provides a fully differentiable simulator with JAX. Users can choose between the legacy croissant module or the JAX-based crojax.
What's Changed
- specify hera filter version by @christianhbye in #36
- Fix beam index by @christianhbye in #37
- add frequency kwarg to alm2map by @christianhbye in #39
- Bump tornado from 6.2 to 6.3.2 by @dependabot[bot] in #40
- Bump requests from 2.28.1 to 2.31.0 by @dependabot[bot] in #41
- Bump cryptography from 39.0.1 to 41.0.0 by @dependabot[bot] in #42
- Bump scipy from 1.9.0 to 1.10.0 by @dependabot[bot] in #43
- Bump cryptography from 41.0.0 to 41.0.2 by @dependabot[bot] in #44
- Bump pygments from 2.12.0 to 2.15.0 by @dependabot[bot] in #45
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot[bot] in #46
- Bump cryptography from 41.0.2 to 41.0.3 by @dependabot[bot] in #47
- Bump tornado from 6.3.2 to 6.3.3 by @dependabot[bot] in #48
- update workflow to fix issue with importlib-metadata by @christianhbye in #50
- small bug in reshape by @christianhbye in #49
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in #51
- Bump codecov/codecov-action from 3 to 4 by @dependabot[bot] in #52
- Add codecov token and revert to v3 by @christianhbye in #53
- Bump cryptography from 41.0.3 to 41.0.4 by @dependabot[bot] in #54
- Bump pillow from 9.3.0 to 10.0.1 by @dependabot[bot] in #56
- Bump urllib3 from 1.26.11 to 1.26.17 by @dependabot[bot] in #55
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot[bot] in #57
- Bump fonttools from 4.34.4 to 4.43.0 by @dependabot[bot] in #60
- Bump cryptography from 41.0.4 to 41.0.6 by @dependabot[bot] in #58
- Bump actions/setup-python from 4 to 5 by @dependabot[bot] in #59
- small bugfixes before adding rotation feature by @xzackli in #67
- update readme by @christianhbye in #73
- add support for I, Q, U polarized maps by @christianhbye in #74
- fix compatbility issue with python3.12 by @christianhbye in #75
- Lunartopo fix by @christianhbye in #76
- Update README with Python 3.13 support note by @christianhbye in #78
- Add test coverage for lmax=None in Alm.from_healpix with multi-frequency data by @Copilot in #80
- fix bug in lmax calculation when initializing from healpix by @christianhbye in #79
New Contributors
Full Changelog: v3.0.0...v4.0.0