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: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
**This is the changelog for the core Rust library**. There's a [separate changelog](./python/CHANGELOG.md) for the Python bindings, and there will be another for the JS bindings.
3
+
**Changelogs have been moved to per-crate changelogs**.
Copy file name to clipboardExpand all lines: rust/geoarrow-array/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,17 @@
4
4
5
5
## Unreleased
6
6
7
+
## 0.6.0 - 2025-10-15
8
+
9
+
- fix(geoarrow-array): Fix persisting CRS when creating `GeometryArray` from `Field` by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1326
10
+
- feat(geoarrow-array): Expose public accessors for coordinates from coord buffers by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1332
7
11
- New `GeozeroRecordBatchWriter` to allow for an iterative push-based API for writing to geozero-based data sinks.
8
12
- perf(geoarrow-array): Improve perf of from_wkb/from_wkt when parsing to WKB/WKT output types https://github.com/geoarrow/geoarrow-rs/pull/1313
13
+
- feat(geoarrow-array): WrapArray trait by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1334
14
+
- feat: New API for WKB builder to push bytes/str directly by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1354
15
+
- test(geoarrow-array): Add test that GeometryArray slicing survives arrow-rs roundtrip by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1371
9
16
- feat(geoarrow-array): Implement child array access from GeometryArray #1373
17
+
- docs: Improve docs wording for GeoArrowArrayReader by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1358
0 commit comments