Skip to content

pyABF 2.0.23

Compare
Choose a tag to compare
@swharden swharden released this 15 Nov 00:54

This release is on pypi.org/project/pyabf

pip install --upgrade pyabf

Minor Changes

  • ABF1 file support for comments/tags
  • abfDateTimeString now produces combined ISO 8061 standard 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