Skip to content

Releases: GeospatialPython/pyshp

Pyshp 1.2.11

29 Apr 21:14
Compare
Choose a tag to compare
  • 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

24 Sep 19:30
Compare
Choose a tag to compare

Bump version to fix pip install issue.

Pyshp 1.2.9

22 Sep 21:03
Compare
Choose a tag to compare
  • Revert back to fix #66
  • Update changelog and version information

Pyshp 1.2.5

19 Aug 02:40
Compare
Choose a tag to compare
  • 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

22 Jun 04:08
Compare
Choose a tag to compare

Bugfix for Python3 with Reader.iterShapeRecords()

PyShp 1.2.2

22 Jun 02:46
Compare
Choose a tag to compare

Adds Reader.iterShapeRecords() for reading large shapefiles