summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorAlexander2022-05-03 13:57:17 +0300
committerAlexander2022-05-03 13:57:17 +0300
commit0e32556c2347a3b5cdd3f80ade54627bb949c650 (patch)
tree98b2cf1bd7fe1162cbe87534046fa2dfec252c77 /issues
parentb296abf0a926544431c477e6b9a7b7459d7ed5d8 (diff)
downloadgn-gemtext-0e32556c2347a3b5cdd3f80ade54627bb949c650.tar.gz
fix link syntax
Diffstat (limited to 'issues')
-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