Skip to content

Commit d67603e

Browse files
committed
Update CHANGELOG
1 parent ca2f095 commit d67603e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@ https://semver.org/spec/v2.0.0.html
1313
## [Unreleased]
1414

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

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

11561158

1159+
[#620]:
1160+
https://github.com/matplotlib/basemap/pull/620
11571161
[#619]:
11581162
https://github.com/matplotlib/basemap/pull/619
1163+
[#618]:
1164+
https://github.com/matplotlib/basemap/pull/618
11591165
[#615]:
11601166
https://github.com/matplotlib/basemap/pull/615
11611167
[#614]:

0 commit comments

Comments
 (0)