Commit c877184f authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core v0.2

parent dcdb0302
Wendelin.core change history
============================
0.2 (2015-05-25)
----------------
- Add support for O(1) in-place BigArray.resize()
https://lab.nexedi.cn/nexedi/wendelin.core/commit/ca064f75
- Various build bugfixes (older systems, non-std python, etc)
0.1 (2015-04-03)
----------------
- Initial release
......@@ -179,7 +179,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.1',
version = '0.2',
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