We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8348eb7 commit da8bfb7Copy full SHA for da8bfb7
NEWS
@@ -1,3 +1,8 @@
1
+New in version 0.55
2
+===================
3
+* mincVolume.writeFile: don't choke on some numpy dtypes
4
+* remove obsolete `weave` code from pyminc_test2.py
5
+
6
New in version 0.54.0
7
=====================
8
* support non-C-contiguous ndarrays (#37)
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name='pyminc',
- version = '0.54',
+ version = '0.55',
description = "Python interface to libminc",
url = "https://github.com/Mouse-Imaging-Centre/pyminc",
author = "Jason Lerch",
0 commit comments