Skip to content
Snippets Groups Projects
Commit 19c45ed9 authored by jim's avatar jim
Browse files

Version 2.1.1

parent b9ee5227
No related branches found
No related tags found
No related merge requests found
## [2.1.1] - 2016-02-15
### FIXED
- `Image` objects behave properly when passed to numpy functions. Things like `np.mean` will now return scalar values as expected, instead of `Image` objects
## [2.1.0] - 2016-01-16 ## [2.1.0] - 2016-01-16
### ADDED ### ADDED
- `select` now supports `start` and `stop` keyword arguments to put bounds on images - `select` now supports `start` and `stop` keyword arguments to put bounds on images
......
from nd2reader.main import Nd2 from nd2reader.main import Nd2
__version__ = '2.1.0' __version__ = '2.1.1'
from setuptools import setup from setuptools import setup
VERSION = '2.1.0' VERSION = '2.1.1'
if __name__ == '__main__': if __name__ == '__main__':
setup( setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment