Commit 7464644e authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core v0.6

parent 1b4ca907
Wendelin.core change history Wendelin.core change history
============================ ============================
0.6 (2016-06-13)
----------------
- Add support for FORTRAN ordering (`commit 1`__, 2__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/ab9ca2df
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/2ca0f076
- Avoid deadlocks via doing `loadblk()` calls with virtmem lock released
(`commit 1`__, 2__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/f49c11a3
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/0231a65d
- Various bugfixes
0.5 (2015-10-02) 0.5 (2015-10-02)
---------------- ----------------
......
...@@ -206,7 +206,7 @@ def readfile(path): ...@@ -206,7 +206,7 @@ def readfile(path):
setup( setup(
name = 'wendelin.core', name = 'wendelin.core',
version = '0.5', version = '0.6',
description = 'Out-of-core NumPy arrays', description = 'Out-of-core NumPy arrays',
long_description = '%s\n----\n\n%s' % ( long_description = '%s\n----\n\n%s' % (
readfile('README.rst'), readfile('CHANGELOG.rst')), 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