Browse Source

Nicer highlighting

zolfa-add_slices_loading
jim 9 years ago
parent
commit
f6e3370d8d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      CHANGELOG.md

+ 2
- 2
CHANGELOG.md View File

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


Loading…
Cancel
Save