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.
- Update (dev) versions for
black,isort,pytest, andclick
- Support for reading from file streams - including stdin [#2]
- Support for reading from
gzip-compressed files [#5]
- Calling
open()on an already-openPafFilewill no longer raise and error, but returns the (unchanged)PafFileobject it was called on.
- Tags not being correctly converted to strings when converting a
PafRecordto a string [#4]
- handle
inffloat values (@lucventurini)
0.1.1 - 2020-05-16
- This CHANGELOG file.
- Don't rely on
poetryto get version.