Releases: root-11/mplite
Releases · root-11/mplite
1.3.1
1.3.0
1.2.7
What's Changed
- Non-blocking chained execute API by @realratchet in #13
Full Changelog: 1.2.6...1.2.7
Adding support for shared initialization task.
Added the ability to have initialization task shared between all workers.
No other API changes.
1.2.5
1.2.4
Bugfix: Tasks are now returned in same order as submitted.
This is a bugfix release related to #7, so now mplite returns the tasks in the same order as submitted.
No API changes.
Bugfix to handle broken subprocesses
Maintenance release: Added code to gracefully handle broken sub-processes.
Maintenance release 1.2.1
No internal changes.
Tests added for python 3.11.x releases.