Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update NEWS.md #899

Merged
merged 3 commits into from
Feb 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

## Fix
- `doHclust()` now works again

# Giotto Suite 4.0.2 (2023/12/21)
# Giotto 4.0.2 (2023/12/21)

## Bug Fixes
- fix bug in `doHclust()`

## Changes
* Move *GiottoClass* back to depends to fix access to some generics

# Giotto Suite 4.0.1 (2023/12/16)
# Giotto 4.0.1 (2023/12/16)

## Breaking Changes
* Remove `cell_ids` param for `calculateHVF` in favor of simpler `random_subset`
Expand All @@ -26,7 +27,7 @@



# Giotto Suite 4.0.0 (2023/11/29)
# Giotto 4.0.0 (2023/11/29)

## Breaking Changes
* Update to modular package organization with the main packages being `GiottoUtils`, `GiottoClass`, `GiottoVisuals`, and `Giotto` as the analytical umbrella package.
Expand All @@ -49,7 +50,7 @@



# Giotto Suite 3.3.1 (2023/08/02)
# Giotto 3.3.1 (2023/08/02)

## Breaking Changes

Expand Down Expand Up @@ -104,7 +105,7 @@
* Fix bug in `readCellMetadata()` and `readFeatMetadata()`


# Giotto Suite 3.3.0 (2023/04/18)
# Giotto 3.3.0 (2023/04/18)

## Breaking Changes

Expand Down Expand Up @@ -162,7 +163,7 @@
* Moved `depth()` from giotto.R to utilities.R


# Giotto Suite 3.2.0 (2023/02/02)
# Giotto 3.2.0 (2023/02/02)

## Breaking Changes

Expand Down Expand Up @@ -212,7 +213,7 @@
* Fix `loadGiotto()` loss of over*allocation for data.tables*based objects after loading from disk


# Giotto Suite 3.1.0 (2022/12/01)
# Giotto 3.1.0 (2022/12/01)


## Added
Expand All @@ -232,7 +233,7 @@



# Giotto Suite 3.0.1 (2022/11/20)
# Giotto 3.0.1 (2022/11/20)

## Added

Expand All @@ -248,7 +249,7 @@



# Giotto Suite 3.0.0 (2022/11/18)
# Giotto 3.0.0 (2022/11/18)

## Breaking Changes

Expand All @@ -273,7 +274,7 @@



# Giotto Suite 2.1.0 (2022/11/09)
# Giotto 2.1.0 (2022/11/09)

## Breaking Changes

Expand All @@ -288,7 +289,7 @@



# Giotto Suite 2.0.0.998
# Giotto 2.0.0.998

## Added

Expand Down
Loading