Releases: GeospatialPython/pyshp
Releases · GeospatialPython/pyshp
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