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.

16 lines
415 B

9 years ago
9 years ago
  1. ## [1.1.0] - 2015-06-03
  2. ### ADDED
  3. - Indexing and slicing of images
  4. - Python 3 support
  5. - Dockerfile support for Python 3.4
  6. - Makefile commands for convenient testing in Docker
  7. - Unit tests
  8. ### CHANGED
  9. - Switched to setuptools to automatically install missing dependencies
  10. - Made the interface for most metadata public
  11. - Refactored some poorly-named things
  12. ## [1.0.0] - 2015-05-23
  13. ### Added
  14. - First stable release!