Releases: TokenChingy/pytasking
Releases · TokenChingy/pytasking
Release: 1.2
Changelog
- Changing naming convention, moving toward 1.x convention.
Breaking Changes
- All wrapped exceptions and data structures from the
asyncio
andmultiprocessing
modules have now been namespaced into pytasking. For example;pytasking.CancelledError
is nowpytasking.asyncio.CancelledError
. This change is so that it is more explicit and natural.
Release: 1.1.0
Changelog
1.1.0
- Improved documentation.
- Implemented additional helper methods for the Manager class – see the documentation for details.
Release: 1.0.0
Changelog
1.0.0
- This is the initial release of pytasking.