From 1a8eccabf8a9dd1c6b002678b9f09ad14c6eb2e0 Mon Sep 17 00:00:00 2001 From: LucaMarconato <2664412+LucaMarconato@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:59:37 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ed4b25..ecde18b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,18 @@ and this project adheres to [Semantic Versioning][]. - Added attributes at the SpatialData object level (`.attrs`) - `rasterize_bins()` can now produce a labels element #811 @ArneDefauw +### Minor + +- Added `asv` benchmark code #784 @berombau +- Validate tables while parsing #808 +- fix join non matching tables #813 + +### Fixed + +- Relaxed `fsspec` requirement #798 +- Fix for `to_polygons` when using processed instead of threads in Dask #756 @ArneDefauw +- Fix `transform_to_data_extent` converting labels to images #791 @aeisenbarth + ## [0.2.6] - 2024-11-26 ### Added