File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ New in version 0.54.0
2
+ =====================
3
+ * support non-C-contiguous ndarrays (#37)
4
+ * fix a bug where a volume only written via hyperslab API would be deleted on `closeVolume` (#32)
5
+ * remove old conditional code to support Python 2 (not supported since 0.53)
6
+ * substantial cleanup of the tests; new tests for non-contiguous arrays
7
+ * various minor code improvements
8
+
1
9
New in version 0.53.3
2
10
=====================
3
11
* bugfix where valid range would be set incorrectly for label files (pyminc/pull/31)
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
3
setup (name = 'pyminc' ,
4
- version = '0.53.3 ' ,
4
+ version = '0.54 ' ,
5
5
description = "Python interface to libminc" ,
6
6
url = "https://github.com/Mouse-Imaging-Centre/pyminc" ,
7
7
author = "Jason Lerch" ,
You can’t perform that action at this time.
0 commit comments