Releases: automl/pynisher
Releases · automl/pynisher
v1.0.9
v1.0.8
- Fix Issue where if returned message length was large than the pipe's buffer, the process would hang indefinitely.
v1.0.7
Fixes typing issue with context
v1.0.6
ci(pre-commit): `.github/workflows/pre-commit.yaml`
v1.0.5
fix: Import TimeoutError
v1.0.0
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
v0.6.4 add manifest
Version 0.6.3
v0.6.3 Fix context: use context if passed (#6)
Version 0.6.2
v0.6.2 Allow passing a multiprocessing context (#5)
Version 0.6.1
v0.6.1 bump version