Version 0.8.0
Add support for Python 3.14, otherwise mostly maintenance and refactoring.
What's Changed
Reacted to external deprecations
- Fix direct source field attribute access by @teutoburg in #165
- Replace
np.trapzby @teutoburg in #166
Dependency Changes
- Bump jupyterlab from 4.4.3 to 4.4.8 by @dependabot[bot] in #157
- Bump fonttools from 4.53.1 to 4.61.0 by @dependabot[bot] in #158
- Bump urllib3 from 2.5.0 to 2.6.0 by @dependabot[bot] in #159
- Bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #160
- Allow Python 3.14, sync and update dependencies by @teutoburg in #161
Documentation Improvements
- Add Oliver Czoske as a maintainer by @teutoburg in #167
Refactoring and cleanup
- Refactoring and cleanup by @teutoburg in #162
- Replace
header_from_list_of_xy()withcreate_wcs_from_points()by @teutoburg in #163 - Replace
ter_curves_utilsfunctions with spextra equivalents by @teutoburg in #164
Full Changelog: v0.7.0...v0.8.0