Skip to content

Commit 2b8d41c

Browse files
committed
Update to v4.0
1 parent 0aea6ff commit 2b8d41c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
Changelog
22
=========
33

4+
4.0.0
5+
-----
6+
Removed Ontology export to dataframe and pandas dependencies
7+
Change logic of gene-HPO association parsing to be non-transitive by default
8+
Add method to convert genes or diseases to HPOSet
9+
Update documentation
10+
Update minimum Python requirement to 3.8
11+
Remove dependencies for backporting logic to Python 3.7
12+
413
3.3.2
514
-----
615
Data update to 2025-01-16
716

8-
917
3.3.1
1018
-----
1119
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.2"
14+
__version__ = "4.0.0"
1515

1616
__all__ = (
1717
"Annotation",

0 commit comments

Comments
 (0)