All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Added CPPNImage class implementing Compositional Pattern Producing Networks
- Added Imaging functionality to Image objects, can now call to_pyplot / to_file directly on an image
- Added the PyramidAscent class which can be used to progressively increase image scale as in deep dream
- Renamed BasicAscent to Ascent