Skip to content

Commit 4cb540e

Browse files
committed
DOC: Whats new entry for v0.26
1 parent a562667 commit 4cb540e

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

docs/source/whatsnew/v0.26.rst

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
Version 0.26 (XXX)
2+
==================
3+
4+
The documentation is now hosted on Read The Docs at the following URL:
5+
https://cartopy.readthedocs.io/stable/
6+
7+
Minimum supported versions of dependencies
8+
9+
* Python 3.11
10+
* Matplotlib 3.8
11+
* Numpy 1.26
12+
* Pyproj 3.6
13+
14+
15+
🎉 Features
16+
-----------
17+
18+
* Ruth Comer added the `auto_lim` keyword to the `add_geometries()` and `add_features()`
19+
methods so that axes extents can get automatically updated when adding new features
20+
to an axes. (:pull:`2569`)
21+
22+
* Thomas Guymer added ThunderForest tiles as another image tile provider. (:pull:`2575`)
23+
24+
25+
🐛 Bug Fixes
26+
------------
27+
28+
* Greg Lucas fixed an issue with small anti-meridian crossing polygons during projection. (:pull:`2594`)
29+
30+
* Thomas Guymer fixed an issue with potential cache name clashes based on different styles. (:pull:`2603`)
31+
32+
* Raphael Quast fixed a bug with polygons that had no paths to return an empty path
33+
rather than raising an error. (:pull:`2619`)
34+
35+
36+
📚 Documentation
37+
----------------
38+
39+
* Sadie L. Bartholomew added an example map from The Simpson's. (:pull:`2583`)
40+
41+
* Moritz Schreiber added a copy button to the examples. (:pull:`2592`)
42+
43+
* Ruth Comer switched our documentation hosting to ReadTheDocs. (:pull:`2558`)
44+
45+
46+
🛠️ Maintenance
47+
--------------
48+
49+
* Ruth Comer bumped the minimum required versions of dependencies. (:pull:`2623`)
50+
51+
* Elliott Sales de Andrade fixed the CI installation of dependencies. (:pull:`2626`)
52+
53+
* Josh Cunningham added ARM manylinux wheels to the release process. (:pull:`2628`)
54+
55+
56+
🚫 Deprecations and Removals
57+
----------------------------
58+
59+
N/A

0 commit comments

Comments
 (0)