forked from SciTools/cartopy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Release notes - Add Python 3.13 tests and builds
- Loading branch information
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Version 0.24 (October 1, 2024) | ||
============================== | ||
|
||
Python 3.13 and Numpy 2 are supported and the new minimum supported versions | ||
of dependencies that have been updated are: | ||
|
||
* Python 3.10 | ||
* Matplotlib 3.6 | ||
|
||
Features | ||
-------- | ||
|
||
* Ryan May fixed some internal usages of PlateCarree coordinates to use geodetic lat/lon | ||
coordinates of the proper ellipse, improving boundary handling for some projections. (:pull:`2378`) | ||
|
||
* Ruth Comer added more improvements to gridlines, including title adjustments to avoid overlaps. (:pull:`2393`) | ||
|
||
* Eric Matti fixed an issue with gouraud shading when using wrapped coordinates in a pcolormesh. (:pull:`2401`) | ||
|
||
* Raphael Quast added the ability to use multi-path geometries as boundaries of the maps. | ||
This means that an Axes doesn't have to be fully connected anymore and can be separate | ||
land masses and avoid the oceans if a user wants. (:pull:`2362`) | ||
|
||
Deprecations and Removals | ||
------------------------- | ||
|
||
There are no new deprecations or removals in this release. |