Skip to content

Commit

Permalink
v2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed May 28, 2024
1 parent fc4b912 commit 256a1a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/kaizhang/SnapATAC2/releases/tag/nightly>`
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:

```
Expand Down
2 changes: 1 addition & 1 deletion snapatac2-python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snapatac2-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snapatac2"
version = "2.6.4-dev0"
version = "2.6.4"
edition = "2021"
authors = ["Kai Zhang <[email protected]>"]
description = "Rust APIs"
Expand Down

0 comments on commit 256a1a6

Please sign in to comment.