v1.0.0-beta.16, 2016-04-19
    * Add Iterated Function Systems simulator and Points2D visual, to simulate de chaos game.

v1.0.0-beta.15, 2016-04-12
    * Add FinalStateIterator simulator, and BifurcationDiagram visual.
    * Update bifurcation.py example to conform to new API.

v1.0.0-beta.14, 2016-03-29

v1.0.0-beta.13, 2016-03-15

v1.0.0-beta.12, 2016-03-08

v1.0.0-beta.11, 2016-02-23
    * Change the base architecture of the framework. Visuals are now a separate class. Warning: API changed.
    * Update basic_example and random_particles examples to conform with new API.
    * Waring: Not all examples have been updated to conform with new API.

v1.0.0-beta.10, 2016-01-27
    * Versioning scheme changed to Semantic Versioning 2.0.0.
    * Licensed under Apache License 2.0

v1.0b9, 2015-06-22
    * Add movie recording capabilities.
    * Enable the toggle between real-time and computational time simulation.
    * Fixes for the new API of the step method.
    * New simulator class to draw the trajectory difference for two initial seeds.

v1.0b8, 2015-05-20
    * Add a Simulator class to enable the use of pyafai worlds in SimCX.
    * Added a delta parameter to the Simulator.step method. Warning: API Change.

v1.0b7, 2015-04-22
    * Allow to pass keyword arguments from the Display initialization to the pyglet.Window initialization.

v1.0b6, 2015-04-21
    * Fix the step of simulations using the 'S' key. Broken in previous update.

v1.0b5, 2015-04-16
    * Add the possibility to add several Simulator instances to one Display. Warning: API changed.
    * F Key can be used to show or hide FPS display.
    * The step interval can now be configured on creation of the Display.
    * New class to generate fractals using Iterated Function Systems.
    * New example on the usage of IFS Simulator.
    * New example with an implementation of the Game of Life (Cellular Automaton).

v1.0b4, 2015-03-19
    * Add simulator class to draw bifurcation diagrams for the logistic equation.

v1.0b3, 2015-03-15
    * Add simulator classes to plot trajectories and cobweb diagrams.

v1.0b2, 2015-03-05
    * Add the possibility to continuously step the simulation.

v1.0b1, 2015-02-26 -- Initial release.
