Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.44 KB

File metadata and controls

57 lines (34 loc) · 1.44 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Update (dev) versions for black, isort, pytest, and click

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.

Fixed

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

Fixed

0.1.1 - 2020-05-16

Added

  • This CHANGELOG file.

Changed

  • Don't rely on poetry to get version.