Releases: bcgsc/pori_graphkb_python
Releases · bcgsc/pori_graphkb_python
Release v1.8.0
New Features
- new list in genes.py - get_therapeutic_associated_genes
- constants.py - expanded with commonly used GKB return properties.
- GraphKBConnection login on init if given username and password.
- typing_extensions>=3.7.4.2,<4.4
Improvements
- new test - match TERT:c.-124C>T
- skipped test GERO-299 - test_missense_is_not_nonsense - not yet fixed. (Intercepted by pori_ipr_python).
- Refactor - simplify init.py - move GraphKBConnection to util.py
- Refactor - simplify - remove custom VERBOSE logging level.
- update tests - fix test_known_fusion_single_gene_no_match
What's Changed
- increase typing_extension version; remove failing test by @mattdoug604 in #66
- Bugfix/gero 299 hgvs cds hgvs genomic matching misssense to nonsense by @dustinbleile in #67
- Refactor - group constants into constants.py by @dustinbleile in #68
- GERO-295 - add STATEMENT_RETURN_PROPERTIES constant from pori_ipr_python by @dustinbleile in #70
- Feature/sdev 3256 gene list updates by @dustinbleile in #71
- Release/v1.8.0 constants usablity by @dustinbleile in #73
New Contributors
- @mattdoug604 made their first contribution in #66
Full Changelog: v1.7.0...v1.8.0
v1.7.0
New Features:
- new RELEVANCE_BASE_TERMS 'pharmacogenomic': ['metabolism', 'toxicity', 'dosage'] and 'cancer predisposition': ['pathogenic'] (GERO-272)
- setup update - use pyproject.toml and setup.cfg (DEVSU-1697)