Skip to content

Releases: simon-anders/htseq

release_0.7.0

07 Feb 21:41
Compare
Choose a tag to compare

Version 0.7.0, Python 2 (master) branch.

Enhancements:

  • understands SAMtools optional field B (used sometimes in STAR aligner)
  • write fasta files in a single line
  • better docstrings thanks to SWIG 3

Bugfixes:

  • fixed tests and docs in .rst files

Support bumps:

  • supports pysam >=0.9.0

release_0.7.0py3

07 Feb 21:42
Compare
Choose a tag to compare

Version 0.7.0, Python 3 branch.

Enhancements:

  • understands SAMtools optional field B (used sometimes in STAR aligner)
  • write fasta files in a single line
  • better docstrings thanks to SWIG 3

Bugfixes:

  • fixed tests and docs in .rst files

Support bumps:

  • supports python >= 3.4
  • supports pysam >=0.9.0