Skip to content

Releases: GeospatialPython/pyshp

PyShp 2.0.1

07 Nov 05:58
Compare
Choose a tag to compare

Fix pip install setup.py README decoding error.

PyShp 2.0.0

05 Nov 04:17
d8754f8
Compare
Choose a tag to compare

Major new version. See README or changelog.txt.

PyShp 1.2.12

24 Aug 14:57
Compare
Choose a tag to compare
  • 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

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