Add support for Python 3.14.
What's Changed
API Changes
- Deprecate standalone function
get_almanac_data()by @teutoburg in #115
New Features or Improvements
- Suppress known warnings about units by @teutoburg in #107
Dependency Changes
- Bump numpy from 1.26.4 to 2.2.6 by @teutoburg in #102
- Bump fonttools from 4.45.0 to 4.61.0 by @dependabot[bot] in #103
- Bump urllib3 from 2.5.0 to 2.6.0 by @dependabot[bot] in #104
- Bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #105
- Allow Python 3.14, sync dependencies by @teutoburg in #108
- Nail down SciPy version for different Python versions by @teutoburg in #112
- Use minimal docs conf.py by @teutoburg in #116
Documentation Improvements
- Specify version in deprecation warnings by @teutoburg in #111
- Small docs improvements by @teutoburg in #114
- Prepare for 0.7.0 release by @teutoburg in #117
Other Changes
- Cleanup in tests, catch known warning by @teutoburg in #109
- Minor refactoring of
SkyCalc.get_sky_spectrum()by @teutoburg in #110 - FutureWarning instead of DeprecationWarning by @teutoburg in #113
Full Changelog: v0.6.0...v0.7.0