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
, andpytest-cov
— and addsetuptools
andpy
as explicit dev requirements (for Python 3.12).