Skip to content

Releases: mdolab/pyspline

v1.5.2

05 Dec 15:55
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.5.1

09 May 21:21
85281e8
Compare
Choose a tag to compare

New features

Bug fixes

  • flake8 fixes by @nwu63 in #32

Maintenance/documentation

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

v1.5.0

20 Aug 16:52
95a103e
Compare
Choose a tag to compare

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

16 Jul 21:02
c4bc804
Compare
Choose a tag to compare

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

08 Jun 18:22
230f55a
Compare
Choose a tag to compare

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

24 Sep 01:45
2a346c7
Compare
Choose a tag to compare

Highlights:

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

v1.2.0

19 Jun 19:20
23b3c00
Compare
Choose a tag to compare

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

v1.1.0

13 Apr 19:17
900eeb0
Compare
Choose a tag to compare

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

v1.0

24 Oct 20:16
1d6c06b
Compare
Choose a tag to compare
Merge pull request #1 from camader/pySpline

updated build documentation