Skip to content

Commit 525837a

Browse files
committed
Upgrade to v0.2.4
1 parent a7c2755 commit 525837a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

release-notes/v0.2.4.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
setuptools.setup(
2020
# Package details
2121
name='hetio',
22-
version='0.2.3',
22+
version='0.2.4',
2323
url='https://github.com/dhimmel/hetio',
2424
description='Hetnets in Python',
2525
long_description=long_description,

0 commit comments

Comments
 (0)