Browse Source

updated version

zolfa-add_slices_loading
Jim Rybarski 9 years ago
parent
commit
02f97b1a53
2 changed files with 7 additions and 0 deletions
  1. +3
    -0
      CHANGELOG.md
  2. +4
    -0
      setup.py

+ 3
- 0
CHANGELOG.md View File

@ -1,3 +1,4 @@
<<<<<<< HEAD
## [1.1.2] - 2015-10-09
### ADDED
- `Image` objects now have a `frame_number` attribute.
@ -10,6 +11,8 @@
- 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.
=======
>>>>>>> origin/master
## [1.1.1] - 2015-09-02
### FIXED
- Images returned by indexing would sometimes be skipped when the file contained multiple channels


+ 4
- 0
setup.py View File

@ -1,6 +1,10 @@
from setuptools import setup
<<<<<<< HEAD
VERSION = "1.1.2"
=======
VERSION = "1.1.1"
>>>>>>> origin/master
setup(
name="nd2reader",


Loading…
Cancel
Save