@@ -15,8 +15,8 @@ https://semver.org/spec/v2.0.0.html
1515### Added
1616- Python 3.13 support (PR [ #619 ] , solves issue [ #608 ] ).
1717- 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 ] ).
18+ - Automated MacOS wheels for x86_64 and arm64 (PR [ #620 ] by
19+ @ cvanelteren , solves issue [ #608 ] ).
2020- Support in ` Basemap.wmsimage ` to redirect ` WebMapService ` constructor
2121 parameters when available (PR [ #603 ] by @Kurea , solves issue [ #602 ] ).
2222
@@ -69,6 +69,8 @@ https://semver.org/spec/v2.0.0.html
6969
7070### Fixed
7171- Fix Cython extension to use ` noexcept ` (PR [ #615 ] by @cvanelteren ).
72+ - Fix incorrect return order described in ` Basemap.shiftdata ` docstring
73+ (PR [ #624 ] by @Cdiaz1234 , solves issue [ #599 ] ).
7274
7375### Removed
7476- Deprecated ` bdist_wheel.universal ` option when building wheels.
@@ -1159,6 +1161,8 @@ https://semver.org/spec/v2.0.0.html
11591161- Fix glitches in drawing of parallels and meridians.
11601162
11611163
1164+ [ #624 ] :
1165+ https://github.com/matplotlib/basemap/pull/624
11621166[ #623 ] :
11631167https://github.com/matplotlib/basemap/pull/623
11641168[ #622 ] :
@@ -1183,6 +1187,8 @@ https://github.com/matplotlib/basemap/issues/604
11831187https://github.com/matplotlib/basemap/pull/603
11841188[ #602 ] :
11851189https://github.com/matplotlib/basemap/issues/602
1190+ [ #599 ] :
1191+ https://github.com/matplotlib/basemap/issues/599
11861192[ #598 ] :
11871193https://github.com/matplotlib/basemap/pull/598
11881194[ #595 ] :
0 commit comments