Skip to content

fix installation and distribute data dependencies

Compare
Choose a tag to compare
@arvkevi arvkevi released this 05 Jan 20:36
· 93 commits to master since this release
84921ac

Fixes installation by removing code from __init__.py and distributes data dependencies when phenopy is installed.
Breaking changes occurred by removing code from __init__.py

Breaking Changes:
If you use from phenopy import generate_annotated_hpo_network, it should now be from phenopy.build_hpo import generate_annotated_hpo_network.