File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 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
1212
1313## [ Unreleased]
1414
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+
1527## [ 1.4.1] - 2024-02-15
1628
1729### Changed
@@ -1098,6 +1110,12 @@ https://semver.org/spec/v2.0.0.html
10981110- Fix glitches in drawing of parallels and meridians.
10991111
11001112
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
11011119[ #598 ] :
11021120https://github.com/matplotlib/basemap/pull/598
11031121[ #595 ] :
@@ -1126,6 +1144,8 @@ https://github.com/matplotlib/basemap/pull/580
11261144https://github.com/matplotlib/basemap/issues/579
11271145[ #577 ] :
11281146https://github.com/matplotlib/basemap/issues/577
1147+ [ #576 ] :
1148+ https://github.com/matplotlib/basemap/pull/576
11291149[ #574 ] :
11301150https://github.com/matplotlib/basemap/issues/574
11311151[ #573 ] :
You can’t perform that action at this time.
0 commit comments