From 6fe0cc4e5b38c6266fc49e58bd64a3e9df5e1a0c Mon Sep 17 00:00:00 2001 From: jim Date: Fri, 9 Oct 2015 18:40:47 -0500 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd0791..8e7f287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.1.2] - 2015-10-09 +### CHANGED +- Image objects now directly subclass Numpy arrays, so the data attribute is no longer needed. +- 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. + +## [1.1.1] - 2015-09-02 +### FIXED +- Images returned by indexing would sometimes be skipped when the file contained multiple channels + +### CHANGED +- Dockerfile now installs scikit-image to make visual testing possible + ## [1.1.0] - 2015-06-03 ### ADDED - Indexing and slicing of images