Skip to content

Commit

Permalink
chore(release): 2.9.0
Browse files Browse the repository at this point in the history
## [2.9.0](v2.8.3...v2.9.0) (2024-1-17)

### Features

* **data:** update to CPIC version v1.35 ([5cb6717](5cb6717))
* **data:** update to PharmGKB version 2023-12-19 ([66c49f9](66c49f9))
* **reporter:** add new "non-match" type of message ([f5df05a](f5df05a))

### Bug Fixes

* **namedallelematcher:** DPYD matching should ignore find-combinations mode ([153853a](153853a))
* **namedallelematcher:** improve AD number warning ([9d9a0b9](9d9a0b9)), closes [#168](#168)
* **phenotyper:** fix bug with stripping gene symbol from outside call diplotypes ([cb97898](cb97898)), closes [#161](#161)

### Performance Improvements

* improve runtime of diplotype comparison ([406930c](406930c))
  • Loading branch information
semantic-release-bot committed Jan 17, 2024
1 parent 7bd4db7 commit 09c2be3
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.9.0](https://github.com/PharmGKB/PharmCAT/compare/v2.8.3...v2.9.0) (2024-1-17)


### Features

* **data:** update to CPIC version v1.35 ([5cb6717](https://github.com/PharmGKB/PharmCAT/commit/5cb671756393b82732c2ffeb5e06201d453cade3))
* **data:** update to PharmGKB version 2023-12-19 ([66c49f9](https://github.com/PharmGKB/PharmCAT/commit/66c49f9d584b9c3e72cb6488fc17ffc79e9442cd))
* **reporter:** add new "non-match" type of message ([f5df05a](https://github.com/PharmGKB/PharmCAT/commit/f5df05a0cf0c7edd8e91fc59644cb81ea0535504))


### Bug Fixes

* **namedallelematcher:** DPYD matching should ignore find-combinations mode ([153853a](https://github.com/PharmGKB/PharmCAT/commit/153853a36a79694002de3d92c5fd56ad17a113d2))
* **namedallelematcher:** improve AD number warning ([9d9a0b9](https://github.com/PharmGKB/PharmCAT/commit/9d9a0b98dbd5ea75ea5ab7476986f715125eb0a3)), closes [#168](https://github.com/PharmGKB/PharmCAT/issues/168)
* **phenotyper:** fix bug with stripping gene symbol from outside call diplotypes ([cb97898](https://github.com/PharmGKB/PharmCAT/commit/cb978987fc7e54386c1bd09e6caeba817e485de2)), closes [#161](https://github.com/PharmGKB/PharmCAT/issues/161)


### Performance Improvements

* improve runtime of diplotype comparison ([406930c](https://github.com/PharmGKB/PharmCAT/commit/406930cedffa551ed3e21331766c8f630a9b7881))

## [2.8.3](https://github.com/PharmGKB/PharmCAT/compare/v2.8.2...v2.8.3) (2023-10-24)


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.8.3
pharmcat_version: 2.9.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.8.3",
"version": "2.9.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.8.3'
PHARMCAT_VERSION = '2.9.0'

# expected tool versions
MIN_BCFTOOLS_VERSION = '1.18'
Expand Down

0 comments on commit 09c2be3

Please sign in to comment.