Skip to content

Releases: root-11/mplite

1.3.1

22 Apr 12:52
b5fd3c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

27 Mar 10:09
fbd0eed
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.7...1.3.0

1.2.7

02 Feb 12:17
873e0d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.6...1.2.7

Adding support for shared initialization task.

22 Nov 12:38
12f5d4d
Compare
Choose a tag to compare

Added the ability to have initialization task shared between all workers.
No other API changes.

1.2.5

23 Oct 11:17
5e10e16
Compare
Choose a tag to compare

Fix py311

1.2.4

23 Oct 08:21
e460c4b
Compare
Choose a tag to compare

Changed default behaviour on unix to spawn instead of fork

Bugfix: Tasks are now returned in same order as submitted.

10 Aug 09:23
84735cd
Compare
Choose a tag to compare

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

06 Apr 13:35
fb67eb0
Compare
Choose a tag to compare

Maintenance release: Added code to gracefully handle broken sub-processes.

Maintenance release 1.2.1

23 Nov 12:01
Compare
Choose a tag to compare

No internal changes.
Tests added for python 3.11.x releases.