Skip to content

Releases: ColmTalbot/cached_interpolation

v0.4.0

10 Jun 14:41
810e4e6

Choose a tag to compare

This is primarily a maintenance update but given the scope, a minor version bump.

In version 0.4 we add support for free-threaded Python and the array api standard.

What's Changed

  • Add Python 3.13, 3.14, 3.13t, 3.14t support; drop conda from CI by @Copilot in #27
  • Migrate setup.cfg to pyproject.toml and fix deprecated license metadata by @Copilot in #28
  • Switch backend detection to array_api_compat / array_api_extra by @Copilot in #29

New Contributors

  • @Copilot made their first contribution in #27

Full Changelog: v0.3.2...v0.4.0

v0.3.2

18 Oct 15:07
9cf7b4a

Choose a tag to compare

This essentially reverts the changes in v0.3.1 with some additional bug fixes. The RegularCachingInterpolant will now build the native backend for cache construction for general ease.

What's Changed

  • BUG: make regular cache construction use native backend by @ColmTalbot in #25

Full Changelog: v0.3.1...v0.3.2

v0.3.1

26 Aug 19:31
2e38d87

Choose a tag to compare

What's Changed

  • BUG: make sure cache is constructed with numpy arrays by @ColmTalbot in #23

Full Changelog: v0.3.0...v0.3.1

v0.3.0

26 Jul 21:05

Choose a tag to compare

What's Changed

  • DEV: add jax-native build methods and test with jax by @ColmTalbot in #20

Full Changelog: v0.2.1...v0.3.0

v0.2.1

15 Jul 01:09

Choose a tag to compare

What's Changed

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

v0.2.0

21 Jun 18:31

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Apr 19:56
411ded2

Choose a tag to compare

Initial release