Releases: smarie/python-autoclass
Releases · smarie/python-autoclass
1.17.0 - Fixed `include`/`exclude` behaviour concerning property attributes
- Names used in
include
andexclude
are now correctly taken into account byautodict
andautohash
even if the names correspond to property names and therefore the actual attributes names start with an underscore. Fixes #21
See documentation page for details.
1.16.0 - Python 2 support
- This library now works on python 2.7, 3.5, 3.6 and 3.7. Fixes #3.
See documentation page for details.