Skip to content

Commit

Permalink
Updated versions of irlba, kmeans.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 26, 2024
1 parent 26b1707 commit a8ab917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extern/manifest.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ tatami_tiledb,https://github.com/tatami-inc/tatami_tiledb,v2.0.0,"**tatami** ext
byteme,https://github.com/LTLA/byteme,v1.2.2,"C++ interfaces for reading/writing byte buffers"
aarand,https://github.com/LTLA/aarand,v1.0.2,"Lightweight random distribution functions"
powerit,https://github.com/LTLA/powerit,v2.0.1,"Power iterations"
irlba,https://github.com/LTLA/CppIrlba,v2.0.0,"C++ port of IRLBA, based on the **irlba** R package"
irlba,https://github.com/LTLA/CppIrlba,v2.0.1,"C++ port of IRLBA, based on the **irlba** R package"
WeightedLowess,https://github.com/LTLA/CppWeightedLowess,v2.1.2,"Lowess trend fitting with weights, à la `limma::weightedLowess`"
kmeans,https://github.com/LTLA/CppKmeans,v3.1.1,"C++ port of `stats::kmeans` with various initialization methods"
kmeans,https://github.com/LTLA/CppKmeans,v3.1.2,"C++ port of `stats::kmeans` with various initialization methods"
knncolle,https://github.com/knncolle/knncolle,v2.3.2,"C++ API for nearest-neighbor searches"
knncolle_annoy,https://github.com/knncolle/knncolle_annoy,v0.1.1,"**knncolle** extension for Annoy"
knncolle_hnsw,https://github.com/knncolle/knncolle_hnsw,v0.1.1,"**knncolle** extension for HNSW"
Expand Down

0 comments on commit a8ab917

Please sign in to comment.