We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c2755 commit 525837aCopy full SHA for 525837a
release-notes/v0.2.4.txt
@@ -0,0 +1,10 @@
1
+dhimmel/hetio v0.2.4: readwrite and dependencies updates
2
+
3
+Removes YAML support for writing metagraphs and graphs.
4
5
+Improves reliability of reading json or pickle files with or without
6
+compression.
7
8
+Support xz compression.
9
10
+Improve readwrite test coverage.
setup.py
@@ -19,7 +19,7 @@
19
setuptools.setup(
20
# Package details
21
name='hetio',
22
- version='0.2.3',
+ version='0.2.4',
23
url='https://github.com/dhimmel/hetio',
24
description='Hetnets in Python',
25
long_description=long_description,
0 commit comments