Skip to content

Commit 412a139

Browse files
committed
Release v0.3.4.
* The 0.3 series of `vplot` introduces a breaking change for matrix formatting. Matrices are now returned such that large fragments are at the top. This can be reverted using the `-i` flag to invert the matrix to have small fragments at the top instead (pre-0.3 behavior). * `-o` flag for writing to a file path. * the `--multi` flag writes matrices for each region in the input bed file. An optional prefix or ouput directory can be added using the `-o` flag.
1 parent 44f1f6f commit 412a139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vplot"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = ["Spencer Nystrom <nystromdev@gmail.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)