Skip to content

Releases: swharden/pyABF

pyabf 2.3.8

02 Aug 23:20
Compare
Choose a tag to compare

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)

pyabf 2.3.7

27 Sep 00:38
aa79309
Compare
Choose a tag to compare

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

pyABF 2.3.6

06 Jul 12:28
Compare
Choose a tag to compare

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

pyABF 2.3.5

05 Oct 04:42
Compare
Choose a tag to compare

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

pyABF 2.3.3

19 Jul 23:06
19969f8
Compare
Choose a tag to compare

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

pyabf 2.3.2

10 Jul 00:25
Compare
Choose a tag to compare

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

pip install --upgrade pyabf

pyabf 2.3.1

28 Jun 01:10
Compare
Choose a tag to compare

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)

pyABF 2.2.8

03 Sep 17:49
Compare
Choose a tag to compare

This release is on pypi.org/project/pyabf

pip install --upgrade pyabf

Minor Changes

pyABF 2.2.7

31 Jul 23:49
Compare
Choose a tag to compare

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

pyABF 2.2.6

19 Jun 17:39
Compare
Choose a tag to compare

This release is on pypi.org/project/pyabf

pip install --upgrade pyabf

Minor Changes

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