Skip to content

Commit d6c30d7

Browse files
committed
Update CHANGELOG
1 parent bcef723 commit d6c30d7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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]:
11021120
https://github.com/matplotlib/basemap/pull/598
11031121
[#595]:
@@ -1126,6 +1144,8 @@ https://github.com/matplotlib/basemap/pull/580
11261144
https://github.com/matplotlib/basemap/issues/579
11271145
[#577]:
11281146
https://github.com/matplotlib/basemap/issues/577
1147+
[#576]:
1148+
https://github.com/matplotlib/basemap/pull/576
11291149
[#574]:
11301150
https://github.com/matplotlib/basemap/issues/574
11311151
[#573]:

0 commit comments

Comments
 (0)