File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ https://semver.org/spec/v2.0.0.html
12
12
13
13
## [ Unreleased]
14
14
15
+ ### Added
16
+ - Support ` numpy ` 2.0 (PR [ #614 ] by @cvanelteren , solves issue [ #604 ] ).
17
+
18
+ ### Changed
19
+ - ** BREAKING CHANGE** : Set Python minimum supported version to 3.9.
20
+ - ** BREAKING CHANGE** : Migrate ` basemap ` libraries to use implicit
21
+ namespace packages (PR [ #576 ] by @ksunden ).
22
+ - Migrate workflows to use ` cibuildwheel ` (PR [ #614 ] by @cvanelteren ).
23
+
24
+ ### Fixed
25
+ - Fix Cython extension to use ` noexcept ` (PR [ #615 ] by @cvanelteren ).
26
+
15
27
## [ 1.4.1] - 2024-02-15
16
28
17
29
### Changed
@@ -1098,6 +1110,12 @@ https://semver.org/spec/v2.0.0.html
1098
1110
- Fix glitches in drawing of parallels and meridians.
1099
1111
1100
1112
1113
+ [ #615 ] :
1114
+ https://github.com/matplotlib/basemap/pull/615
1115
+ [ #614 ] :
1116
+ https://github.com/matplotlib/basemap/pull/614
1117
+ [ #604 ] :
1118
+ https://github.com/matplotlib/basemap/issues/604
1101
1119
[ #598 ] :
1102
1120
https://github.com/matplotlib/basemap/pull/598
1103
1121
[ #595 ] :
@@ -1126,6 +1144,8 @@ https://github.com/matplotlib/basemap/pull/580
1126
1144
https://github.com/matplotlib/basemap/issues/579
1127
1145
[ #577 ] :
1128
1146
https://github.com/matplotlib/basemap/issues/577
1147
+ [ #576 ] :
1148
+ https://github.com/matplotlib/basemap/pull/576
1129
1149
[ #574 ] :
1130
1150
https://github.com/matplotlib/basemap/issues/574
1131
1151
[ #573 ] :
You can’t perform that action at this time.
0 commit comments