Skip to content

1.2

Compare
Choose a tag to compare
@sizmailov sizmailov released this 31 Aug 09:58
· 50 commits to master since this release
6499225

Changes:

  • πŸ› Fix compatibility with Python 3.7..3.9 (#124)
  • πŸ› Fix incorrect list of base classes (#123)
  • ✨ Replace typing collections 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)