Skip to content

Releases: smarie/python-autoclass

1.17.0 - Fixed `include`/`exclude` behaviour concerning property attributes

19 Apr 14:12
Compare
Choose a tag to compare
  • Names used in include and exclude are now correctly taken into account by autodict and autohash 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

19 Apr 12:13
Compare
Choose a tag to compare
  • This library now works on python 2.7, 3.5, 3.6 and 3.7. Fixes #3.

See documentation page for details.