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

chore(master): release 6.0.0 #210

Closed
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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [6.0.0](https://github.com/gymrek-lab/TRTools/compare/v5.1.1...v6.0.0) (2024-02-07)


### ⚠ BREAKING CHANGES

* remove pybedtools as a dependency. This slightly changes the interpretation of BED files. From now on, the end position of each region will not be included. ([#184](https://github.com/gymrek-lab/TRTools/issues/184))

### Bug Fixes

* deprecation of binom_test in scipy 1.12.0 and cryptic error occurring with incorrect VCFs in cyvcf2 0.30.26 ([#208](https://github.com/gymrek-lab/TRTools/issues/208)) ([78ec86a](https://github.com/gymrek-lab/TRTools/commit/78ec86a92dd7bdd8fffc1a88e416681af1b54234))


### Documentation

* reviewer and maintainer responsibilities with automated releases and PRs ([7762d87](https://github.com/gymrek-lab/TRTools/commit/7762d8796144597c4bdb5f68f51436bf14420ef2))
* specify conda install via biocontainers ([2807421](https://github.com/gymrek-lab/TRTools/commit/2807421568ad0a477a42346017820de808d2e5dd))


### Code Refactoring

* remove pybedtools as a dependency. This slightly changes the interpretation of BED files. From now on, the end position of each region will not be included. ([#184](https://github.com/gymrek-lab/TRTools/issues/184)) ([89c1dd3](https://github.com/gymrek-lab/TRTools/commit/89c1dd315a1cb96edb2d3479f7eb36990044a01c))

## [5.1.1](https://github.com/gymrek-lab/TRTools/compare/v5.1.0...v5.1.1) (2023-11-27)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "trtools"
version = "5.1.1"
version = "6.0.0"
authors = [
{name = "Melissa Gymrek", email = "[email protected]"},
{name = "Gymrek Lab"},
Expand Down