Releases: alphatwirl/mantichora
Releases · alphatwirl/mantichora
v0.12.0
v0.11.0
[0.11.0] - 2021-05-09
PyPI: https://pypi.org/project/mantichora/0.11.0/
Changes from the previous release: (diff)
- updated
.coveragerc
,README.md
- moved the dependency list from
requirements
tosetup.py
- removed
TaskPackage
, replaced withfunctools.partial
- moved from Travis CI to GitHub Actions
- added test on Python 3.9 in GitHub Actions
- changed the default branch to "main"
v0.10.0
PyPI: https://pypi.org/project/mantichora/0.10.0/
Changes from the previous release: (diff)
- added
threading
mode, which can be selected by new optionmode
- added brief sleeps in "while" loops, which improves performance in some circumstances
- removed code for Python 2.7
v0.9.9
PyPI: https://pypi.org/project/mantichora/0.9.9/
Changes from the previous release: (diff)
- added option
mp_start_method
- users can choose the start method of
multiprocessing
from three options:fork
,spawn
, andforkserver
- addressing the issue #4 comment 599216616
- users can choose the start method of
v0.9.8
v0.9.7
v0.9.6
v0.9.5
v0.9.4
v0.9.3
PyPI: https://pypi.org/project/mantichora/0.9.3/
Changes from the previous release: (diff)
- added
receive_one()
,receive_finished()
- changed the behavior:
mantichora
no longer waits all tasks to finish at exit of the
with
statement. It terminates all workers.
- updated required
atpbar
version from 0.9.7 to 1.0.2 - updated
README.md
,MANIFEST.in
,setup.py
, tests - cleaned up code