File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ * Greg Lucas fixed an issue when projecting a geometry with an empty point. (:pull: `2640 `)
36+
37+
38+ 📚 Documentation
39+ ----------------
40+
41+ * Sadie L. Bartholomew added an example map from The Simpson's. (:pull: `2583 `)
42+
43+ * Moritz Schreiber added a copy button to the examples. (:pull: `2592 `)
44+
45+ * Ruth Comer switched our documentation hosting to ReadTheDocs. (:pull: `2558 `)
46+
47+
48+ 🛠️ Maintenance
49+ --------------
50+
51+ * Ruth Comer bumped the minimum required versions of dependencies. (:pull: `2623 `)
52+
53+ * Elliott Sales de Andrade fixed the CI installation of dependencies. (:pull: `2626 `)
54+
55+ * Josh Cunningham added ARM manylinux wheels to the release process. (:pull: `2628 `)
56+
57+
58+ 🚫 Deprecations and Removals
59+ ----------------------------
60+
61+ N/A
You can’t perform that action at this time.
0 commit comments