Commit 2e5e1d3d authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core v0.10

parent b1258271
Wendelin.core change history
============================
0.10 (2017-03-16)
-----------------
- Tell the world `dtype=object` is not supported (`commit`__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/e44bd761
0.9 (2017-01-17)
----------------
......
......@@ -216,7 +216,7 @@ def readfile(path):
setup(
name = 'wendelin.core',
version = '0.9',
version = '0.10',
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