Skip to content

Latest commit

 

History

History
424 lines (233 loc) · 15 KB

File metadata and controls

424 lines (233 loc) · 15 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.9.10 (2026-04-22)

Features

0.9.9 (2026-04-09)

Features

0.9.8 (2026-03-10)

Bug Fixes

Dependencies

0.9.7 (2026-02-28)

Features

Bug Fixes

0.9.6 (2026-02-12)

Bug Fixes

Documentation

  • add read_sync, write_sync, and search_sync (#234) (921e3f9)

0.9.5 (2026-02-04)

Features

0.9.4 (2026-02-02)

Bug Fixes

Dependencies

0.9.3 (2026-01-06)

Features

Bug Fixes

Dependencies

0.10.0 (2026-01-06)

Features

Bug Fixes

Dependencies

Fixed

  • Circular import issue (#186)

Added

  • Write stac-geoparquet to an object store (#182)

Added

  • Chunked stac-geoparquet writing (#178)

Removed

  • STAC typed dicts (#177)

0.8.4 - 2025-10-22

Fixed

  • Deconstruct item collections when writing ndjson (#167)

0.8.3 - 2025-09-24

Changed

0.8.2 - 2025-09-15

Bump pyo3 version.

0.8.1 - 2025-06-16

Added

  • type field to geoparquet writes (#136, stac-utils/rustac#736)
  • parquet_compression argument to write and search_to (#150)
  • iter_search (#151)
  • union_by_name when searching stac-geoparquet (#152)

Fixed

0.8.0 - 2025-05-13

Added

  • rustac.store (#127)
  • More linux wheels (#132)

Removed

  • options from read, write, and search_to (#127, #130)

0.7.2 - 2025-05-05

Fixed

  • Search (#122)
  • Reading proj:geometry (and other geometries) (#125)

0.7.1 - 2025-05-02

Fixed

  • proj:geometry (#120)

0.7.0 - 2025-04-29

Added

  • Source distribution to PyPI publish (#92)
  • rustac.sha (#99)
  • Typed dictionaries for STAC entities (#101)
  • rustac.collection_from_id_and_items (#109)

Fixed

Removed

  • Python 3.10 support (#110)

0.6.0 - 2025-04-18

Note

This package was renamed from stacrs to rustac.

Added

  • Construct stac_api::Search (moved from stac_api crate) (#81)

Fixed

  • Swallow broken pipe errors (#73)
  • Clean up docs (#78)

Removed

  • migrate_href (#78)

0.5.9 - 2025-03-03

Added

  • walk and set_self_link for read (#69)

0.5.8 - 2025-02-27

Fixed

  • Patch DuckDB (#64)

0.5.7 - 2025-02-26

Changed

  • Don't include libduckdb, but rather build bundled to save size (#61)

0.5.6 - 2025-02-26

Added

  • Search to an arrow table (#54)
  • Create a item collection from an arrow table (#57)

Changed

  • Include libduckdb in wheels (#52)

0.5.5 - 2025-02-20

Fixed

  • Removed tracing subscriber to fix CLI (#49)

0.5.4 - 2025-02-19

Added

  • CLI (#46)
  • Config args to DuckDB client (#42)

0.5.3 - 2025-02-07

Changed

  • Use only abi3 wheels (#36)

Warning

All versions older than v0.5.3 were deleted from PyPI, but some tags still exist on this repo. See https://github.com/gadomski/rustac-py/discussions/37 for more.

0.5.2 - 2025-02-07

Changed

  • Bundle by default (#32)

0.5.1 - 2025-02-07

Added

  • More wheels (#28)

0.5.0 - 2025-02-06

Changed

  • search and search_to are now async (#24)

0.4.0 - 2025-01-13

Added

  • DuckDB client (#15)

Changed

  • read and write are now async (#18)

0.3.0 - 2024-11-21

Removed

Changed

0.2.2 - 2024-10-22

Added

  • Send user agent when searching (#487)

0.2.1 - 2024-10-21

Added

  • More wheels (#481)

0.2.0 - 2024-10-19

Added

Changed

  • Moved docstrings to stub file (#468)

Removed

0.1.3 - 2024-10-17

Added

  • Experimental DuckDB 🦆 search on stac-geoparquet files (#458)

0.1.2 - 2024-09-22

Changed

  • Return the item count from search_to (#426)

0.1.1 - 2024-09-21

Added

  • Extension module feature

Changed

  • Use Github Pages for docs (#420)

0.1.0 - 2024-09-20

Added

  • migrate_href (#334)
  • search and search_to (#387)
  • read, write, and pystac (#418)

0.0.3 - 2024-08-29

Added

  • migrate (#309)
  • validate and docs (#307)

0.0.2 - 2024-08-28

Non-functional release to fix releasing from Github actions.

0.0.1 - 2024-08-28

Initial release.