v1.5.0
Features
- pyspline now provides some
libspline
functions via its Python interface, such that packages downstream no longer have to invokelibspline
directly (#29, #30). Any additional packages that require functionality inlibspline
should add a Python interface here, instead of directly calling the compiled library.
Maintenance
- Added GCC 10 support, and made the code F2008 compliant (#27)