Skip to content

Commit cfe03b5

Browse files
authored
chore(python): Bump to 0.6.0 (#1386)
1 parent bd516f0 commit cfe03b5

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

python/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## Unreleased
44

5+
## [0.6.0] - 2025-10-16
6+
7+
## What's Changed
8+
9+
- docs: include constructor docs in the table of contents by @keewis in https://github.com/geoarrow/geoarrow-rs/pull/1347
10+
- fix(geoarrow-flatgeobuf): Fix FlatGeobuf reader with missing (null) properties by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1356
11+
- test: Fix Python WKT and WKT tests by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1359
12+
- fix: Preserve import errors from Arrow C Stream by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1360
13+
- feat: conversion method parameter for `from_shapely` by @keewis in https://github.com/geoarrow/geoarrow-rs/pull/1348
14+
- feat(python, geoarrow-rust-core): Implement `geometry_col` by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1381
15+
- feat(python): Constructor for GeoChunkedArray by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1383
16+
- fix(python): Fix `__geo_interface__` export for GeoScalar by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1384
17+
- feat(python): Constuctor for GeoArray by @kylebarron in https://github.com/geoarrow/geoarrow-rs/pull/1385
18+
19+
## New Contributors
20+
21+
- @keewis made their first contribution in https://github.com/geoarrow/geoarrow-rs/pull/1347
22+
23+
**Full Changelog**: https://github.com/geoarrow/geoarrow-rs/compare/py-v0.5.3...py-v0.6.0
24+
525
## [0.5.3] - 2025-09-25
626

727
- chore: Bump lockfiles to update wkb dependency #1342

python/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
authors = ["Kyle Barron <[email protected]>"]
7-
version = "0.5.3"
7+
version = "0.6.0"
88
edition = "2024"
99
homepage = "https://geoarrow.org/geoarrow-rs/"
1010
repository = "https://github.com/geoarrow/geoarrow-rs"

0 commit comments

Comments
 (0)