Releases: kharchenkolab/conos
Releases · kharchenkolab/conos
Version 1.5.2
Version 1.5.2 published on CRAN, 26 February 2024
Changes
- Removed
-L/usr/lib/
in Makevars
Version 1.5.1
Version 1.5.1 published on CRAN, 22 January 2024
Changes
- Removed
-L/usr/lib/
in Makevars - Remove C++11 flag
- Fixed various roxygen2 typos and variable names for docs consistency
- S3 method exports,
buildWijMatrix.*
Version 1.5.0
Version 1.5.0 published on CRAN, 17 October 2022
Changes
- Fixed compilation issue on certain OS configurations
Version 1.4.9
Version 1.4.9 published on CRAN, 30 September 2022
Changes
- Fixed multithreading with largeVis, GitHub issue #129
Version 1.4.8
Version 1.4.8 published on CRAN, 25 September 2022
Changes
- Add back 'velocityInfoConos()'
- Remove 'Matrix.utils' as dependency
Version 1.4.7
Version 1.4.7 published on CRAN, 4 September 2022
Changes
- Fixes for Matrix, updated versions 1.4.2, 1.5.0
- Use
inherits()
for conditionals with class()
Version 1.4.6
Version 1.4.6 published on CRAN, 11 April 2022
Changes
- Removed unused R packages from "Suggests" (now in sccore), i.e. 'ggrastr', 'pROC', 'pbapply'
- Modified adjustedRand.c from clues to C++ function, revised R code for internal function adjustedRand() in conclass.R
Version 1.4.5
Version 1.4.5 published on CRAN, 21 January 2022
Changes
- Removed unused R packages from "Suggests" (now in sccore), i.e. 'ggrastr', 'pROC', 'pbapply'
- Modified adjustedRand.c from clues to C++ function, revised R code for internal function adjustedRand() in conclass.R
Version 1.4.4
Version 1.4.4 published on CRAN, 8 November 2021
Changes
- Added fail.on.error=TRUE in some plapplys
- Re-added getGeneExpression() methods for Seurat (lost in merge 552408f)
- Switched to CircleCI
Version 1.4.3
Version 1.4.3 published on CRAN, 7 August 2021
Changes
- Fix the function
parseCellGroups()
, check if clustering exists