You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)