Skip to content

Releases: fulcrumgenomics/pybedlite

1.0.0

02 Aug 16:33
Compare
Choose a tag to compare

What's Changed

  • Remove whitespace in doc by @nh13 in #26
  • Update code-cov in GHA to use a token by @nh13 in #33
  • Add Interval constructor from UCSC-formatted string by @msto in #29
  • Allow the OverlapDetector to be generic over input feature types by @clintval in #34

Full Changelog: 0.1.0...1.0.0

Release 0.1.0

20 May 17:54
Compare
Choose a tag to compare

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

11 Sep 21:05
Compare
Choose a tag to compare

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

27 Jun 22:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.2...0.0.3

Release 0.0.2

28 Jul 17:20
a2660a4
Compare
Choose a tag to compare

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:

Full Changelog: 0.0.1...0.0.2

Release 0.0.1

28 Dec 18:16
Compare
Choose a tag to compare

First release of pybedlite