You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.1 KiB

9 years ago
9 years ago
9 years ago
9 years ago
  1. <<<<<<< HEAD
  2. ## [1.1.2] - 2015-10-09
  3. ### ADDED
  4. - `Image` objects now have a `frame_number` attribute.
  5. ### CHANGED
  6. - `Image` objects now directly subclass Numpy arrays.
  7. - Refactored code to permit parsing of different versions of ND2s, which will allow us to add support for NIS Elements 3.x.
  8. ### DEPRECATED
  9. - The `data` attribute is no longer needed since `Image` is now a Numpy array.
  10. - The `image_sets` iterator will be removed in the near future. You should implement this yourself.
  11. =======
  12. >>>>>>> origin/master
  13. ## [1.1.1] - 2015-09-02
  14. ### FIXED
  15. - Images returned by indexing would sometimes be skipped when the file contained multiple channels
  16. ### CHANGED
  17. - Dockerfile now installs scikit-image to make visual testing possible
  18. ## [1.1.0] - 2015-06-03
  19. ### ADDED
  20. - Indexing and slicing of images
  21. - Python 3 support
  22. - Dockerfile support for Python 3.4
  23. - Makefile commands for convenient testing in Docker
  24. - Unit tests
  25. ### CHANGED
  26. - Switched to setuptools to automatically install missing dependencies
  27. - Made the interface for most metadata public
  28. - Refactored some poorly-named things
  29. ## [1.0.0] - 2015-05-23
  30. ### Added
  31. - First stable release!