Skip to content

Releases: iotile/typedargs

typedargs-1.1.3: Publish to PyPI using github actions

30 Jun 02:10
d9c6a30
Compare
Choose a tag to compare

No code changes. Just testing the new PyPI publishing pipeline.

typedargs-1.1.2: Python 3.9 support

09 Jun 19:27
a9f04dc
Compare
Choose a tag to compare

Python 3.9 is now supported.
Python 3.5 is no longer supported as it reached EOL.

Fix @docannotate with typed parameters

13 Apr 15:15
c0d8270
Compare
Choose a tag to compare

typedargs-1.1.0

06 Apr 03:55
ca1da2d
Compare
Choose a tag to compare
  • Fix docstrings parsing (Issues #47, #34)
  • Extend docannotate show-as return annotation to support more options (Issue #60)
  • Add support of function type annotations in @docannotate
  • Support using @docannotate on classes to annotate their init() functions
  • Support type classes in type annotations for converting argument from string and formatting return value
  • Support specifying validators in docstrings (Issue #65)
  • Support specifying complex return value formatters in docstrings (Issue #61)
  • Support recursive function annotations

Housekeeping:

  • fix ValueError due to missed items() in argument checker
  • Make module PEP396-compatible
  • Adding single-sourced version
  • updated azure pipelines to modern images
  • Add python 3.8 support and tests

typedargs-1.0.0: Move typedargs to py3 only

01 Mar 22:17
Compare
Choose a tag to compare
Remove past and future libraries

Clean up some pep8 stuff

Move to azure pipelines. Keep travis for pypi deployment though.

typedargs-0.13.6

05 Feb 08:03
Compare
Choose a tag to compare

fully remove past.builtins

typedargs-0.13.5

05 Feb 02:10
Compare
Choose a tag to compare

delete past.builtins

typedargs-0.13.3

17 Jan 02:42
Compare
Choose a tag to compare
Keep docs history