1.2
Changes:
- π Fix compatibility with Python 3.7..3.9 (#124)
- π Fix incorrect list of base classes (#123)
- β¨ Replace
typingcollections with builtin types (e.g.typing.List->list) according
to PEP 585 (#122) - β¨ Add missing translations of pybind types:
function->Callable,object/handle->typing.Any(#121) - β¨ Support function-valued default arguments (#119)
- π Fix missing properties docstrings (#118)