Skip to content

Releases: mdshw5/pyfaidx

v0.8.1.1

19 Jan 02:53
567f4e0
Compare
Choose a tag to compare

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

v0.8.1

18 Jan 19:17
aa6b59b
Compare
Choose a tag to compare

What's Changed

  • Better message about bgzip compression errors: Update init.py by @rraadd88 in #216

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

08 Jan 16:36
f00ce2a
Compare
Choose a tag to compare

What's Changed

  • remove old Python 2 hybridation by @a-detiste in #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: v0.7.2.2...v0.8.0

v0.7.2.2

22 Sep 14:34
cac82f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2.1...v0.7.2.2

v0.7.2.1

16 Feb 15:56
dbb5872
Compare
Choose a tag to compare

What's Changed

  • missing setuptools dependency in v0.7.2 by @mdshw5 in #207

Full Changelog: v0.7.2...v0.7.2.1

v0.7.2

15 Feb 00:31
9bc371e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

26 Jul 16:27
f4abe57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

02 Jun 02:45
58d8b4e
Compare
Choose a tag to compare

What's Changed

  • Add acidbio/bed tests by @mdshw5 in #188
  • Minor change in pytest xfail usage in tests by @ap-- in #191
  • Add fsspec support by @ap-- in #190
  • Implement fsspec handling for indexname by @ap-- in #193

New Contributors

  • @ap-- made their first contribution in #191

Full Changelog: v0.6.4...v0.7.0

v0.6.4

31 Jan 19:43
b6ca41b
Compare
Choose a tag to compare
  • Migrated test suite from nose to pytest
  • Removed some deprecated function calls (#185)
  • Added support for pathlib.Path (#184)

v0.6.3.1

28 Oct 19:47
0197bd5
Compare
Choose a tag to compare
  • Removes large test data accidentally added in last release