Skip to content

v4.1.2

Compare
Choose a tag to compare
@ThibTrip ThibTrip released this 29 Jul 20:04
· 77 commits to master since this release

Bug Fixes

  • pangres was not running on Python 3.10 because I never added packaging in requirements.txt. I fixed it by using pkg_resources from the standard library instead to avoid the additional dependency (see commit 89d3679)

    Note: the tests were running fine because we use pytest which uses packaging (so I never saw the missing dependency)