Releases: ColmTalbot/wcosmo
Releases · ColmTalbot/wcosmo
v0.5.1
v0.5.0
What's Changed
- DOC: some fixes for rtd by @ColmTalbot in #25
- Make backend switching implicit by @ColmTalbot in #27
Full Changelog: v0.4.0...v0.5.0
v0.4.0
The primary new features are:
- support for
astropy
units usingunxt
- addition of a
method
kwargs to specify either Pade approximation or analytic integration usingscipy.special.hyp2f1
. Note that the latter does not support GPU/TPU acceleration.
What's Changed
- DOC: astropy Comparison Notebook by @afarah18 in #1
- DOC: fix typo in docs by @ColmTalbot in #17
- MAINT: astropy version pin to be > 6.1 by @HuiTong5 in #19
- FEAT: enable jax units using unxt by @ColmTalbot in #23
- FEAT: Generalize integration by @ColmTalbot in #18
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.3.1
This is a bug fix release to avoid bad interactions with astropy.
What's Changed
- BUG: don't clobber astropy classes fix hubble parameter definition by @ColmTalbot in #16
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
This release more closely follows the astropy API by subclassing the equivalent classes and enabling astropy units when using the numpy backend.
- Subclass astropy by @ColmTalbot in #13
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- DOC: add version information for readthedocs by @ColmTalbot in #12
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- DOC: change documentation theme and neaten up build by @ColmTalbot in #10
- FEAT: add lookback time and absorption distance by @ColmTalbot in #11
- TEST: add initial unit tests by @ColmTalbot in #9
- EXAMPLE: additional example notebooks by @ColmTalbot in #7
Full Changelog: v0.1.1...v0.2.0
v0.1.1
No changes to the code, just a metadata fix for versioning.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First release of wcosmo
that includes astropy-like functionality with numpy, jax, and cupy backends.
Full Changelog: https://github.com/ColmTalbot/wcosmo/commits/v0.1.0