@@ -10,7 +10,7 @@ https://keepachangelog.com/en/1.0.0/
1010https://semver.org/spec/v2.0.0.html
1111
1212
13- ## [ Unreleased ]
13+ ## [ 2.0.0 ] - 2025-06-13
1414
1515### Added
1616- Python 3.13 support (PR [ #619 ] , solves issue [ #608 ] ).
@@ -29,9 +29,9 @@ https://semver.org/spec/v2.0.0.html
2929 - The ` examples ` folder is moved inside the ` doc ` folder.
3030- ** BREAKING CHANGE** : Migrate ` basemap ` libraries to use implicit
3131 namespace packages (PR [ #576 ] by @ksunden ).
32- - Migrate workflows to use ` cibuildwheel ` (PRs [ #614 ] , [ #618 ] , [ # 622 ]
33- and [ #623 ] by @cvanelteren and PR [ #621 ] , solves GitHub artifact
34- actions v1 sunset).
32+ - Migrate GitHub CI workflows to use ` cibuildwheel ` (PRs [ #614 ] , [ #618 ] ,
33+ [ # 622 ] and [ #623 ] by @cvanelteren and PR [ #621 ] , solves GitHub
34+ artifact actions v1 sunset issue ).
3535- Update library dependencies:
3636 - Upgrade lower limit for ` basemap_data ` to 2.0.
3737 - Upgrade upper limit for ` basemap_data ` to 3.0.
@@ -1364,7 +1364,9 @@ https://github.com/matplotlib/basemap/issues/228
13641364https://github.com/matplotlib/basemap/issues/179
13651365
13661366[ Unreleased] :
1367- https://github.com/matplotlib/basemap/compare/v1.4.1...develop
1367+ https://github.com/matplotlib/basemap/compare/v2.0.0...develop
1368+ [ 2.0.0] :
1369+ https://github.com/matplotlib/basemap/compare/v1.4.1...v2.0.0
13681370[ 1.4.1] :
13691371https://github.com/matplotlib/basemap/compare/v1.4.0...v1.4.1
13701372[ 1.4.0] :
0 commit comments