Skip to content

Releases: deeptools/py2bit

1.0.1

Choose a tag to compare

@dpryan79 dpryan79 released this 21 Apr 08:07
9156e76

Fix segfault in version 0 (32-bit) files.

1.0.0

Choose a tag to compare

@dpryan79 dpryan79 released this 20 Apr 07:51
ff9df9d

Add support for version 1 2bit files (those containing more then 4 gigabases of sequence). There are currently no API changes, but I'm doing a major version bump anyway given the new format supported.

0.3.3

Choose a tag to compare

@dpryan79 dpryan79 released this 21 Jan 15:42
4ad501c

Switch to pyproject.toml

0.3.2

Choose a tag to compare

@dpryan79 dpryan79 released this 18 Nov 11:55
fa851c3

Minor bug fix to correct a pointer type to make the compiler happier.

0.3.1

Choose a tag to compare

@dpryan79 dpryan79 released this 28 Jul 22:41
72baded

Fix a bug in frequency calculation

0.3.0

Choose a tag to compare

@dpryan79 dpryan79 released this 13 Feb 12:21
8237ddb
  • Add support for fetching all hard-masked blocks
  • Add support for fetching all soft-masked blocks

0.2.2

Choose a tag to compare

@dpryan79 dpryan79 released this 03 Nov 13:25
  • Restructured the documentation such that object-specific functions aren't exposed at the module level
  • One can now use with
  • Most functions now test for an open file and will throw an appropriate error if one is not found rather than segfaulting.

0.2.1

Choose a tag to compare

@dpryan79 dpryan79 released this 21 Jan 22:25
  • Fixed issue #4, which is a segfault that occurs if 1-2 bases in the middle of a byte are requested.

0.2.0

Choose a tag to compare

@dpryan79 dpryan79 released this 25 Oct 11:07
  • Incorporate lib2bit version 0.2.0, which should improve performance drastically.