Skip to content

Commit

Permalink
Merge pull request #159 from jiajic/dev
Browse files Browse the repository at this point in the history
Update NEWS.md
  • Loading branch information
jiajic authored Jan 13, 2024
2 parents 5653bd8 + d038e5c commit 67debb3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@


# 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

## bug fixes
- fix unexpected sorting in `addCellMetadata()` [#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
- `init_gobject` param in `loadGiotto()` to control whether object initialization is performed

## 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 handle 3D `spatLocsObj`

Expand Down

0 comments on commit 67debb3

Please sign in to comment.