Skip to content

Releases: ColmTalbot/wcosmo

v0.5.1

05 Dec 14:19
1a2f7cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Dec 20:13
110ba98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

18 Oct 15:23
Compare
Choose a tag to compare

The primary new features are:

  • support for astropy units using unxt
  • addition of a method kwargs to specify either Pade approximation or analytic integration using scipy.special.hyp2f1. Note that the latter does not support GPU/TPU acceleration.

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

18 Jul 22:37
5a79c47
Compare
Choose a tag to compare

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

08 Jul 14:08
a7555ca
Compare
Choose a tag to compare

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.

Full Changelog: v0.2.2...v0.3.0

v0.2.2

14 Jun 17:39
4613af4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

14 Jun 16:54
Compare
Choose a tag to compare

Changes

Migrate to readthedocs for documentation

Full Changelog: v0.2.0...v0.2.1

v0.2.0

14 Jun 16:21
6b23fe5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

28 May 19:03
c6dc2f0
Compare
Choose a tag to compare

No changes to the code, just a metadata fix for versioning.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

28 May 18:31
42855a4
Compare
Choose a tag to compare

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