Skip to content

Releases: mdshw5/pyfaidx

v0.4.8.1

20 Oct 00:19
Compare
Choose a tag to compare
  • Fixed unicode handling in Readme (#105)

v0.4.8

16 Oct 20:17
Compare
Choose a tag to compare
  • Includes better locking around index creation (#94, #96)
  • Fixed unicode encoding issue in setup.py (#104, #101)

v0.4.7.1

31 Dec 17:47
Compare
Choose a tag to compare
  • Fixes #79 and #80 (thanks @handstad) caused Sequence.end coordinates to be severely wrong.

v0.4.7

10 Dec 19:02
Compare
Choose a tag to compare
  • Fixes indexing for files containing blank lines between records (#83). Thanks @endrebak!

v0.4.6

08 Dec 21:00
Compare
Choose a tag to compare
  • Fixes Sequence.complement method with a more efficient implementation (#81) (@timodonnell)

v0.4.5.2

17 Nov 21:28
Compare
Choose a tag to compare
Update __init__.py

v0.4.5.1

17 Nov 01:24
Compare
Choose a tag to compare
  • Clarified license for inclusion in debian (@tillea)
  • Point release for #78

v0.4.4

26 Oct 13:48
Compare
Choose a tag to compare
  • Added --size-range option (#70)
  • Added --invert-match option

v0.4.3.1

23 Oct 20:31
Compare
Choose a tag to compare

Fixes a debugging statement I accidentally left in for release (#76)

v0.4.3

22 Oct 15:37
Compare
Choose a tag to compare
  • Fixes .complement naming behavior (#73)
  • Fixes Sequence.start and Sequence.end behavior (#74)
  • New case for raising a FastaIndexingError (#75)