- Add separate environment (untested) for Linux Aarch64. Cannot break that platform more than it already is.
- Update Conda environment for Linux to avoid Anaconda channel.
- Re-enable
plotVelocityStream()
with a warning.
- Temporarily disable
plotVelocityStream()
due to unexplained issue related tometr::geom_streamline()
- Update Conda environment for Linux and MacOSX Arm.
- Patch GitHub Action to use GitHub version of
remotes
.
- Update Conda environment using micromamba for MacOSX Arm.
- Fix switch between MacOSX and MacOSX Arm environments.
- Update Conda environment using micromamba for Windows.
- Update Conda environment to use
anaconda
channel on Linux. Passed GitHub Action https://github.com/kevinrue/velociraptor/actions/runs/10612115572/job/29413105915.
- Update Conda environment to
svelo==0.3.2
on Linux.
- Set scvelo version triggering deprecation error to
0.3.1
.
- Revert environment for Linux to the one of Bioconductor release 3.18.
- Add environment for macOS (Intel); same environment as macos (M1).
- Fix issue #63.
- Update
scvelo
to 0.3.2 (conda-forge) for macOS (M1) and Linux. - Update
scvelo
to 0.2.5 (bioconda) for Windows. - Add mechanism to switch Conda environment (and scvelo version) based on operating system and architecture.
- Use
scanpy.pp.neighbors
to calculate neighbors due to deprecation of automatic neighbor calculation inscvelo.pp.moments
. - Update vignette to document the change of default value for
n_neighbors
from scvelo (30) to scanpy (15).
- Robust fallback mechanism using
basiliskRun
optiontestload=
.
- Pin python version in conda environment.
- Remove column names from reduced dimension matrix in
gridVectors()
.
- Remove column names of reduced dimension representation before velocity embedding.
- Add example for
scvelo.params
argument.
- Add typing_extensions to environment.
- Move sanity check vignette to
inst/
.
- Add Michael Stadler to package authors.
- Fix typo in documentation.
- Add vignette subdirectory with sanity checks.
- Add functions
plotVelocity
andplotVelocityStream
.
- Refresh cached environments.
- Bioconductor release 1.1.0.
- Converted various functions to S4 generics for easier use with
SingleCellExperiment
objects.
- Trigger new build to repeat
ExperimentHub
download.
- Delete empty line to force cache update. See rubocop/rubocop#4342 (comment).
- Set
autoscale=FALSE
in the call toscvelo
functionvelocity_embedding
to avoid issue related to Qt and plotting.
- Trigger new build to check if Windows issue resolved itself.
- Trigger new build to check whether TIMEOUT issue on Windows is reproducible.
- Explicitly declare all Conda dependencies for
scvelo
.
- Add hexsticker.
- Remove .Rproj file from git repository.
- First submission to Bioconductor.