Skip to content

Commit f3ec097

Browse files
author
Ian
committed
Version bump to 1.0.0 and README update
1 parent 4ccbe74 commit f3ec097

File tree

5 files changed

+397
-30
lines changed

5 files changed

+397
-30
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/target
22

3-
*.testdata.h5ad
3+
*.testdata.h5ad
4+
5+
.idea
6+
.idea/

Cargo.lock

Lines changed: 168 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anndata-memory"
3-
version = "0.1.2-alpha.0"
3+
version = "1.0.0"
44
edition = "2021"
55
readme = "README.md"
66
repository = "https://github.com/SingleRust/Anndata-Memory"
@@ -28,6 +28,7 @@ rayon = "1.10"
2828
permutation = "0.4"
2929
anndata = "0.6.1"
3030
anndata-hdf5 = "0.5.0"
31+
single_algebra = "0.1.1-alpha.5"
3132

3233

3334
[dev-dependencies]

0 commit comments

Comments
 (0)