You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,12 @@ part of your geospatial project.
93
93
94
94
# Version Changes
95
95
96
-
## 3.0.9
96
+
## 3.0.9.dev
97
+
### Bug fix
98
+
-Correct NODATA lower threshold to -1e38 (as per [spec](https://www.esri.com/content/dam/esrisites/sitecore-archive/Files/Pdfs/library/whitepapers/pdfs/shapefile.pdf) 2, Numeric Types). This is 10% of
99
+
PyShp's previous threshold -10e38, so it is possible large negative values x (-1e39 < x < -1e38 will now be NODATA.
100
+
101
+
97
102
### Security
98
103
- Add python_version >= 3.10 to pre-commit dev & lint groups' 'dependency' (due to CVE in filelock 3.19).
99
104
@@ -514,7 +519,7 @@ and the bounding box area the shapefile covers:
Copy file name to clipboardExpand all lines: changelog.txt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
VERSION 3.0.9.dev
2
2
3
+
2026-05-23
4
+
Bug fix (BREAKING CHANGE):
5
+
* Correct NODATA lower threshold to -1e38 (as per [spec](https://www.esri.com/content/dam/esrisites/sitecore-archive/Files/Pdfs/library/whitepapers/pdfs/shapefile.pdf)
6
+
page 2, Numeric Types). This is a tenth of PyShp's previous threshold -10e38, but still a huge negative number.
7
+
3
8
2026-05-20
4
9
Security:
5
10
* Add python_version >= 3.10 to pre-commit dev & lint groups' 'dependency' (due to CVE in filelock 3.19).
0 commit comments