Skip to content

Commit

Permalink
chore(release): 2.14.0
Browse files Browse the repository at this point in the history
## [2.14.0](v2.13.0...v2.14.0) (2024-07-19)

### Features

* **data:** make all allele definitions import from PharmGKB ([47da939](47da939))
* **data:** update to PharmVar v6.1.3 ([e4b8fc2](e4b8fc2))

### Bug Fixes

* **data:** fix downloading new guidance data ([a1007c0](a1007c0))
* **diplotype-comparator:** update string delimiter ([e10a2ea](e10a2ea))
* **namedallelematcher:** fix exception thrown while sorting diplotype matches ([093f5b2](093f5b2))
* **namedallelematcher:** handle CYP2D6 and HLA outside calls with sub-alleles gracefully ([dcaa055](dcaa055))
* **reporter:** fix how allele presence phenotypes are shown in final report ([2f00c6c](2f00c6c))
* **reporter:** fix missing PMID in report citation data ([81a0df2](81a0df2)), closes [#187](#187)
* **reporter:** fix multiple version check logic ([3af2726](3af2726))
* **reporter:** fix phenotype check by querying only phenotype-related genes in an annotation ([b666953](b666953)), closes [#180](#180)
* **reporter:** warn if multiple versions found ([9bb2a55](9bb2a55))
  • Loading branch information
semantic-release-bot committed Jul 19, 2024
1 parent 3af2726 commit a172280
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [2.14.0](https://github.com/PharmGKB/PharmCAT/compare/v2.13.0...v2.14.0) (2024-07-19)


### Features

* **data:** make all allele definitions import from PharmGKB ([47da939](https://github.com/PharmGKB/PharmCAT/commit/47da939f014e16fef32038c49e57ba0550cc42cb))
* **data:** update to PharmVar v6.1.3 ([e4b8fc2](https://github.com/PharmGKB/PharmCAT/commit/e4b8fc22b06e9d838453a43143b2a9f4dd48ddd7))


### Bug Fixes

* **data:** fix downloading new guidance data ([a1007c0](https://github.com/PharmGKB/PharmCAT/commit/a1007c09a40db247032e2cbb9d58e7e98d68994a))
* **diplotype-comparator:** update string delimiter ([e10a2ea](https://github.com/PharmGKB/PharmCAT/commit/e10a2ea83dbbce2511a91c6806959e9343c4ec88))
* **namedallelematcher:** fix exception thrown while sorting diplotype matches ([093f5b2](https://github.com/PharmGKB/PharmCAT/commit/093f5b29d3f24799fd247a69807f454a173e8f88))
* **namedallelematcher:** handle CYP2D6 and HLA outside calls with sub-alleles gracefully ([dcaa055](https://github.com/PharmGKB/PharmCAT/commit/dcaa05573400926573d5b02d84e30b043146a8e7))
* **reporter:** fix how allele presence phenotypes are shown in final report ([2f00c6c](https://github.com/PharmGKB/PharmCAT/commit/2f00c6c53118c757010e54c0a0b074bf066cb358))
* **reporter:** fix missing PMID in report citation data ([81a0df2](https://github.com/PharmGKB/PharmCAT/commit/81a0df250b59b12609075612d0bbe7af02dfe2c4)), closes [#187](https://github.com/PharmGKB/PharmCAT/issues/187)
* **reporter:** fix multiple version check logic ([3af2726](https://github.com/PharmGKB/PharmCAT/commit/3af272650642a2dc15da080b1f92263d33b9fc46))
* **reporter:** fix phenotype check by querying only phenotype-related genes in an annotation ([b666953](https://github.com/PharmGKB/PharmCAT/commit/b666953b5e2b52ee71cebb33ff045f3173db7b9c)), closes [#180](https://github.com/PharmGKB/PharmCAT/issues/180)
* **reporter:** warn if multiple versions found ([9bb2a55](https://github.com/PharmGKB/PharmCAT/commit/9bb2a5558a32dd6c8119444f19799409c2593a3e))

## [2.13.0](https://github.com/PharmGKB/PharmCAT/compare/v2.12.0...v2.13.0) (2024-06-11)


Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Home
permalink: /
nav_order: 1
# version is dynamically updated - DO NOT MODIFY MANUALLY
pharmcat_version: 2.13.0
pharmcat_version: 2.14.0
---

# PharmCAT:<br />Pharmacogenomics Clinical Annotation Tool
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pharmcat",
"version": "2.13.0",
"version": "2.14.0",
"repository": {
"type": "git",
"url": "https://github.com/PharmGKB/PharmCAT.git"
Expand Down
2 changes: 1 addition & 1 deletion preprocessor/preprocessor/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# version is dynamically updated - DO NOT MODIFY MANUALLY
PHARMCAT_VERSION = '2.13.0'
PHARMCAT_VERSION = '2.14.0'

# expected tool versions
MIN_BCFTOOLS_VERSION = '1.18'
Expand Down

0 comments on commit a172280

Please sign in to comment.