Deprecation of the [imagecodecs-lite](https://pypi.org/project/imagecodecs-lite/) package (required by [tifffile](https://pypi.org/project/tifffile/)) caused installation issues in Python 3.5.
*Note:* The [imagecodecs](https://pypi.org/project/imagecodecs/) package (required by [tifffile](https://pypi.org/project/tifffile/)) and [tensorflow](https://www.tensorflow.org) version **1.10.x** can have incompatible [numpy](https://numpy.org) requirements. We will not support/test this specific version of tensorflow from now on.
0.5.0
Major internal change to tiling approach for large 2D/3D images, which should result in noticeably faster processing times.
In addition, there are various improvements and smaller bug fixes.
0.4.1
Changes in Keras 2.3.0 caused an error in `CARETensorBoard`.
0.4.0
Minor (but breaking) changes: - The `ProjectionCARE` model now demands a config of type `ProjectionConfig` (was `Config` before). - By default now disallowed to add new configuration parameters to `Config` and `ProjectionConfig`.
Other changes: - Major internal refactoring. - Improvements to `CARETensorBoard`. - Python 3.7 support. - Various improvements and additions. - Smaller bug fixes.
0.3.0
- Add `ProjectionCARE` model for joint denoising and surface projection. - Lower required version of [Keras](https://github.com/keras-team/keras/) to 2.1.2. - Various small improvements and additions. - Fix smaller bugs. - Internal refactoring.
0.2.2
Raise required version of [Keras](https://github.com/keras-team/keras/) dependency.