diff options
author | Artyom Bologov | 2024-04-26 00:39:23 +0400 |
---|---|---|
committer | Artyom Bologov | 2024-04-26 00:39:23 +0400 |
commit | a6e654426ce33045eb65c70e0af8623b8f8f2093 (patch) | |
tree | 7a1a2a6fdb02dcee27a22b29f0e4a8a6f1e3738b /issues | |
parent | 70059b0d00de150a6ba749ac28ef373b86408982 (diff) | |
download | gn-gemtext-a6e654426ce33045eb65c70e0af8623b8f8f2093.tar.gz |
mgamma/convert: Guile-GSL is float-aware now.
Diffstat (limited to 'issues')
-rw-r--r-- | issues/mgamma/mgamma-convert.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/issues/mgamma/mgamma-convert.gmi b/issues/mgamma/mgamma-convert.gmi index aa7eded..7ce7a7d 100644 --- a/issues/mgamma/mgamma-convert.gmi +++ b/issues/mgamma/mgamma-convert.gmi @@ -11,7 +11,7 @@ MGamma can convert between different formats. # Tasks * [ ] Store genotypes as floats instead of doubles in lmdb -* [ ] Required for the above: rework the type system in guile-gsl to allow float vectors/matrices +* [X] Required for the above: rework the type system in guile-gsl to allow float vectors/matrices * [ ] Add annotations to genotype lmdb format - probably as the first named columns * [ ] Provide a metadata header in JSON that tracks such info and a version |