You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+4
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,15 @@ VERSION 2.X.X
4
4
2022-XX-XX
5
5
New Features:
6
6
* Added support for pathlib and path-like shapefile filepaths (@mwtoews).
7
+
* Allow reading individual file extensions via filepaths.
7
8
8
9
Improvements:
9
10
* Simplified setup and deployment (@mwtoews)
11
+
* Faster shape access when missing shx file
10
12
11
13
Bug fixes:
14
+
* More robust handling of corrupt shapefiles (fixes #235)
15
+
* Fix errors when writing to individual file-handles (fixes #237)
12
16
* Revert previous decision to enforce geojson output ring orientation (detailed explanation at https://github.com/SciTools/cartopy/issues/2012)
13
17
* Fix test issues in environments without network access.
0 commit comments