Recent Releases of ndsplines
ndsplines - ndsplines v0.3.0
This release is primarily an update to be compatible with SciPy 1.15+. SciPy made some significant changes to the interpolate module that affected some functions ndsplines was using. ndsplines no longer uses those functions directly and now must be compiled. As a result, the NumPy implementation was removed.
Support for Python 3.8 was dropped, and wheels for Python 3.14 and 3.14t (free-threaded) release candidates are available for evaluation.
Scientific Software - Peer-reviewed
- Python
Published by ixjlyons 6 months ago
ndsplines - ndsplines v0.2.0
- Boundary conditions may now be passed to
make_interp_spline - Wheels for Python 3.12 and 3.13 now available
- Support for numpy 2
- Dropped support for Python 3.7
Scientific Software - Peer-reviewed
- Python
Published by ixjlyons over 1 year ago
ndsplines - ndsplines v0.1.5
What's Changed
Maintenance and cleanup, plus Python 3.11 wheels.
Most notably, the somewhat complicated logic with whether NumPy and/or Cython are pre-installed has been removed in favor of relying on build dependencies (PEP 518) and an environment variable to opt out of compiling (see README).
Full Changelog: https://github.com/kb-press/ndsplines/compare/v0.1.4...v0.1.5
Scientific Software - Peer-reviewed
- Python
Published by ixjlyons over 2 years ago
ndsplines - ndsplines v0.1.4
What's Changed
- Use oldest-supported-numpy by @ixjlyons in https://github.com/kb-press/ndsplines/pull/72
- Fix deprecation warnings from numpy for builtin types by @ixjlyons in https://github.com/kb-press/ndsplines/pull/71
- Rework actions workflows by @ixjlyons in https://github.com/kb-press/ndsplines/pull/73
Scientific Software - Peer-reviewed
- Python
Published by ixjlyons over 3 years ago
ndsplines - ndsplines v0.1.3
What's Changed
- Raise exception for invalid implementation name by @ixjlyons in https://github.com/kb-press/ndsplines/pull/66
- Remove package-level impl attr and add a getter by @ixjlyons in https://github.com/kb-press/ndsplines/pull/68
- Switch to GitHub Actions by @ixjlyons in https://github.com/kb-press/ndsplines/pull/69
Scientific Software - Peer-reviewed
- Python
Published by ixjlyons almost 4 years ago
ndsplines - ndsplines v0.1.2
Scientific Software - Peer-reviewed
- Python
Published by ixjlyons over 5 years ago
ndsplines - ndsplines v0.1.1
Scientific Software - Peer-reviewed
- Python
Published by ixjlyons over 6 years ago