Autoclass

Latest version: v2.2.0

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

1.15.0

* `autodict`, `autohash` and `autoprops` now tolerate inherited constructors

1.14.0

* The submodule names were conflicting with the variable names: renamed them all
* The init file has been improved so as not to export symbols from other packages. Fixes [23](https://github.com/smarie/python-autoclass/issues/23)

1.13.0

* New annotation `autodict_override` that you can use to override `__iter__`, `__getitem__` or `__len__`. Fixes [22](https://github.com/smarie/python-autoclass/issues/22)

1.12.0

* In case of inheritance, the order of attributes in now better and reproductible. Fixes [20](https://github.com/smarie/python-autoclass/issues/20)
* Printed representation created by autodict now uses the same order than the generated keys iterator on the dictionary-faceted object.

1.11.0

* `autodict` does not add the `from_dict` class method anymore if this method already exists. If it does not already exist however, it is now always created (even if `only_constructor_args=False`)
* inheritance is now handled more correctly (not perfect but it seems to handle more cases) with `autodict`. Fixes [19](https://github.com/smarie/python-autoclass/issues/19)

1.10.2

* Fixed [18](https://github.com/smarie/python-autoclass/issues/18)

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.