From 14e465a29cb94f223f7b087299e377cd7b761c55 Mon Sep 17 00:00:00 2001 From: George Chen <72078254+jiajic@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:50:43 -0400 Subject: [PATCH] chore: update news --- DESCRIPTION | 2 +- NEWS.md | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 58d304e4f..945224e9a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -31,7 +31,7 @@ Depends: utils (>= 4.1.0), R (>= 4.1.0), methods, - GiottoClass (>= 0.3.2) + GiottoClass (>= 0.3.3) Imports: BiocParallel, BiocSingular, diff --git a/NEWS.md b/NEWS.md index bf585e6a7..9d8438301 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,30 +1,31 @@ -# Giotto 4.1.0 TBD - -## Bug fixes -* Fix error in `plotInteractivePolygons()` when providing a spatial plot with a continuous scale [#964](https://github.com/drieslab/Giotto/issues/964) by jweis3 -* Fix error in DWLS `find_dampening_constant()` when `S[subset, ]` produces only 1 gene. -* Fix error in `interpolateFeatures()` where feature names with `-` or starting with numbers did not work - -## New -* `read10xAffineImage()` for reading 10x affine transformed images -* Several modular importer functions - -# Giotto 4.0.9 +# Giotto 4.1.0 (2024/07/31) ## Breaking changes * Deprecated `detectSpatialCorGenes()` removed. Use `detectSpatialCorFeats()` instead * Deprecated `findInteractionChangedGenes()` removed. Use `findInteractionChangedFeats()` instead * Deprecated `findCellProximityGenes()` removed. Use `findInteractionChangedFeats()` instead +* `createGiottoXeniumObject()` has been overhauled and parameters have changed. ## Bug fixes +* Fix error in `plotInteractivePolygons()` when providing a spatial plot with a continuous scale [#964](https://github.com/drieslab/Giotto/issues/964) by jweis3 +* Fix error in DWLS `find_dampening_constant()` when `S[subset, ]` produces only 1 gene. +* Fix error in `interpolateFeatures()` where feature names with `-` or starting with numbers did not work * Add catch in `runPCAprojectionBatch()` for when ncp requested exceeds number of feats used * Make `spatCellCellcom()` respect `verbose` flag [#949](https://github.com/drieslab/Giotto/issues/949) by rbutleriii +## New +* Dataset affine registration via interactive shiny app and automated SIFT detection +* Cell segmentation via Cellpose +* `read10xAffineImage()` for reading 10x affine transformed images +* Several modular importer and convenience functions +* ONTraC implementation + ## Enhancements * `print()` methods for `icfObject` and `combIcfObject` ## Changes -* require GiottoUtils (>= 0.1.9) +* require GiottoUtils (>= 0.1.10) +* require GiottoClass (>= 0.3.3) # Giotto 4.0.8 (2024/05/22)