This release is on [pypi.org/project/pyabf](https://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)