v0.5.4
Overview
This version incorporates changes to handle new column headers in the phenotype.hpoa
file released for the Human Phenotype Ontology (HPO), updates dependencies, and removes certain code elements and dependencies.
What's Changed
- Can now handle new column headers of
phenotype.hpoa
file from 4/6/2023 release of HPO - Merge pull request #92 from GeneDx/develop by @mcgeestephen
- Bump
requests
from 2.25.1 to 2.31.0 by @mcgeestephen in #92 - Removed likelihood of molecular diagnosis code by @mcgeestephen (
likelihood.py
,test_likelihood.py
) - Removed
likelihood_moldx
module fromphenopy/__main__.py
- Removal of
joblib
andlightgbm
dependencies by @mcgeestephen - Versions explicitly stated in
setup.py
forfire
,networkx
,numpy
,pandas
,scipy
Known Issues
phenopy
v0.5.4 relies on Python3.7, which is expected to reach end-of-life on 2023-06-27.vocab
was deprecated from KeyedVector and will throw anAttributeError
for applications relying on newergensim
versions (>=4.0.0)
Compatibility
Requires >= Python 3.7.
Contributors
- Stephen Mcgee (@mcgeestephen)
Release Date
Version 0.5.4 was released on June 6, 2023.