Skip to content

PyShp 1.2.12

Compare
Choose a tag to compare
@karimbahgat karimbahgat released this 24 Aug 14:57
· 2 commits to 1.2.x since this release
  • 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).