Skip to content

v1.5.0

Compare
Choose a tag to compare
@ewu63 ewu63 released this 20 Aug 16:52
95a103e

Features

  • pyspline now provides some libspline functions via its Python interface, such that packages downstream no longer have to invoke libspline directly (#29, #30). Any additional packages that require functionality in libspline 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)