diff --git a/docs/release-notes.md b/docs/release-notes.md new file mode 100644 index 0000000..a06d450 --- /dev/null +++ b/docs/release-notes.md @@ -0,0 +1,66 @@ + + +# Release Notes + +## SpatialBench 0.2.0 + +### Highlights + +* DuckDB and SedonaDB nightly benchmark support +* Spatial Polars integration in the automated benchmark framework +* S3 write support for benchmark output +* Pre-commit hooks and CI improvements + +### New Features + +* feature: Add DuckDB and SedonaDB nightly support (#76) +* feature: Add Spatial Polars to the automated benchmark framework (#73) +* feature: Add a benchmark GitHub Action to compare spatial libraries (#72) +* feat: Add S3 write support (#71) + +### Bug Fixes + +* spatial polars Q11 query fix (#75) +* Fix the failed Python build (#69) + +### Improvements + +* Unify navigation bar and theme with main Apache Sedona site (#88) +* Add basic EditorConfig file (#80) +* [CI] Add pre-commit hook to trim trailing whitespace (#79) +* [CI] Add pre-commit with basic checks (#77) +* [CI] Add Dependabot config for github-actions ecosystem (#84) +* docs: Add uncompressed data sizes of tables (#68) +* docs: Update docs and readme (#74) +* misc: Fix spelling and typos (#78, #81) + +## SpatialBench 0.1.0 + +This is the initial release of SpatialBench, a spatial data processing benchmark suite for evaluating and comparing spatial libraries. + +### Highlights + +* Benchmark framework for comparing spatial data processing libraries +* Support for Spatial Polars benchmark queries +* Configurable output file sizes and partitioning +* Overture Divisions data loading from Hugging Face over HTTPS +* Geometry validity enforcement with CCW orientation and antimeridian handling +* PyPI and Cargo release support +* Quickstart guide and contributors guide documentation diff --git a/mkdocs.yml b/mkdocs.yml index 399bb91..ea638a3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,6 +56,7 @@ nav: - Data Distributions: spatialbench-distributions.md - Single Node Results: single-node-benchmarks.md - Contributors Guide: contributors-guide.md + - Release Notes: release-notes.md - Blog: https://sedona.apache.org/latest/blog/ - Community: https://sedona.apache.org/latest/community/contact/ - Apache Software Foundation: https://sedona.apache.org/latest/asf/asf/