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
+47-47Lines changed: 47 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ VERSION 2.3.0
9
9
10
10
2022-04-30
11
11
New Features:
12
-
* Added support for pathlib and path-like shapefile filepaths (@mwtoews).
12
+
* Added support for pathlib and path-like shapefile filepaths (@mwtoews).
13
13
* Allow reading individual file extensions via filepaths.
14
14
15
15
Improvements:
@@ -21,7 +21,7 @@ VERSION 2.3.0
21
21
* More robust handling of corrupt shapefiles (fixes #235)
22
22
* Fix errors when writing to individual file-handles (fixes #237)
23
23
* Revert previous decision to enforce geojson output ring orientation (detailed explanation at https://github.com/SciTools/cartopy/issues/2012)
24
-
* Fix test issues in environments without network access (@sebastic, @musicinmybrain).
24
+
* Fix test issues in environments without network access (@sebastic, @musicinmybrain).
25
25
26
26
VERSION 2.2.0
27
27
@@ -33,7 +33,7 @@ VERSION 2.2.0
33
33
* Allow fast filtering which shapes to read from the file through a `bbox` arg.
34
34
35
35
Improvements:
36
-
* More examples and restructuring of README.
36
+
* More examples and restructuring of README.
37
37
* More informative Shape to geojson warnings (see #219).
38
38
* Add shapefile.VERBOSE flag to control warnings verbosity (default True).
39
39
* Shape object information when calling repr().
@@ -88,7 +88,7 @@ VERSION 2.1.0
88
88
89
89
2019-02-15
90
90
New Features:
91
-
* Added back read/write support for unicode field names.
91
+
* Added back read/write support for unicode field names.
92
92
* Improved Record representation
93
93
* More support for geojson on Reader, ShapeRecord, ShapeRecords, and shapes()
94
94
@@ -100,54 +100,54 @@ VERSION 2.1.0
100
100
VERSION 2.0.1
101
101
102
102
2018-11-05
103
-
* Fix pip install setup.py README decoding error.
103
+
* Fix pip install setup.py README decoding error.
104
104
105
105
VERSION 2.0.0
106
106
107
107
2018-09-01
108
108
(Note: Some contributor attributions may be missing.)
109
109
New Features:
110
-
* Full support for unicode text, with custom encoding, and exception handling.
111
-
- Means that the Reader returns unicode, and the Writer accepts unicode.
112
-
* PyShp has been simplified to a pure input-output library using the Reader and Writer classes, dropping the Editor class.
110
+
* Full support for unicode text, with custom encoding, and exception handling.
111
+
- Means that the Reader returns unicode, and the Writer accepts unicode.
112
+
* PyShp has been simplified to a pure input-output library using the Reader and Writer classes, dropping the Editor class.
113
113
* Switched to a new streaming approach when writing files, keeping memory-usage at a minimum:
114
-
- Specify filepath/destination and text encoding when creating the Writer.
115
-
- The file is written incrementally with each call to shape/record.
116
-
- Adding shapes is now done using dedicated methods for each shapetype.
114
+
- Specify filepath/destination and text encoding when creating the Writer.
115
+
- The file is written incrementally with each call to shape/record.
116
+
- Adding shapes is now done using dedicated methods for each shapetype.
117
117
* Reading shapefiles is now more convenient:
118
-
- Shapefiles can be opened using the context manager, and files are properly closed.
119
-
- Shapefiles can be iterated, have a length, and supports the geo interface.
118
+
- Shapefiles can be opened using the context manager, and files are properly closed.
119
+
- Shapefiles can be iterated, have a length, and supports the geo interface.
120
120
- New ways of inspecing shapefile metadata by printing. [@megies]
121
121
- More convenient accessing of Record values as attributes. [@philippkraft]
122
-
- More convenient shape type name checking. [@megies]
123
-
* Add more support and documentation for MultiPatch 3D shapes.
124
-
* The Reader "elevation" and "measure" attributes now renamed "zbox" and "mbox", to make it clear they refer to the min/max values.
125
-
* Better documentation of previously unclear aspects, such as field types.
122
+
- More convenient shape type name checking. [@megies]
123
+
* Add more support and documentation for MultiPatch 3D shapes.
124
+
* The Reader "elevation" and "measure" attributes now renamed "zbox" and "mbox", to make it clear they refer to the min/max values.
125
+
* Better documentation of previously unclear aspects, such as field types.
126
126
127
127
Bug Fixes:
128
128
* More reliable/robust:
129
129
- Fixed shapefile bbox error for empty or point type shapefiles. [@mcuprjak]
130
130
- Reading and writing Z and M type shapes is now more robust, fixing many errors, and has been added to the documentation. [@ShinNoNoir]
131
-
- Improved parsing of field value types, fixed errors and made more flexible.
131
+
- Improved parsing of field value types, fixed errors and made more flexible.
132
132
- Fixed bug when writing shapefiles with datefield and date values earlier than 1900 [@megies]
133
133
* Fix some geo interface errors, including checking polygon directions.
134
134
* Bug fixes for reading from case sensitive file names, individual files separately, and from file-like objects. [@gastoneb, @kb003308, @erickskb]
0 commit comments