Version 0.41.0
Mostly internal maintenance, and some functions are now stricter in requiring quantified input parameters (aka astropy units).
Important
The minimum required Python version for this package is now 3.10 (see Dependency Changes).
What's Changed
API Changes
- Quantities and more by @teutoburg in #43
Dependency Changes
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #26
- Bump idna from 3.6 to 3.7 by @dependabot in #27
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #29
- Bump tqdm from 4.66.1 to 4.66.3 by @dependabot in #28
- Bump astropy, requests, idna, pillow by @teutoburg in #31
- Bump tornado from 6.4 to 6.4.1 by @dependabot in #32
- Bump urllib3 from 2.1.0 to 2.2.2 by @dependabot in #33
- Bump certifi from 2023.11.17 to 2024.7.4 by @dependabot in #34
- Bump zipp from 3.17.0 to 3.19.1 by @dependabot in #35
- Use
more_itertools.always_iterableinstead of DIY function by @teutoburg in #38 - Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #40
- Drop support for Python 3.9 by @teutoburg in #41
Other Changes
- Use new main branch for DevOps workflows by @teutoburg in #36
- Remove remaining master references by @teutoburg in #39
- Update workflow versions in publish_pypi by @teutoburg in #42
- Call bump workflow in devops to avoid copies by @teutoburg in #44
Full Changelog: v0.40.0...v0.41.0