Skip to content

pyABF 2.0.24

Compare
Choose a tag to compare
@swharden swharden released this 17 Nov 14:28

This release is on pypi.org/project/pyabf

pip install --upgrade pyabf

Minor Changes

  • Files are only opened using "with" statements (best practice)
  • abfDateTimeString is still combined ISO 8061 standard but now is always exactly 23 characters: YYYY-MM-DDThh:mm:ss.sss (a fixed number of after-decimal seconds characters is what's new)
  • abf._fileSize came back
  • all "autoanalysis" code removed from pyABF (moved to the pyABFauto project)
  • protocolStorageDir fixed in stimulus module (36ecc14)