Skip to content

Commit f2d9c7f

Browse files
authored
chore: Prepare Python 0.5.0 release (#1294)
1 parent 722bfb7 commit f2d9c7f

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ uv run mkdocs build
1717
git checkout gh-pages
1818
cd ..
1919
git pull
20-
rm -rf 404.html assets index.html sitemap.xml sitemap.xml.gz search stylesheets
20+
rm -rf 404.html assets index.html sitemap.xml sitemap.xml.gz search stylesheets rust
2121
mv -f docs/site/* ./
2222
git add 404.html assets index.html sitemap.xml sitemap.xml.gz search stylesheets rust
2323
git commit -m "New revision of top-level docs site"

python/CHANGELOG.md

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

33
## Unreleased
44

5+
## [0.5.0] - 2025-08-07
6+
7+
- Add `get_type_id` to infer geometry types from array #1280
8+
- Release GIL when blocking tokio runtime https://github.com/geoarrow/geoarrow-rs/pull/1281
9+
- Add `read_flatgeobuf`, `read_flatgeobuf_async`, `write_flatgeobuf` https://github.com/geoarrow/geoarrow-rs/pull/1279
10+
511
## [0.4.1] - 2025-07-17
612

713
- Added `path` property to `GeoParquetFile` class so information about each fragment of a `GeoParquetDataset` can be associated back to the original file.

python/Cargo.lock

Lines changed: 9 additions & 9 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 <kylebarron2@gmail.com>"]
7-
version = "0.5.0-beta.2"
7+
version = "0.5.0"
88
edition = "2024"
99
homepage = "https://geoarrow.org/geoarrow-rs/"
1010
repository = "https://github.com/geoarrow/geoarrow-rs"

0 commit comments

Comments
 (0)