cattrs v0.7.0 Release Notes

Release Date: 2018-04-12 // about 6 years ago
    • ✂ Removed the undocumented Converter.unstruct_strat property setter.
    • 🚚 | Removed the ability to set the Converter.structure_attrs instance field. | As an alternative, create a new Converter:: | | .. code-block:: python | | >>> converter = cattr.Converter(unstruct_strat=cattr.UnstructureStrategy.AS_TUPLE)
    • Some micro-optimizations were applied; a structure(unstructure(obj)) roundtrip is now up to 2 times faster.