Skip to content

Releases: mbhall88/pafpy

Version 0.2.0

Choose a tag to compare

@mbhall88 mbhall88 released this 01 Feb 03:30

Version 0.2.0 - 01/02/2021

Added

  • Support for reading from file streams - including stdin [#2]
  • Support for reading from gzip-compressed files [#5]

Changed

  • Calling open() on an already-open PafFile will no longer raise and error, but
    returns the (unchanged) PafFile object it was called on.

0.1.3

Choose a tag to compare

@mbhall88 mbhall88 released this 24 Jan 08:13

Fixed

  • Tags not being correctly converted to strings when converting a PafRecord to a
    string [#4]

Version 0.1.2

Choose a tag to compare

@mbhall88 mbhall88 released this 25 Aug 00:09

0.1.2

Fixed

Version 0.1.1

Choose a tag to compare

@mbhall88 mbhall88 released this 16 May 11:46

0.1.1 - 2020-05-16

Added

  • This CHANGELOG file.

Changed

  • Don't rely on poetry to get version.