v0.3.3
Pre-release
Pre-release
New multithreaded scripts
-
All of the
*_hyde.pyscripts now have multithreaded versions:
run_hyde_mp.py,individual_hyde_mp.py, andbootstrap_hyde_mp.py.
Parallelization with these scripts works best with data sets that have a lot of species.
We use themultiprocessmodule, which will need to be installed:pip install multiprocess. -
We also added a quiet option (
-qor--quiet) to suppress printing to stdout
while the program is running.