Releases: dpryan79/lib2bit
Releases · dpryan79/lib2bit
0.2.2
Fix possible out-of-bounds writing, see issue #10
0.2.1
- 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
- The
twobitBasesWorker()
and constructSequence()
functions that underly twobitSequence()
and twobitBases()
have been rewritten and are now much faster.