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.

31 lines
1.0 KiB

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