Skip to content

Releases: TokenChingy/pytasking

Release: 1.2

05 Dec 12:27
Compare
Choose a tag to compare

Changelog

  • Changing naming convention, moving toward 1.x convention.

Breaking Changes

  • All wrapped exceptions and data structures from the asyncio and multiprocessing modules have now been namespaced into pytasking. For example; pytasking.CancelledError is now pytasking.asyncio.CancelledError. This change is so that it is more explicit and natural.

Release: 1.1.0

03 Dec 03:03
fa2ee9a
Compare
Choose a tag to compare

Changelog

1.1.0

  • Improved documentation.
  • Implemented additional helper methods for the Manager class – see the documentation for details.

Release: 1.0.0

03 Dec 03:01
Compare
Choose a tag to compare

Changelog

1.0.0

  • This is the initial release of pytasking.