Commit c507d900 authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core v0.5

parent 1895f0ed
Wendelin.core change history
============================
0.5 (2015-10-02)
----------------
- Introduce another storage format, which is optimized for small changes, and
make it the default.
(`commit 1`__, 2__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/13c0c17c
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/9ae42085
- Various bugfixes and documentation improvements
0.4 (2015-08-19)
----------------
......
......@@ -206,7 +206,7 @@ def readfile(path):
setup(
name = 'wendelin.core',
version = '0.4',
version = '0.5',
description = 'Out-of-core NumPy arrays',
long_description = '%s\n----\n\n%s' % (
readfile('README.rst'), readfile('CHANGELOG')),
......
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