Skip to content

Commit b95e11c

Browse files
Volodymyr OrlovVolodymyr Orlov
authored andcommitted
feat: adds dataset module, fixs problem in CoverTree implementation
1 parent cc1f84e commit b95e11c

File tree

9 files changed

+571
-367
lines changed

9 files changed

+571
-367
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ authors = ["SmartCore Developers"]
55
edition = "2018"
66

77
[features]
8-
default = []
8+
default = ["datasets"]
99
ndarray-bindings = ["ndarray"]
1010
nalgebra-bindings = ["nalgebra"]
11+
datasets = []
1112

1213
[dependencies]
1314
ndarray = { version = "0.13", optional = true }

0 commit comments

Comments
 (0)