From 256a1a6b95bc5a169020990d34c5309dda87587e Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Tue, 28 May 2024 09:44:00 +0800 Subject: [PATCH] v2.6.4 --- docs/changelog.md | 3 +++ docs/install.md | 6 +++--- snapatac2-python/Cargo.lock | 2 +- snapatac2-python/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 2097c750..732bda64 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,10 +2,13 @@ ## Nightly version +## Release 2.6.4 (released May 28, 2024) + ### Features: - Implement #304: Add some flexibility to `pp.make_gene_matrix` by allowing the user to change upstream and downstream distances for TSS calculation. + - Other minor improvements. ## Release 2.6.3 (released May 15, 2024) diff --git a/docs/install.md b/docs/install.md index ed9c2ba5..ef6e2f98 100644 --- a/docs/install.md +++ b/docs/install.md @@ -35,9 +35,9 @@ The nightly build is the build from the latest source codes, which includes the latest features, enhancements, and bug fixes that haven't been released. The nightly build can be unstable and include some untested features. -You need to download the appropriate -{download}`wheel file ` -for your platform and use `pip install` to install it. +The [nightly release](https://github.com/kaizhang/SnapATAC2/releases/tag/nightly) page +contains wheel files for the nightly build. +Please download the corresponding wheel file for your platform and use `pip install` to install it. For example, if you are using a Linux system with Python 3.8, you can use the following command to install it: ``` diff --git a/snapatac2-python/Cargo.lock b/snapatac2-python/Cargo.lock index 1dd322da..ac5bd631 100644 --- a/snapatac2-python/Cargo.lock +++ b/snapatac2-python/Cargo.lock @@ -3162,7 +3162,7 @@ dependencies = [ [[package]] name = "snapatac2" -version = "2.6.4-dev0" +version = "2.6.4" dependencies = [ "anndata", "anndata-hdf5", diff --git a/snapatac2-python/Cargo.toml b/snapatac2-python/Cargo.toml index 54fa7afd..d1e07b14 100644 --- a/snapatac2-python/Cargo.toml +++ b/snapatac2-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snapatac2" -version = "2.6.4-dev0" +version = "2.6.4" edition = "2021" authors = ["Kai Zhang "] description = "Rust APIs"