Skip to content

Commit 4f86e0c

Browse files
committed
bump version and edit NEWS
1 parent 4f18e86 commit 4f86e0c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
New in version 0.53.3
210
=====================
311
* bugfix where valid range would be set incorrectly for label files (pyminc/pull/31)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='pyminc',
4-
version = '0.53.3',
4+
version = '0.54',
55
description = "Python interface to libminc",
66
url = "https://github.com/Mouse-Imaging-Centre/pyminc",
77
author = "Jason Lerch",

0 commit comments

Comments
 (0)