Skip to content

Commit d18a4df

Browse files
authored
Merge pull request #27 from anergictcell/hp/releases/2025-01-16
HPO data update to 2025-01-16
2 parents 9e1faee + 11e334a commit d18a4df

File tree

8 files changed

+1188520
-1149540
lines changed

8 files changed

+1188520
-1149540
lines changed

.github/workflows/test_python_versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010

1111
jobs:
1212
test_all_python_versions:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
16+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
3.3.2
5+
-----
6+
Data update to 2025-01-16
7+
8+
49
3.3.1
510
-----
611
Data update to 2024-04-26

pyhpo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# The following info will be used by setup.py and sphinx documentation
1313
__author__ = "Jonas Marcello"
14-
__version__ = "3.3.1"
14+
__version__ = "3.3.2"
1515

1616
__all__ = (
1717
"Annotation",

pyhpo/data/hp.obo

Lines changed: 25221 additions & 22588 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)