cattrs v1.3.0 Release Notes

Release Date: 2021-02-25 // about 3 years ago
    • cattrs now has a benchmark suite to help make and keep cattrs the fastest it can be. The instructions on using it can be found under the Benchmarking <https://cattrs.readthedocs.io/en/latest/benchmarking.html> section in the docs. (#123 <https://github.com/python-attrs/cattrs/pull/123>_)
    • 🛠 Fix an issue unstructuring tuples of non-primitives. (#125 <https://github.com/python-attrs/cattrs/issues/125>_)
    • cattrs now calls attr.resolve_types on attrs classes when registering un/structuring hooks.
    • GenConverter structuring and unstructuring of attrs classes is significantly faster.