Skip to content

Commit

Permalink
bump version and edit NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdarwin committed Apr 14, 2021
1 parent 4f18e86 commit 4f86e0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
New in version 0.54.0
=====================
* support non-C-contiguous ndarrays (#37)
* fix a bug where a volume only written via hyperslab API would be deleted on `closeVolume` (#32)
* remove old conditional code to support Python 2 (not supported since 0.53)
* substantial cleanup of the tests; new tests for non-contiguous arrays
* various minor code improvements

New in version 0.53.3
=====================
* bugfix where valid range would be set incorrectly for label files (pyminc/pull/31)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='pyminc',
version = '0.53.3',
version = '0.54',
description = "Python interface to libminc",
url = "https://github.com/Mouse-Imaging-Centre/pyminc",
author = "Jason Lerch",
Expand Down

0 comments on commit 4f86e0c

Please sign in to comment.