* Fix compatibility with pyglet 1.5 * Pin pyglet version to 1.5 * Fix compatibility with matplotlib 3.6
1.0.0beta.22
* Fix compatibility with matplotlib 2.2.0 * Updates to Julia Set example
1.0.0beta.21
* Add reset method to simulators.FunctionIterator * Small code style changes
1.0.0beta.20
* Change the BifurcationDiagram visual to allow the definition of different ranges for y.
1.0.0beta.19
* [FIX] Fix bug in CobWeb visual.
1.0.0beta.18
* New simulator to compute the Filled Julia Set. * Update the Points2D visual to use OpenGL scaling and translation, instead of Affine2D transformations.