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
fix(geoarrow-array): Fix validation of sliced geometry arrays (#1391)
### Change list
- Validation through `new`, e.g. `LineStringArray::new` was incorrect
for any input array with offsets that had been sliced.
- This PR fixes the validation and adds tests through the `new`
constructor for sliced arrays.
Closes#1390, closes
#1387
Copy file name to clipboardExpand all lines: rust/geoarrow-array/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
## Unreleased
6
6
7
+
## 0.6.2 - 2025-10-27
8
+
9
+
fix(geoarrow-array): Fix validation of sliced geometry arrays #1391
10
+
7
11
## 0.6.0 - 2025-10-15
8
12
9
13
- fix(geoarrow-array): Fix persisting CRS when creating `GeometryArray` from `Field` by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1326
0 commit comments