Skip to content

v0.11.2

Compare
Choose a tag to compare
@jsvine jsvine released this 06 Jul 21:56
· 25 commits to stable since this release

Added

  • Add extra_attrs parameter to .dedupe_chars(...) to adjust the properties used when deduplicating (h/t @QuentinAndre11). (#1114)

Development Changes

  • Remove testing for Python 3.8, add testing for Python 3.12. (944eaed)
  • Upgrade flake8, pytest, and pytest-cov — and add setuptools and py as explicit dev requirements (for Python 3.12).