@@ -15,15 +15,16 @@ https://semver.org/spec/v2.0.0.html
15
15
### Added
16
16
- Python 3.13 support (PR [ #619 ] , solves issue [ #608 ] ).
17
17
- 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 ] ).
20
20
21
21
### Changed
22
22
- ** BREAKING CHANGE** : Set Python minimum supported version to 3.9.
23
23
- ** BREAKING CHANGE** : Migrate ` basemap ` libraries to use implicit
24
24
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).
27
28
- Update library dependencies:
28
29
- Upgrade upper limit for ` basemap_data ` to 3.0.
29
30
- Upgrade lower limit for ` packaging ` to 20.5.
@@ -1156,6 +1157,8 @@ https://semver.org/spec/v2.0.0.html
1156
1157
- Fix glitches in drawing of parallels and meridians.
1157
1158
1158
1159
1160
+ [ #623 ] :
1161
+ https://github.com/matplotlib/basemap/pull/623
1159
1162
[ #622 ] :
1160
1163
https://github.com/matplotlib/basemap/pull/622
1161
1164
[ #621 ] :
0 commit comments