Skip to content

Releases: dpryan79/lib2bit

1.0.1

21 Apr 08:00

Choose a tag to compare

Fix segfault in version 0 (32-bit) files

1.0.0

20 Apr 07:31
ff889a3

Choose a tag to compare

Add support for version 1 2bit files (those supporting more than 4GB of sequence).

0.2.2

18 Nov 10:06
189258e

Choose a tag to compare

Fix possible out-of-bounds writing, see issue #10

0.2.1

21 Jan 22:23

Choose a tag to compare

  • Fixed a segfault that occurs if a 1 or 2 base sequence is requested that does not overlap either the start or end of a byte.

0.2.0

25 Oct 10:27

Choose a tag to compare

  • The twobitBasesWorker() and constructSequence() functions that underly twobitSequence() and twobitBases() have been rewritten and are now much faster.