Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update CHANGELOG
  • Loading branch information
molinav committed Feb 25, 2025
commit d67603eceaee568c0974ad7a1000fe566b6485f8
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ https://semver.org/spec/v2.0.0.html
## [Unreleased]

### Added
- Support for Python 3.13 (PR [#619], solves issue [#608]).
- Support for NumPy 2.0 (PR [#614] by @cvanelteren, solves issue
[#604]).
- Python 3.13 support (PR [#619], solves issue [#608]).
- NumPy 2.0 support (PR [#614] by @cvanelteren, solves issue [#604]).
- Automated wheels for x86_64 and arm64 (PR [#620] by @cvanelteren,
solves issue [#608]).

### Changed
- **BREAKING CHANGE**: Set Python minimum supported version to 3.9.
- **BREAKING CHANGE**: Migrate `basemap` libraries to use implicit
namespace packages (PR [#576] by @ksunden).
- Migrate workflows to use `cibuildwheel` (PR [#614] by @cvanelteren).
- Migrate workflows to use `cibuildwheel` (PRs [#614] and [#618] by
@cvanelteren, solves sunset of v1 of GitHub artifact actions).
- Update library dependencies:
- Upgrade upper limit for `basemap_data` to 3.0.
- Upgrade lower limit for `packaging` to 20.5.
Expand Down Expand Up @@ -1154,8 +1156,12 @@ https://semver.org/spec/v2.0.0.html
- Fix glitches in drawing of parallels and meridians.


[#620]:
https://github.com/matplotlib/basemap/pull/620
[#619]:
https://github.com/matplotlib/basemap/pull/619
[#618]:
https://github.com/matplotlib/basemap/pull/618
[#615]:
https://github.com/matplotlib/basemap/pull/615
[#614]:
Expand Down