1.6.0
Added
autorepr
andReprHelperMixin
now usereprlib.recursive_repr
if
available. (#3)
Changed
autorepr
now assigns onenamedtuple
tocls._represent
instead of using
three different class variables as before.
Fixed
- Deprecation warnings were always raised instead of only when deprecated
names were imported.