Releases: drieslab/GiottoUtils
Releases · drieslab/GiottoUtils
v0.1.12
Update to move some dependencies into GiottoUtils and out of the other modules.
This is the last version before a R version requirement bump to 4.4.1 in preparation for BioConductor submission.
This release is also available as an archived branch.
New
pbar()
andwith_pbar()
as progress reporting utils. These are wrappers around progressr functionalities.- reexports of
fromJSON()
andread_json()
fromjsonlite
. melt_matrix()
to emulatereshape2::melt.matrix()
(deprecated package) for most use cases in Giotto.
v0.1.11
GiottoUtils 0.1.11 (2024/08/22)
New
py_active_env()
utility function for detecting any active python environment without initializing
Enhancement
package_check()
now works for pip github installspackage_check()
now reports which conda environment is being activated and what python version it is.