Skip to content

Version 0.2.0

Latest
Compare
Choose a tag to compare
@mbhall88 mbhall88 released this 01 Feb 03:30
· 10 commits to master since this release

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.