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: v0.1.4...v0.1.5