- Update dependencies for MacOSXArm (again).
- Update dependencies for MacOSXArm.
- Pin version of all dependencies.
- Switch import of OS-detecting function to
basilisk. - Update
scveloto 0.3.3 (PyPI) for all operating systems.
- 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
anacondachannel on Linux. Passed GitHub Action https://github.com/kevinrue/velociraptor/actions/runs/10612115572/job/29413105915.
- Update Conda environment to
svelo==0.3.2on 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
scveloto 0.3.2 (conda-forge) for macOS (M1) and Linux. - Update
scveloto 0.2.5 (bioconda) for Windows. - Add mechanism to switch Conda environment (and scvelo version) based on operating system and architecture.
- Use
scanpy.pp.neighborsto calculate neighbors due to deprecation of automatic neighbor calculation inscvelo.pp.moments. - Update vignette to document the change of default value for
n_neighborsfrom scvelo (30) to scanpy (15).
- Robust fallback mechanism using
basiliskRunoptiontestload=.
- 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.paramsargument.
- 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
plotVelocityandplotVelocityStream.
- Refresh cached environments.
- Bioconductor release 1.1.0.
- Converted various functions to S4 generics for easier use with
SingleCellExperimentobjects.
- Trigger new build to repeat
ExperimentHubdownload.
- Delete empty line to force cache update. See rubocop/rubocop#4342 (comment).
- Set
autoscale=FALSEin the call toscvelofunctionvelocity_embeddingto 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.