This release is on [pypi.org/project/pyabf](https://pypi.org/project/pyabf/)
pip install --upgrade pyabf
Minor Changes
* ABF1 file support for comments/tags
* `abfDateTimeString` now produces [combined ISO 8061 standard](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) always containing a "T" to separate date and time regardless of numpy version (previously some systems had a "T" and others had a space)
* several header output improvements (text, HTML, and markdown rendering)
* data value precision limited and standardized
* long lists of values are center-truncated to reduce file size
* arrays are converted to strings manually to prevent header differences due to numpy version
* abf header output can now be parsed/hashed and used for testing to ensure consistency