Skip to content

Releases: mbhall88/pafpy

Version 0.2.0

01 Feb 03:30

Choose a tag to compare

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

24 Jan 08:13

Choose a tag to compare

Fixed

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

Version 0.1.2

25 Aug 00:09

Choose a tag to compare

0.1.2

Fixed

Version 0.1.1

16 May 11:46

Choose a tag to compare

0.1.1 - 2020-05-16

Added

  • This CHANGELOG file.

Changed

  • Don't rely on poetry to get version.