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
giottoPolygonplot()defaultmax_polyraised to1e6giottoInstructionsno longer lose class when specific params are replacedometif_to_tif()now checks for imagecodecs package as wellanndataToGiotto()andgiottoToAnndatanow 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 forgiottoInstructionsrbind()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
terraVectDataas virtual parent class forgiottoPolygonandgiottoPointsclasses - Added
$and$<-methods forterraVectData - Added
ext<-()method forgiottoPolygon,giottoPoints - Added
crop()method forgiottoLargeImage,giottoPoints - Added
[subsetting forgiottoPointsandgiottoPolygonwith numerical, logical, and character (by ID) - Added
as.sf()andas.stars()converters forgiottoPointsandgiottoPolygon - Added
setGiotto()generic - Added
gapparam 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 forgiottoPolygonandgiottoPointsto allow returning non-unique IDs - Added check for
plot()whengiottoPolygonorgiottoPointsobjects contain no geometries - Added warning for
crop()whengiottoLargeImage,giottoPolygon,giottoPointsobjects are being cropped with an extent that does not include any information - Changed: Conversion of
createGiottoPoints()to a generic function - Deprecate:
radiusparam in favor ofshape_sizefortessellate() - Fixed: python
install_github_link_pip()param - Fixed: python
create_Anndataadded toglobals.R