From d038e5c87e7695a1deb6643ccaa94b99b84977c4 Mon Sep 17 00:00:00 2001 From: jiajic <72078254+jiajic@users.noreply.github.com> Date: Fri, 12 Jan 2024 21:35:56 -0500 Subject: [PATCH] Update NEWS.md --- NEWS.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index e353676f..e5fba9c6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,13 +1,18 @@ -# GiottoClass 0.1.3 +# GiottoClass 0.1.3 (2024/01/12) + +## bug fixes +- fix unexpected sorting in `addCellMetadata()` and `addFeatMetadata()` [#853](https://github.com/drieslab/Giotto/issues/853) by rbutleriii ## new +- `init_gobject` param in `loadGiotto()` to control whether object initialization is also performed - vignette for image tools ## enhancements +- ID sorts now use `gtools::mixedsort()` [#853](https://github.com/drieslab/Giotto/issues/853) by rbutleriii - more subobjects respond to `colnames`, `rownames`, `dimnames` -- `plot()` and `show()` now handles 3D `spatLocsObj` +- `plot()` and `show()` now handle 3D `spatLocsObj` # GiottoClass 0.1.2 (2024/01/02)