Skip to content

Releases: SciTools/cartopy

REL: v0.24.1

08 Oct 23:19
1c704d1
Compare
Choose a tag to compare

What's Changed

This release adds Python 3.13 wheels on PyPI.

Full Changelog: v0.24.0...v0.24.1

REL: v0.24.0

07 Oct 18:03
d3a6e72
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.0...v0.24.0

REL: v0.23

10 Apr 17:45
cb95b51
Compare
Choose a tag to compare

This release is compatible with Python 3.12 and Numpy 2.

Some of the major new features are:

  • Updates to the Gridliner to turn it into a Matplotlib Artist (which greatly enhances performance and interactivity)
  • Better support for Compound paths split across boundaries
  • Addition of GSHHS Antarctica features
  • Turning the Cartopy FeatureArtist into a Matplotlib Collection which enables arrays of values and styles to be used with the collection of geometries in the FeatureArtist (i.e. colormapping the features based on array values is supported)
  • Updates to the shapefile readers and improved documentation across the project.

See the below list for a detail of all PRs included in this release.

What's Changed

New Contributors

Full Changelog: v0.22.0...v0.23.0

v0.22.0

05 Aug 00:46
a6c0835
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.1

12 Dec 22:21
f89f17c
Compare
Choose a tag to compare

This is a patch release to allow shapely 2.0 to be installed and used with Cartopy.

What's Changed

Full Changelog: v0.21.0...v0.21.1

v0.21.0

10 Sep 00:49
9a4d894
Compare
Choose a tag to compare

Installation Updates

  • Pyproj now handles all the transformations and therefore the PROJ header files are no longer explicitly required by Cartopy.
  • Shapely 2.0 is not compatible with this release of Cartopy, and thus Shapely must be pinned <2 during installation.

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.3

29 Jun 03:06
3fd85aa
Compare
Choose a tag to compare

This is the third bug fix release in the 0.20.x series. This mainly fixes a problem with installing from the existing PyPI source distributions with new setuptools_scm.

What's Changed

Full Changelog: v0.20.2...v0.20.3

v0.20.2

13 Jan 02:45
96f77d9
Compare
Choose a tag to compare

This is the second bugfix release of the v0.20.x series.

What's Changed

Full Changelog: v0.20.1...v0.20.2

v0.20.1

20 Oct 19:04
v0.20.1
76882b3
Compare
Choose a tag to compare

This is the first bugfix of the v0.20.x series.

See the list of bugfixes on the milestone:
https://github.com/SciTools/cartopy/milestone/31?closed=1

v0.20.0

17 Sep 14:16
851199b
Compare
Choose a tag to compare

Changes include:

Using pyproj for coordinate transformations, which added support for building with Proj 8.
Updating the download URLs for the NaturalEarth and Mapbox APIs, and bundling a download script in the release.
Better handling of gridliner visibility and labeling.
Updated documentation.
And many others.

There are several bug fixes as well. See the milestone for more information.