Releases: GeospatialPython/pyshp
Releases · GeospatialPython/pyshp
PyShp 2.0.1
Fix pip install setup.py README decoding error.
PyShp 2.0.0
Major new version. See README or changelog.txt.
PyShp 1.2.12
- Fixed errors caused by strict value type checking, as introduced in v1.2.11. Now more lenient by attempting force conversion of values to match the field type.
- Allow reading file-like objects without seek method (such as ZipFile or urllib.urlopen).
Pyshp 1.2.11
- Fixed bugs when reading and writing empty shapefiles.
- Fixed bug when writing null geometry.
- Fixed misc data type errors.
- Fixed error when reading files with wrong record length.
- Use max field precision when saving decimal numbers.
- Improved shapetype detection.
- Expanded docs on data types ++.
Pyshp 1.2.10
Bump version to fix pip install issue.
Pyshp 1.2.9
- Revert back to fix #66
- Update changelog and version information
Pyshp 1.2.5
- Reader speed up through batch unpacking bytes
- Merge README text into markdown file. Remove text version.
- Fixed parsing of number of points for some shapes (MULTIPOINTM, MULTIPOINTZ)
PyShp 1.2.3
Bugfix for Python3 with Reader.iterShapeRecords()
PyShp 1.2.2
Adds Reader.iterShapeRecords() for reading large shapefiles