Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 21:05
daaa027

6.0.0 (2024-02-19)

⚠ 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)
  • drop support for python 3.6 and specify unofficial support for python 3.7. Going forward, we will only continue to support versions of python that are "end of life".

Features

  • add version constraints, poetry, and poetry.lock file, and use nox-poetry and py3.12 in CI (#202) (ed9c961)

Bug Fixes

  • deprecation of binom_test in scipy 1.12.0 and cryptic error occurring with incorrect VCFs in cyvcf2 0.30.26 (#208) (78ec86a)

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) (89c1dd3)