********************************** 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: . 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.