Recent Releases of https://github.com/colmtalbot/wcosmo
https://github.com/colmtalbot/wcosmo - v0.5.4
This is a bugfix release along with updating some version pins as newer versions of jax work nicely now.
What's Changed
- TYPO: typo fix in taylor series by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/35
- MAINT: remove jax pin but update in tests by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/36
- MAINT: try conditional versioning by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/37
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.5.3...v0.5.4
- Python
Published by ColmTalbot 10 months ago
https://github.com/colmtalbot/wcosmo - v0.5.3
Fixes a bug with the cupy backend when passing numpy scalars as input.
What's Changed
- BUG: fix cupy efunc by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/32
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.5.2...v0.5.3
- Python
Published by ColmTalbot over 1 year ago
https://github.com/colmtalbot/wcosmo - v0.5.2
What's Changed
- MAINT: verify cupy has a valid cuda environment on import by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/29
- disable hyp2f1 for jax by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/30
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.5.1...v0.5.2
- Python
Published by ColmTalbot over 1 year ago
https://github.com/colmtalbot/wcosmo - v0.5.1
What's Changed
- BUG: Fix cupy pade approximant by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/28
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.5.0...v0.5.1
- Python
Published by ColmTalbot over 1 year ago
https://github.com/colmtalbot/wcosmo - v0.5.0
What's Changed
- DOC: some fixes for rtd by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/25
- Make backend switching implicit by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/27
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.4.0...v0.5.0
- Python
Published by ColmTalbot over 1 year ago
https://github.com/colmtalbot/wcosmo - v0.4.0
The primary new features are:
- support for
astropyunits usingunxt - addition of a
methodkwargs 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 https://github.com/ColmTalbot/wcosmo/pull/1
- DOC: fix typo in docs by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/17
- MAINT: astropy version pin to be > 6.1 by @HuiTong5 in https://github.com/ColmTalbot/wcosmo/pull/19
- FEAT: enable jax units using unxt by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/23
- FEAT: Generalize integration by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/18
New Contributors
- @afarah18 made their first contribution in https://github.com/ColmTalbot/wcosmo/pull/1
- @HuiTong5 made their first contribution in https://github.com/ColmTalbot/wcosmo/pull/19
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.3.1...v0.4.0
- Python
Published by ColmTalbot over 1 year ago
https://github.com/colmtalbot/wcosmo - 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 https://github.com/ColmTalbot/wcosmo/pull/16
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.3.0...v0.3.1
- Python
Published by ColmTalbot almost 2 years ago
https://github.com/colmtalbot/wcosmo - 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 https://github.com/ColmTalbot/wcosmo/pull/13
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.2.2...v0.3.0
- Python
Published by ColmTalbot about 2 years ago
https://github.com/colmtalbot/wcosmo - v0.2.2
What's Changed
- DOC: add version information for readthedocs by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/12
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.2.1...v0.2.2
- Python
Published by ColmTalbot about 2 years ago
https://github.com/colmtalbot/wcosmo - v0.2.1
Changes
Migrate to readthedocs for documentation
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.2.0...v0.2.1
- Python
Published by ColmTalbot about 2 years ago
https://github.com/colmtalbot/wcosmo - v0.2.0
What's Changed
- DOC: change documentation theme and neaten up build by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/10
- FEAT: add lookback time and absorption distance by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/11
- TEST: add initial unit tests by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/9
- EXAMPLE: additional example notebooks by @ColmTalbot in https://github.com/ColmTalbot/wcosmo/pull/7
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.1.1...v0.2.0
- Python
Published by ColmTalbot about 2 years ago
https://github.com/colmtalbot/wcosmo - v0.1.1
No changes to the code, just a metadata fix for versioning.
Full Changelog: https://github.com/ColmTalbot/wcosmo/compare/v0.1.0...v0.1.1
- Python
Published by ColmTalbot about 2 years ago
https://github.com/colmtalbot/wcosmo - 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
- Python
Published by ColmTalbot about 2 years ago