Skip to content

Releases: mdolab/pyspline

v1.5.4

Choose a tag to compare

@mpdutta mpdutta released this 02 Apr 16:00
79283ae

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

Choose a tag to compare

@lamkina lamkina released this 05 Feb 23:08
746e119

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

Choose a tag to compare

@eirikurj eirikurj released this 05 Dec 15:55

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

Choose a tag to compare

@ewu63 ewu63 released this 09 May 21:21
85281e8

New features

Bug fixes

  • flake8 fixes by @nwu63 in #32

Maintenance/documentation

Full Changelog: v1.5.0...v1.5.1

v1.5.0

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)

v1.4.0

Choose a tag to compare

@ewu63 ewu63 released this 16 Jul 21:02
c4bc804

Features

None

Bugfixes

None

Backwards-incompatible API changes

  • Removed pySpline.py from the package (#28). This is the final step in the ongoing refactor process, where Curve, Surface and Volume are available via the __init__ file, but all other imports must now be done via an explicit path.

v1.3.0

Choose a tag to compare

@ewu63 ewu63 released this 08 Jun 18:22
230f55a

Features

None

Maintenance

  • Refactor (#21, #22, #24, #25)
  • Move to Azure (#18)
  • Flake8 and black formatting (#16)
  • Documentation updates (#14)

Backwards-incompatible changes

The old curve(), surface() and volume() functions within pySpline have been removed. Import and use the actual class definitions instead.

v1.2.1

Choose a tag to compare

@ewu63 ewu63 released this 24 Sep 01:45
2a346c7

Highlights:

  • maintenance updates (#10, #11)
  • updated tests (#12)

v1.2.0

Choose a tag to compare

@ewu63 ewu63 released this 19 Jun 19:20
23b3c00

This release provides setup.py so that the package can be installed via pip.

v1.1.0

Choose a tag to compare

@ewu63 ewu63 released this 13 Apr 19:17
900eeb0

The main change for this release is the added support for python 3. For now python 3.6 and 3.7 are supported.