Commit e73e22ea authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core v0.8

parent 0effd9dc
Pipeline #2417 skipped
Wendelin.core change history
============================
0.8 (2016-09-28)
----------------
- Do not leak memory when loading data in ZBlk1 format (`commit`__).
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/542917d1
0.7 (2016-07-14)
------------------
......
......@@ -216,7 +216,7 @@ def readfile(path):
setup(
name = 'wendelin.core',
version = '0.7',
version = '0.8',
description = 'Out-of-core NumPy arrays',
long_description = '%s\n----\n\n%s' % (
readfile('README.rst'), readfile('CHANGELOG.rst')),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment