From 0e32556c2347a3b5cdd3f80ade54627bb949c650 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 3 May 2022 13:57:17 +0300 Subject: fix link syntax --- issues/implement-parallel-correlation-with-rust.gmi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'issues') 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 -- cgit v1.2.3