Skip to content

Releases: bcgsc/pori_python

Release v1.2.2

20 Nov 23:13
163ae8e

Choose a tag to compare

Bugfixes

Release v1.2.0

22 Oct 22:48
89f5aeb

Choose a tag to compare

Improvements

  • [DEVSU-2616] check projects in report async upload. if not exist, create one #59
  • [DEVSU-2617] Add entrypoint to load a report from json #71
  • [KBDEV-1163 / KBDEV-1342] Add matching tests for Ensembl features #74
  • [KBDEV-1306] Update get_kb_disease_matches() to use subgraphs route #73
  • [KBDEV-1328] Add login_demo() for GraphKBConnection #72
  • Add py.typed at root and delete unnessary files #76
  • Update ipr command_interface() #76

Bugfixes

  • [KBDEV-1310] Fix ipr test in test_upload.py #68
  • Add py.typed at root and delete unnessary files #76
  • Update ipr command_interface() #76

Release v1.1.0

28 Apr 19:31
ab1c1b0

Choose a tag to compare

Improvements

Bugfixes

  • [KBDEV-1266] Refresh login to GraphKB only when needed #50
  • Fix returned type of ipr/ipr.py::get_kb_disease_matches() #62

Release v1.0.0

31 Mar 17:09
c87ad9f

Choose a tag to compare

Breaking Changes

Improvements

  • [KBDEV-1236] Added extra type checking for variant matching #25
  • [DEVSU-2488] Move reformatting upstream get_cancer_predisposition_info() #41
  • [DEVSU-2494] Add custom text to analysis summary #44, #46
  • [SDEV-4409] Deprecate get_cancer_predisposition_info() & get_pharmacogenomic_info() #35
  • Add image to test_upload contents #48

Bugfixes

Release v0.1.2

26 Aug 18:17
3a7392b

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

22 Aug 22:47
2d60f39

Choose a tag to compare

What's Changed

  • SDEV-4431 - bugfix - content.spec.json not in distribution by @dustinbleile in #26

Release v0.1.0

12 Aug 19:49
016eac1

Choose a tag to compare

Release/v0.1.0

First release of merged pori_ipr_python and pori_graphkb_python packages as pori_python.

Improvement:

merge pori_ipr_python and pori_graphkb_python adaptors
update test suite for use with external PORI deployments; skip tests that will only work on the BCGSC PORI deployment (where possible, replace with tests on other data)
DEVSU-2348: add function to fetch associated gene list per variant returned by cancer predisposition and pharmacogenomic gene variant functions
DEVSU-2349: add option to load reports by pori-ipr-api reports-async endpoint
SDEV-4409: update gene exclude lists
SDEV-4409: use typing extension > 4.4; remove max version on requests
KBDEV-1231: add test to ensure no incorrect matches to wildtype
Bugfix:

DEVSU-2348: fix test of pharmocogenomic gene list
SDEV-4409: use tqdm for progress bar
SDEV-4431: update mypy types