Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 556 Bytes

CHANGELOG.md

File metadata and controls

16 lines (13 loc) · 556 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

Added

  • 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

Changed

  • Renamed BasicAscent to Ascent

Deprecated

Removed

Fixed