Skip to content

Commit

Permalink
Merge pull request #1002 from jiajic/suite_dev
Browse files Browse the repository at this point in the history
chore: update news
  • Loading branch information
jiajic authored Jul 31, 2024
2 parents 9f1465e + 14e465a commit a1cc4fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
27 changes: 14 additions & 13 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit a1cc4fb

Please sign in to comment.