summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--issues/implement-parallel-correlation-with-rust.gmi16
1 files changed, 8 insertions, 8 deletions
diff --git a/issues/implement-parallel-correlation-with-rust.gmi b/issues/implement-parallel-correlation-with-rust.gmi
index d90fccb..65f1a90 100644
--- a/issues/implement-parallel-correlation-with-rust.gmi
+++ b/issues/implement-parallel-correlation-with-rust.gmi
@@ -18,21 +18,21 @@ parralel computation
## Tasks
-- [X] implementation of basic pearson and spearman correlation in rust
+* [X] implementation of basic pearson and spearman correlation in rust
-- [ ] add unittests
+* [X] add unittests
-- [ ] loading datasets;format
+* [X] loading datasets;format
-- [ ] add parralel computation
+* [ ] add parralel computation
-- [ ] code optimization: modularization,lazy_loading,iterator,
+* [ ] code optimization: modularization,lazy_loading,iterator,
-- [ ] python support:importing rust code from python as a lib
+* [ ] python support:importing rust code from python as a lib
-- [ ] gn2 integration
+* [ ] gn2 integration
@@ -42,5 +42,5 @@ parralel computation
code can be found here:
-- https://github.com/Alexanderlacuna/correlation_rust.git
+=> https://github.com/Alexanderlacuna/correlation_rust.git