Skip to content

Releases: dpryan79/lib2bit

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.