Skip to content

Commit

Permalink
Update HPO data to 2024-04-26
Browse files Browse the repository at this point in the history
  • Loading branch information
anergictcell committed Jun 16, 2024
1 parent 3dca1ef commit 5ea91a5
Show file tree
Hide file tree
Showing 7 changed files with 1,133,600 additions and 1,108,455 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

3.3.1
-----
Data update to 2024-04-26

3.3.0
-----
Fix JC similarity algoritm (see https://github.com/anergictcell/pyhpo/issues/20 for details)
Expand Down
8 changes: 8 additions & 0 deletions RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ Before creating a new release, follow all the below steps:
- [ ] Crate version tag, push tag
- [ ] Merge into master

Update data:
1. Update ruff, black and mypy `pip install -U ruff mypy black`
2. pull latest changes of master
3. create new branch
4. run black and ruff fixes
5. Commit changes
6. run python script to download new data
7. Get numbers of terms, diseases etc, update integration-test
2 changes: 1 addition & 1 deletion pyhpo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# The following info will be used by setup.py and sphinx documentation
__author__ = "Jonas Marcello"
__version__ = "3.3.0"
__version__ = "3.3.1"

__all__ = (
"Annotation",
Expand Down
3,508 changes: 2,928 additions & 580 deletions pyhpo/data/hp.obo

Large diffs are not rendered by default.

Loading

0 comments on commit 5ea91a5

Please sign in to comment.