Releases: fulcrumgenomics/pybedlite
Releases · fulcrumgenomics/pybedlite
1.0.0
Release 0.1.0
What's Changed
- Configure RTD to checkout submodules by @jdidion in #23
- Add GHA workflow to build wheels for multiple platforms by @jdidion in #24
- Fix GHA workflow for multi-platform builds by @jdidion in #25
- feat: Add bedrecord/interval converters by @msto in #27
- Move the py.typed file into the package by @clintval in #30
- feat: Add
opposite
property to BedStrand by @msto in #31 - chore: Add isort to code checks by @msto in #32
New Contributors
Full Changelog: 0.0.4...0.1.0
Release 0.0.4
What's Changed
- Support for python 3.6 and 3.7 has been dropped (versions of python prior to 3.8 are considered end-of-life)
- Updated dependencies to most recent versions that support python 3.8+
- Added cgranges as submodule - this enables pybedlite to be published to pypi once again
New Contributors
@jdidion made their first contribution in made their first contribution in #19
Full Changelog: 0.0.3...0.0.4
Release 0.0.3
What's Changed
- Update Python and Poetry to fix commit errors by @sam-white04 in #11
- Update README.md by @yfarjoun in #12
- Add RTD to the README by @nh13 in #13
- Fix docstring example by @nh13 in #14
- feat: make OverlapDetector iterable by @nh13 in #16
New Contributors
- @sam-white04 made their first contribution in #11
- @yfarjoun made their first contribution in #12
Full Changelog: 0.0.2...0.0.3
Release 0.0.2
What's Changed
Features:
- Improve the Interval validation message for end <= start by @nh13 in #3
- [feat] Move to cgranges from intervaltree for OverlapDetector by @nh13 in #6
- CI: update codecov for tokenless upload by @nh13 in #7
Bug Fixes:
- Bugfix/whitespace lines by @NatPRoach in #2
- Fix badge links due to wrong target branch by @nh13 in #8
Documentation / Versioning:
- Updating README install instructions by @NatPRoach in #10
- Bumping patch version number to 0.0.2 by @NatPRoach in #9
Full Changelog: 0.0.1...0.0.2
Release 0.0.1
First release of pybedlite