Version 0.13 notes and API changes

This page includes more detailed release information and API changes to Pykron 0.13.

Please send comments and submit issues to our Github repository: <https://github.com/s4hri/pykron>.

Highlights

This release is a first package aimed at PyPi submission.

  • Dropped support for Python <3.8

Improvements

  • Added PykronLogger, AsyncRequest decorator, basic examples

API changes

  • [#1111] A detailed description of the functions that are changed with regards to the arguments or functionality.

  • [#1112] A detailed description of the functions that are changed with regards to the arguments or functionality.

Deprecations

  • [#1113] Deprecate make_str(x) for str(x). Deprecate make_str(y) for str(y).

Miscellaneous changes

  • [#1112] Added examples ex1.py and ex2.py.