From 94a73ab7b66fb029796fcc7e2a5c8e39cd0dae63 Mon Sep 17 00:00:00 2001 From: LucaMarconato <2664412+LucaMarconato@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:21:09 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2cb871..2a3a8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,23 @@ 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.5.5] - 2024-10-07 +## [0.5.4] - 2024-11-26 -### Added +### Changed -- New function to grab layer by name #315 @minhtien-trinh -- New annotation function to add text to polygons #315 @minhtien-trinh +- Support for `xarray.DataTree` (which moved from `datatree.DataTree`) + +### Added -## [0.5.4] - 2024-xx-xx +- CLI interface from spatialdata branch +- New function to get layer by name #315 @minhtien-trinh +- New annotation function to display text near polygons #315 @minhtien-trinh ### Fixed -- Bug wrong radii transformed circles (e.g. with Visium lowres) +- Bug wrong radii transformed circles (e.g. with Visium lowres) #318 +- Bugs: instance id shifted by 1; obsm visualization; background color for labels #320 +- Bug adjusting contrast limit for RGB data #276 ## [0.5.3] - 2024-09-25