Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge main back into dev. #153

Merged
merged 15 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.17.0](https://github.com/COMBINE-lab/simpleaf/compare/v0.16.2...v0.17.0) (2024-07-01)


### Features

* Add refresh-prog-info subcommand ([8597635](https://github.com/COMBINE-lab/simpleaf/commit/8597635edde981f3afab367d008e39d157858ba3))
* copy over gene_id_to_names.tsv to quant directory ([8597635](https://github.com/COMBINE-lab/simpleaf/commit/8597635edde981f3afab367d008e39d157858ba3))
* support new piscem geometry flags ([8597635](https://github.com/COMBINE-lab/simpleaf/commit/8597635edde981f3afab367d008e39d157858ba3))

## [0.16.2](https://github.com/COMBINE-lab/simpleaf/compare/v0.16.1...v0.16.2) (2024-02-01)


Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simpleaf"
version = "0.16.2"
version = "0.17.0"
edition = "2021"
authors = [
"Rob Patro <[email protected]>",
Expand Down
Loading