PyABF Versions Save

pyABF is a Python package for reading electrophysiology data from Axon Binary Format (ABF) files

2.3.8

9 months ago

Published to pypi.org/project/pyabf on 2023-08-02

  • ABF: Improved support for variable length sweeps (#129) Thanks @lucarossi147
  • ABF: Improved docstrings (#132) Thanks @saglag
  • ABF: Improved support for header text generation in modern Python versions (#135) Thanks @Ale-Rossi
  • Setup: Upgraded required Python version from 3.6 to 3.8 (the oldest currently supported version of Python)

2.3.7

1 year ago

Published to pypi.org/project/pyabf on 2022-09-26

  • Improved performance when loading sweep data (#129) Thanks @lucarossi147
  • Improved support for multi-channel ABF files with variable-length sweeps (#129) Thanks @lucarossi147

2.3.6

1 year ago

Published to pypi.org/project/pyabf on 2022-07-06

  • Added type hints to ABF properties (#128, #127) Thanks @AKJama
  • PyPi package now contains source and wheel

2.3.5

2 years ago

This release is available on pypi.org/project/pyabf

pip install --upgrade pyabf
  • Added ABF.sampleRate as an alternative to abf.dataRate
  • Added ABF.getAllXs() and ABF.getAllYs() to make it easier to get data from all sweeps as a single array

2.3.3

2 years ago

This release is available on pypi.org/project/pyabf

pip install --upgrade pyabf
  • Fixed a bug that affected ABF files with more ADC channels than DAC channels (#121, #122) Thanks @pnewstein

2.3.2

2 years ago

This release is available on pypi.org/project/pyabf

pip install --upgrade pyabf
  • Fixed import error that affected membrane test analysis (#118, #120) Thanks @konung-yaropolk

2.3.1

2 years ago

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)

2.2.8

3 years ago

This release is on pypi.org/project/pyabf

pip install --upgrade pyabf

Minor Changes

  • Hard-coded version number to simplify packaging (#109) Thanks @SebastianOltmanns

2.2.7

3 years ago

This release is on pypi.org/project/pyabf

pip install --upgrade pyabf

Minor Changes

  • Improved tag time detection for some ABF2 files (#100) Thanks Katelyn

2.2.6

3 years ago

This release is on pypi.org/project/pyabf

pip install --upgrade pyabf

Minor Changes

  • Improved support for variable-length sweeps (#108) Thanks Andrew