Skip to content

Releases: clintval/bedspec

0.7.0

23 Apr 01:54
fa28b69

Choose a tag to compare

Features

  • Update typeline and support Python 3.13 (#32) (185a628)

Miscellaneous Tasks

  • Update dataclass decorator in the README (#30) (32fa692)
  • Change GHA name to just 'tests' (1605671)
  • Simplify the example in the README (c132c7d)
  • Fix publish CI/CD (fa28b69)

0.6.0

02 Dec 22:23
86c1087

Choose a tag to compare

Features

  • Remove cgranges for superintervals (#28) (40110e5)

Miscellaneous Tasks

0.5.0

13 Nov 21:29
352a3e8

Choose a tag to compare

Features

Miscellaneous Tasks

0.4.0

12 Nov 15:35
633956d

Choose a tag to compare

Documentation

Miscellaneous Tasks

0.3.0

08 Nov 23:39
523b9d4

Choose a tag to compare

Features

  • Add a type-savvy .from_path() to BedWriter and BedReader (#17) (a798e10)
  • Implement a generic overlap detector and other library fixups (#19) (0f92d28)
  • Simplify how the BedReader and BedWriter work (#21) (0db2106)
  • Use typeline for IO (#24) (523b9d4)

Miscellaneous Tasks

  • General enhancements to the library (#20) (80fafdc)

0.2.0

19 Apr 02:06
2ceac80

Choose a tag to compare

Features

  • Implement a type-savvy solution for Py3.12 (#1) (28dc477)
  • Simplify package structure, build wheels in CI (#3) (fb1875f)
  • Implement BedReader.from_path() (#13) (2ceac80)

Documentation

Miscellaneous Tasks