Releases: mdshw5/pyfaidx
Releases · mdshw5/pyfaidx
v0.4.8.3
Sequence.longname
is now Sequence.long_name
to match FastaRecord.long_name
(thanks @michaelbarton)
Sequence.longname
now raises a DeprecationWarning
, and will be eliminated in a future release.
v0.4.8.1
- Fixed unicode handling in Readme (#105)
v0.4.8
- Includes better locking around index creation (#94, #96)
- Fixed unicode encoding issue in setup.py (#104, #101)
v0.4.7.1
- Fixes #79 and #80 (thanks @handstad) caused
Sequence.end
coordinates to be severely wrong.
v0.4.7
- Fixes indexing for files containing blank lines between records (#83). Thanks @endrebak!
v0.4.6
- Fixes
Sequence.complement
method with a more efficient implementation (#81) (@timodonnell)
v0.4.5.1
- Clarified license for inclusion in debian (@tillea)
- Point release for #78
v0.4.4
- Added
--size-range
option (#70)
- Added
--invert-match
option