Commit b5de3f1e authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core v0.9

parent 08789f1a
Wendelin.core change history
============================
0.9 (2017-01-17)
----------------
- Avoid deadlocks via doing `storeblk()` calls with virtmem lock released
(`commit 1`__, 2__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/8bb7f2f2
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/fb4bfb32
- Don't crash if in `loadblk()` implementation an exception is internally
raised & caught
(`commit 1`__, 2__, 3__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/9aa6a5d7
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/61b18a40
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/024c246c
0.8 (2016-09-28)
----------------
......
......@@ -216,7 +216,7 @@ def readfile(path):
setup(
name = 'wendelin.core',
version = '0.8',
version = '0.9',
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