We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aea6ff commit 2b8d41cCopy full SHA for 2b8d41c
CHANGELOG.rst
@@ -1,11 +1,19 @@
1
Changelog
2
=========
3
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
+
13
3.3.2
14
-----
15
Data update to 2025-01-16
16
-
17
3.3.1
18
19
Data update to 2024-04-26
pyhpo/__init__.py
@@ -11,7 +11,7 @@
# The following info will be used by setup.py and sphinx documentation
__author__ = "Jonas Marcello"
-__version__ = "3.3.2"
+__version__ = "4.0.0"
__all__ = (
"Annotation",
0 commit comments