Browse Source

reverted to 1.1.2

zolfa-add_slices_loading
jim 9 years ago
parent
commit
d213ff64e5
2 changed files with 4 additions and 3 deletions
  1. +3
    -2
      CHANGELOG.md
  2. +1
    -1
      setup.py

+ 3
- 2
CHANGELOG.md View File

@ -1,9 +1,10 @@
## [2.0.0] - 2015-10-09
## [1.1.2] - 2015-10-09
### CHANGED
- `Image` objects now directly subclass Numpy arrays, so the `data` attribute is no longer needed (and has been removed).
- `Image` objects now directly subclass Numpy arrays.
- Refactored code to permit parsing of different versions of ND2s, which will allow us to add support for NIS Elements 3.x.
### DEPRECATED
- The `data` attribute is no longer needed since `Image` is now a Numpy array.
- The `image_sets` iterator will be removed in the near future. You should implement this yourself.
## [1.1.1] - 2015-09-02


+ 1
- 1
setup.py View File

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = "2.0.0"
VERSION = "1.1.2"
setup(
name="nd2reader",


Loading…
Cancel
Save