Releases: iotile/typedargs
Releases · iotile/typedargs
typedargs-1.1.3: Publish to PyPI using github actions
No code changes. Just testing the new PyPI publishing pipeline.
typedargs-1.1.2: Python 3.9 support
Python 3.9 is now supported.
Python 3.5 is no longer supported as it reached EOL.
Fix @docannotate with typed parameters
Bugfix release
typedargs-1.1.0
- 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
Remove past and future libraries Clean up some pep8 stuff Move to azure pipelines. Keep travis for pypi deployment though.
typedargs-0.13.6
fully remove past.builtins
typedargs-0.13.5
delete past.builtins
typedargs-0.13.3
Keep docs history