Skip to content

pyabf 2.3.1

Compare
Choose a tag to compare
@swharden swharden released this 28 Jun 01:10

This release is on pypi.org/project/pyabf

pip install --upgrade pyabf
  • Improved support for user lists (#110) Thanks @haganenoneko
  • ABFs with invalid dates no longer display a warning when they are loaded (#113)
  • ABF and ATF now can also be instantiated with a pathlib.Path instead of just str (#112)
  • Improved data scaling for ABF1 files with out-of-order ADC channels
  • Type hints added to public functions (#117)
  • Header logic refactored into individual section files (#116)