Skip to content

v0.3.3

Pre-release
Pre-release

Choose a tag to compare

@pblischak pblischak released this 15 Dec 17:29

New multithreaded scripts

  • All of the *_hyde.py scripts now have multithreaded versions:
    run_hyde_mp.py, individual_hyde_mp.py, and bootstrap_hyde_mp.py.
    Parallelization with these scripts works best with data sets that have a lot of species.
    We use the multiprocess module, which will need to be installed: pip install multiprocess.

  • We also added a quiet option (-q or --quiet) to suppress printing to stdout
    while the program is running.