Commit 1eeb0324 authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core v0.4

parent 9752178c
Wendelin.core change history
============================
0.4 (2015-08-19)
----------------
- Add support for O(δ) in-place BigArray.append()
https://lab.nexedi.cn/nexedi/wendelin.core/commit/1245acc9
- Implement proper multithreading support
https://lab.nexedi.cn/nexedi/wendelin.core/commit/d53271b9
- Implement proper RAM pages invalidation when backing ZODB objects are changed
from outside
https://lab.nexedi.cn/nexedi/wendelin.core/commit/cb779c7b
https://lab.nexedi.cn/nexedi/wendelin.core/commit/92bfd03e
- Fix all kind of failures that could happen when ZODB connection changes
worker thread in-between handling requests
https://lab.nexedi.cn/nexedi/wendelin.core/commit/c7c01ce4
https://lab.nexedi.cn/nexedi/wendelin.core/commit/64d1f40b
- Tox tests now cover usage with FileStorage, ZEO and NEO ZODB storages
https://lab.nexedi.cn/nexedi/wendelin.core/commit/010eeb35
https://lab.nexedi.cn/nexedi/wendelin.core/commit/7fc4ec66
- Various bugfixes
0.3 (2015-06-12)
----------------
......
......@@ -204,7 +204,7 @@ if os.path.exists('.git'): # FIXME won't work if we are checked out as e.g. sub
setup(
name = 'wendelin.core',
version = '0.3',
version = '0.4',
description = 'Out-of-core NumPy arrays',
url = 'http://www.wendelin.io/',
license = 'GPLv3+ with wide exception for Open-Source',
......
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