Skip to content

Commit

Permalink
chore: update versions and news
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed May 20, 2024
1 parent 6e2211c commit ab1352e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GiottoClass
Title: Giotto Suite object definitions and framework
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("Ruben", "Dries", email = "rubendries@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7650-7754")),
Expand Down Expand Up @@ -34,7 +34,7 @@ Imports:
data.table (>= 1.12.2),
dbscan (>= 1.1-3),
deldir (>= 1.0.6),
GiottoUtils (>= 0.1.6),
GiottoUtils (>= 0.1.7),
graphics,
grDevices,
igraph (>= 1.2.4.1),
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

# GiottoClass 0.3.1

## bug fixes
- allow passing of additional params with `setGiotto()` with `...`
- `spatShift()` can now perform z shifts when start `spatLocsObj` has no z information
- fix bug in `joinGiottoObjects()` after v0.3.0 where it looks for the now non-existent `@largeImages` slot
- fix bug in `.update_image_slot()` after v0.3.0 where a NULL `@largeImages` slot will result in an error
- fix bugs in `spatShift()` and `rescale()` methods for `giotto` when setting a default `spat_unit` and `feat_type`

## enhancements
- `joinGiottoObjects()` extent detection and xshift defaults now depend on `ext()` of the gobject instead of any images (when available)
- `joinGiottoObjects()` now has a `dry_run` param for previewing where datasets will be spatially located after the join


# GiottoClass 0.3.0 (2024/05/13)

Expand Down

0 comments on commit ab1352e

Please sign in to comment.