Pyfaidx Versions Save

Efficient pythonic random access to fasta subsequences

v0.8.1.1

5 months ago

This is a minor correction to the bgzip example from #216. Thanks @jmarshall!

v0.8.1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mdshw5/pyfaidx/compare/v0.8.0...v0.8.1

v0.8.0

5 months ago

What's Changed

  • remove old Python 2 hybridation by @a-detiste in https://github.com/mdshw5/pyfaidx/pull/215
  • This release drops support for Python 2. If you need to use this module with a Python 2 interpreter, please use a version from 0.7 or earlier!

New Contributors

Full Changelog: https://github.com/mdshw5/pyfaidx/compare/v0.7.2.2...v0.8.0

v0.7.2.2

9 months ago

What's Changed

Full Changelog: https://github.com/mdshw5/pyfaidx/compare/v0.7.2.1...v0.7.2.2

v0.7.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/mdshw5/pyfaidx/compare/v0.7.2...v0.7.2.1

v0.7.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mdshw5/pyfaidx/compare/v0.7.1...v0.7.2

v0.7.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mdshw5/pyfaidx/compare/v0.7.0...v0.7.1

v0.7.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mdshw5/pyfaidx/compare/v0.6.4...v0.7.0

v0.6.4

2 years ago
  • Migrated test suite from nose to pytest
  • Removed some deprecated function calls (#185)
  • Added support for pathlib.Path (#184)

v0.6.3.1

2 years ago
  • Removes large test data accidentally added in last release