Releases: ColmTalbot/cached_interpolation
Releases · ColmTalbot/cached_interpolation
v0.4.0
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
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
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
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
What's Changed
- MAINT: rebuild for recent versions by @ColmTalbot in #18
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.0
Initial release