-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from jlmelville/hnsw0.8.0
Hnsw0.8.0
- Loading branch information
Showing
11 changed files
with
587 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
Package: RcppHNSW | ||
Title: 'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors | ||
Version: 0.5.9000 | ||
Authors@R: c(person("James", "Melville", email = "[email protected]", | ||
role = c("aut", "cre")), | ||
person("Aaron", "Lun", role = "ctb"), | ||
person("Samuel", "Granjeaud", role = "ctb"), | ||
person("Dmitriy", "Selivanov", role = "ctb"), | ||
person("Yuxing", "Liao", role = "ctb")) | ||
Description: 'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This | ||
package provides a minimal R interface by relying on the 'Rcpp' package. See | ||
<https://github.com/nmslib/hnswlib> for more on 'hnswlib'. 'hnswlib' is | ||
released under Version 2.0 of the Apache License. | ||
Title: 'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest | ||
Neighbors | ||
Version: 0.6.0 | ||
Authors@R: c( | ||
person("James", "Melville", , "[email protected]", role = c("aut", "cre", "cph")), | ||
person("Aaron", "Lun", role = "ctb"), | ||
person("Samuel", "Granjeaud", role = "ctb"), | ||
person("Dmitriy", "Selivanov", role = "ctb"), | ||
person("Yuxing", "Liao", role = "ctb") | ||
) | ||
Description: 'Hnswlib' is a C++ library for Approximate Nearest Neighbors. | ||
This package provides a minimal R interface by relying on the 'Rcpp' | ||
package. See <https://github.com/nmslib/hnswlib> for more on | ||
'hnswlib'. 'hnswlib' is released under Version 2.0 of the Apache | ||
License. | ||
License: GPL (>= 3) | ||
URL: https://github.com/jlmelville/rcpphnsw | ||
BugReports: https://github.com/jlmelville/rcpphnsw/issues | ||
Imports: | ||
methods, | ||
Rcpp (>= 0.11.3) | ||
Suggests: | ||
covr, | ||
testthat | ||
LinkingTo: | ||
Rcpp | ||
Encoding: UTF-8 | ||
Imports: methods, Rcpp (>= 0.11.3) | ||
LinkingTo: Rcpp | ||
RoxygenNote: 7.2.3 | ||
Suggests: testthat, | ||
covr | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.