Skip to content

5.1.0 - PEP561 compliance

Compare
Choose a tag to compare
@smarie smarie released this 22 Jan 10:54
· 9 commits to master since this release
  • Package was made PEP561 compatible. Fixed #55

  • Improved type hints for decorators so that they do not make the decorated item loose its type hints. Fixed #56

  • Removed usage of @with_signature in favour of stub file in the entry_points_annotations.py. Fixed #50

See documentation page for details.