Releases: drieslab/GiottoClass
Releases · drieslab/GiottoClass
v0.3.5
GiottoClass 0.3.5 (2024/08/28)
breaking changes
set_giotto_python_path()
will now also initialize python env to set by default and print which python env is active, but otherwise do nothing if any python env has already been initialized.- deprecated
readGiottoInstructions()
,showGiottoInstructions()
,changeGiottoInstructions()
,replaceGiottoInstructions()
in favor ofinstructions()
generic
bug fixes
- intensity images now automatically scale to estimated highest value
giottoPolygon
plot()
defaultmax_poly
raised to1e6
giottoInstructions
no longer lose class when specific params are replacedometif_to_tif()
now checks for imagecodecs package as wellanndataToGiotto()
andgiottoToAnndata
now check for anndata package as well.- fix
joinGiottoObjects()
"z_stack"
join method - fix error in documentation #214 by shaojunyu
- fix error in
installGiottoEnvironment()
#1006 by 13954380607
enhancements
print()
method forgiottoInstructions
rbind()
forspatLocsObj
v0.3.3
v0.1.0
Released with Giotto v4.0.0
Giotto Class 0.1.0 (23/11/28)
Breaking Changes
- Giotto subsetting rework
Added
- Added
terraVectData
as virtual parent class forgiottoPolygon
andgiottoPoints
classes - Added
$
and$<-
methods forterraVectData
- Added
ext<-()
method forgiottoPolygon
,giottoPoints
- Added
crop()
method forgiottoLargeImage
,giottoPoints
- Added
[
subsetting forgiottoPoints
andgiottoPolygon
with numerical, logical, and character (by ID) - Added
as.sf()
andas.stars()
converters forgiottoPoints
andgiottoPolygon
- Added
setGiotto()
generic - Added
gap
param totessellate()
which introduces a variable gap between the polygons tessellated - Added
triGrid()
- Added
orthoGrid()
- Added DelayedMatrixStats to suggests
Changes
- Improved performance of gefToGiotto()
- Updated
spatIDs()
andfeatIDs()
methods forgiottoPolygon
andgiottoPoints
to allow returning non-unique IDs - Added check for
plot()
whengiottoPolygon
orgiottoPoints
objects contain no geometries - Added warning for
crop()
whengiottoLargeImage
,giottoPolygon
,giottoPoints
objects are being cropped with an extent that does not include any information - Changed: Conversion of
createGiottoPoints()
to a generic function - Deprecate:
radius
param in favor ofshape_size
fortessellate()
- Fixed: python
install_github_link_pip()
param - Fixed: python
create_Anndata
added toglobals.R