Skip to content

Commit b96a713

Browse files
committed
Merge branch 'release-2.0.0' into develop
2 parents f4688ec + 50a3c0e commit b96a713

File tree

9 files changed

+29
-24
lines changed

9 files changed

+29
-24
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://keepachangelog.com/en/1.0.0/
1010
https://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
13641364
https://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]:
13691371
https://github.com/matplotlib/basemap/compare/v1.4.0...v1.4.1
13701372
[1.4.0]:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on PyPI and can be installed with [`pip`]:
1111
python -m pip install basemap
1212
```
1313

14-
For specific details on how to install `basemap` through `conda` or
14+
For specific details on how to install [`basemap`] through [`conda`] or
1515
from source, please refer to the [`basemap` installation instructions]
1616
in the documentation.
1717

@@ -74,6 +74,9 @@ polygons (this is illustrated in the [`ortho_demo.py`] example).
7474

7575
[`pip`]:
7676
https://pip.pypa.io/
77+
[`conda`]:
78+
https://github.com/conda/conda
79+
7780
[`matplotlib`]:
7881
https://matplotlib.org/
7982
[`basemap`]:

data/basemap_data/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ required by [`basemap`] to work.
88

99
## Installation
1010

11-
The package is available in PyPI and can be installed with [`pip`]:
11+
The package is available on PyPI and can be installed with [`pip`]:
1212
```python
1313
python -m pip install basemap-data
1414
```
@@ -17,8 +17,8 @@ python -m pip install basemap-data
1717

1818
The land-sea mask, coastline, lake, river and political boundary data
1919
are extracted from the [GSHHG] datasets (version 2.3.6) using [GMT]
20-
(5.x series) and are included under the terms of the [LGPLv3+] license
21-
(see [`COPYING`] and [`COPYING.LESSER`]).
20+
(5.x series) and are included under the terms of the [LGPL-3.0-or-later]
21+
license (see [`COPYING`] and [`COPYING.LESSER`]).
2222

2323
The other files are included under the terms of the [MIT] license. See
2424
[`LICENSE.epsg`] for the EPSG file (taken from the PROJ.4 package) and
@@ -37,7 +37,7 @@ https://www.soest.hawaii.edu/pwessel/gshhg
3737
[GMT]:
3838
https://www.generic-mapping-tools.org/
3939

40-
[LGPLv3+]:
40+
[LGPL-3.0-or-later]:
4141
https://spdx.org/licenses/LGPL-3.0-or-later.html
4242
[MIT]:
4343
https://spdx.org/licenses/MIT.html

data/basemap_data/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ def get_content(name, splitlines=False):
8585
"author_email":
8686
8787
"maintainer":
88-
"Víctor Molina García",
88+
"The Matplotlib development team",
8989
"maintainer_email":
90-
"molinav@users.noreply.github.com",
90+
"matplotlib-users@python.org",
9191
"license":
92-
"GNU Lesser General Public License v3 or later (LGPLv3+)",
92+
"LGPL-3.0-or-later",
9393
"license_files": [
9494
"COPYING",
9595
"COPYING.LESSER",

data/basemap_data_hires/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data assets.
88

99
## Installation
1010

11-
The package is available in PyPI and can be installed with [`pip`]:
11+
The package is available on PyPI and can be installed with [`pip`]:
1212
```python
1313
python -m pip install basemap-data-hires
1414
```
@@ -17,8 +17,8 @@ python -m pip install basemap-data-hires
1717

1818
The land-sea mask, coastline, lake, river and political boundary data
1919
are extracted from the [GSHHG] datasets (version 2.3.6) using [GMT]
20-
(5.x series) and are included under the terms of the [LGPLv3+] license
21-
(see [`COPYING`] and [`COPYING.LESSER`]).
20+
(5.x series) and are included under the terms of the [LGPL-3.0-or-later]
21+
license (see [`COPYING`] and [`COPYING.LESSER`]).
2222

2323

2424
[`matplotlib`]:
@@ -33,7 +33,7 @@ https://www.soest.hawaii.edu/pwessel/gshhg
3333
[GMT]:
3434
https://www.generic-mapping-tools.org/
3535

36-
[LGPLv3+]:
36+
[LGPL-3.0-or-later]:
3737
https://spdx.org/licenses/LGPL-3.0-or-later.html
3838
[`COPYING`]:
3939
https://github.com/matplotlib/basemap/blob/v2.0.0/data/basemap_data_hires/COPYING

data/basemap_data_hires/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ def get_content(name, splitlines=False):
6363
"author_email":
6464
6565
"maintainer":
66-
"Víctor Molina García",
66+
"The Matplotlib development team",
6767
"maintainer_email":
68-
"molinav@users.noreply.github.com",
68+
"matplotlib-users@python.org",
6969
"license":
70-
"GNU Lesser General Public License v3 or later (LGPLv3+)",
70+
"LGPL-3.0-or-later",
7171
"license_files": [
7272
"COPYING",
7373
"COPYING.LESSER",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ def run(self):
174174
"author_email":
175175
176176
"maintainer":
177-
"Víctor Molina García",
177+
"The Matplotlib development team",
178178
"maintainer_email":
179-
"molinav@users.noreply.github.com",
179+
"matplotlib-users@python.org",
180180
"license":
181181
"MIT",
182182
"license_files": [

src/_geoslib.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sys
22
import numpy
33
cimport numpy as cnp
44

5-
__version__ = "2.0.0.dev0"
5+
__version__ = "2.0.0"
66

77

88
# Need some Python C-API functions for strings.

src/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from . proj import Proj
4949

5050

51-
__version__ = "2.0.0.dev0"
51+
__version__ = "2.0.0"
5252

5353
# basemap data files now installed in lib/matplotlib/toolkits/basemap/data
5454
# check to see if environment variable BASEMAPDATA set to a directory,

0 commit comments

Comments
 (0)