@@ -13,15 +13,17 @@ https://semver.org/spec/v2.0.0.html
13
13
## [ Unreleased]
14
14
15
15
### 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 ] ).
19
20
20
21
### Changed
21
22
- ** BREAKING CHANGE** : Set Python minimum supported version to 3.9.
22
23
- ** BREAKING CHANGE** : Migrate ` basemap ` libraries to use implicit
23
24
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).
25
27
- Update library dependencies:
26
28
- Upgrade upper limit for ` basemap_data ` to 3.0.
27
29
- Upgrade lower limit for ` packaging ` to 20.5.
@@ -1154,8 +1156,12 @@ https://semver.org/spec/v2.0.0.html
1154
1156
- Fix glitches in drawing of parallels and meridians.
1155
1157
1156
1158
1159
+ [ #620 ] :
1160
+ https://github.com/matplotlib/basemap/pull/620
1157
1161
[ #619 ] :
1158
1162
https://github.com/matplotlib/basemap/pull/619
1163
+ [ #618 ] :
1164
+ https://github.com/matplotlib/basemap/pull/618
1159
1165
[ #615 ] :
1160
1166
https://github.com/matplotlib/basemap/pull/615
1161
1167
[ #614 ] :
0 commit comments