Skip to contents
GiottoUtils 0.2.2 (2024/12/09)
Enhancement
-
lapply_flex()
BiocParallel
method added.
- warning added when sequential evaluation is used with
lapply_flex()
. Silenceable through options("giotto.warn_sequential" = FALSE)
-
vlim
, slim
, seed
params for getRainbowColors()
to allow more diverse palettes
GiottoUtils 0.2.1 (2024/11/4)
GiottoUtils 0.2.0 (2024/10/26)
Breaking change
- R version requirement is now 4.4.1
GiottoUtils 0.1.12 (2024/09/27)
New
-
pbar()
and with_pbar()
as progress reporting utils. These are wrappers around progressr functionalities.
- reexports of
fromJSON()
and read_json()
from jsonlite
.
-
melt_matrix()
to emulate reshape2::melt.matrix()
(deprecated package) for most use cases in Giotto.
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 installs
-
package_check()
now reports which conda environment is being activated and what python version it is.
GiottoUtils 0.1.10 (2024/07/26)
GiottoUtils 0.1.9 (2024/07/12)
GiottoUtils 0.1.8 (2024/05/22)
Enhancement
-
dt_to_matrix()
can now chunk the conversion to Matrix
to avoid memory issues
-
get_args_list()
now has a keep
param that allows selection of which collected args to keep
GiottoUtils 0.1.6 (2024/02/26)
New
-
%null%
, %na%
, and %none%
infix operators for setting a default value when an object is, respectively, NULL, NA, or length of 0.
-
local_seed()
for transiently setting a seed only for the duration of a function
GiottoUtils 0.1.5 (2024/02/11)
Bug Fixes
-
str_locate2()
now works with vectorized inputs like the stringr counterpart
-
str_locate2()
no-matches now properly return NA_integer_
instead of negative values
GiottoUtils 0.1.4 (2024/02/05)
Enhancement
- new
seed
param for getDistinctColors()
that allows the ordering of the distinct colors to be changed.
-
package_check()
now allows more than one package to be checked using repo:location notation.
GiottoUtils 0.1.2 (2024/01/02)
GiottoUtils 0.1.1 (2023/12/16)
GiottoUtils 0.1.0 (2023/11/29)
Initial release