Skip to content

Releases: jeremyephron/pyterminate

v0.0.8

21 Aug 00:24
Compare
Choose a tag to compare

What's Changed

  • Improved/fixed reference handling so that all references to registered functions will be removed after unregistration or execution (previously dangling) by @cygann in #5.

Full Changelog: v0.0.7...v0.0.8

v0.0.7

19 Mar 10:02
7a7a3d7
Compare
Choose a tag to compare

What's Changed?

  • Fixed improper type annotations

Full Changelog: v0.0.6...v0.0.7

v0.0.6

19 Mar 09:48
e3ed887
Compare
Choose a tag to compare

What's Changed

  • Add py.typed marker for mypy

Full Changelog: v0.0.3...v0.0.6

v0.0.3

13 Apr 08:41
cd938d4
Compare
Choose a tag to compare

What's Changed

  • New exit_with_signal decorator, specifically for handling multiprocessing start method fork exit behavior
  • Ignores requested signals during execution of registered function

Full Changelog: v0.0.2...v0.0.3

v0.0.2

04 Apr 08:03
32d59cc
Compare
Choose a tag to compare

New Features

  • Added feature for raising KeyboardInterrupt on SIGINT
  • Added more tests
  • Added documentation

v0.0.1

25 Mar 02:25
fc02327
Compare
Choose a tag to compare

New Features

  • Initial package functionality