From e5b8de9f8b7f768817c4380ba39d92aab5af6f47 Mon Sep 17 00:00:00 2001 From: Wouter-Michiel Vierdag Date: Tue, 5 Nov 2024 17:06:51 -0800 Subject: [PATCH] update changelog (#759) --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771cc0d2..6b6a1ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,16 @@ and this project adheres to [Semantic Versioning][]. [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html -## [0.2.4] - xxxx-xx-xx +## [0.2.4] - 2024-06-11 + +### Major + +- Enable vectorization of `bounding_box_query` for all `SpatialData` elements. #699 ### Minor -- Added `shortest_path` parameter to `get_transformation_between_coordinate_systems` -- Added `get_pyramid_levels()` utils API +- Added `shortest_path` parameter to `get_transformation_between_coordinate_systems` #714 +- Added `get_pyramid_levels()` utils API #719 - Improved ergonomics of `concatenate()` when element names are non-unique #720 - Improved performance of writing images with multiscales #577