Skip to content

Releases: automl/pynisher

v1.0.9

16 Aug 09:09
Compare
Choose a tag to compare

Fix

Pynisher now listens for SIGTERM and SIGINT to correctly cleanup the subprocess and pipes, preventing any hangs

v1.0.8

24 Jul 09:33
Compare
Choose a tag to compare
  • Fix Issue where if returned message length was large than the pipe's buffer, the process would hang indefinitely.

v1.0.7

19 Jul 09:31
Compare
Choose a tag to compare

Fixes typing issue with context

v1.0.6

17 Jul 09:42
Compare
Choose a tag to compare
ci(pre-commit): `.github/workflows/pre-commit.yaml`

v1.0.5

20 Mar 14:57
Compare
Choose a tag to compare
fix: Import TimeoutError

v1.0.0

15 Aug 07:06
Compare
Choose a tag to compare

v1.0.0

  • Major overhall and mostly incompatible with previous v0.6, please see README for more info.
  • Notable points
    • Support for Windows/Mac (with some exception, see README)
    • Transparently propagate errors, can use pynished functions without need to know they are in a sub-process.
    • Allows control over error propogation.
    • Better support for ctrl+c child tree process termination
    • More documentation and control features!

Version 0.6.4

24 Feb 19:58
Compare
Choose a tag to compare
v0.6.4

add manifest

Version 0.6.3

24 Nov 12:18
beb76e4
Compare
Choose a tag to compare
v0.6.3

Fix context: use context if passed (#6)

Version 0.6.2

20 Nov 09:50
b762e57
Compare
Choose a tag to compare
v0.6.2

Allow passing a multiprocessing context (#5)

Version 0.6.1

20 Nov 09:50
Compare
Choose a tag to compare
v0.6.1

bump version