Releases: mdolab/pyspline
Releases · mdolab/pyspline
v1.5.2
What's Changed
- fprettify by @sseraj in #44
- Git ignore for fprettify by @sseraj in #45
- Point volume projection fixes by @anilyil in #47
- Update library import check by @eirikurj in #50
- More volume projection fixes by @anilyil in #51
- Change
linalg.dsolve.factorized
tolinalg.factorized
by @A-CGray in #53
New Contributors
Full Changelog: v1.5.1...v1.5.2
v1.5.1
New features
Bug fixes
- flake8 fixes by @nwu63 in #32
Maintenance/documentation
- Added coverage reporting by @sseraj in #31
- Update Curve Docs by @akleb in #33
- Update azure-pipelines.yaml by @marcomangano in #36
- Update make rules with proper format by @eirikurj in #37
- update python deps by @joanibal in #39
Full Changelog: v1.5.0...v1.5.1
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)
v1.4.0
v1.3.0
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.