Skip to content

Commit d848f8a

Browse files
committed
Update CHANGELOG
1 parent f75179c commit d848f8a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ https://semver.org/spec/v2.0.0.html
1515
### Added
1616
- Python 3.13 support (PR [#619], solves issue [#608]).
1717
- NumPy 2.0 support (PR [#614] by @cvanelteren, solves issue [#604]).
18-
- Automated wheels for x86_64 and arm64 (PRs [#620] and [#622] by
19-
@cvanelteren, solves issue [#608]).
18+
- Automated wheels for x86_64 and arm64 (PR [#620] by @cvanelteren,
19+
solves issue [#608]).
2020

2121
### Changed
2222
- **BREAKING CHANGE**: Set Python minimum supported version to 3.9.
2323
- **BREAKING CHANGE**: Migrate `basemap` libraries to use implicit
2424
namespace packages (PR [#576] by @ksunden).
25-
- Migrate workflows to use `cibuildwheel` (PRs [#614] and [#618] by
26-
@cvanelteren and PR [#621], solves GitHub artifact actions v1 sunset).
25+
- Migrate workflows to use `cibuildwheel` (PRs [#614], [#618], [#622]
26+
and [#623] by @cvanelteren and PR [#621], solves GitHub artifact
27+
actions v1 sunset).
2728
- Update library dependencies:
2829
- Upgrade upper limit for `basemap_data` to 3.0.
2930
- Upgrade lower limit for `packaging` to 20.5.
@@ -1156,6 +1157,8 @@ https://semver.org/spec/v2.0.0.html
11561157
- Fix glitches in drawing of parallels and meridians.
11571158

11581159

1160+
[#623]:
1161+
https://github.com/matplotlib/basemap/pull/623
11591162
[#622]:
11601163
https://github.com/matplotlib/basemap/pull/622
11611164
[#621]:

0 commit comments

Comments
 (0)