fix: code cleanup, documentation

This commit is contained in:
Volodymyr Orlov
2020-08-27 11:37:14 -07:00
parent 7a7b0d6875
commit aa458d22fa
10 changed files with 147 additions and 64 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
[package]
name = "smartcore"
version = "0.1.0"
authors = ["Vlad Orlov"]
authors = ["SmartCore Developers"]
edition = "2018"
[dependencies]
ndarray = "0.13"
nalgebra = "0.21.1"
nalgebra = "0.22.0"
num-traits = "0.2.12"
num = "0.3.0"
rand = "0.7.3"