-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES.txt
85 lines (63 loc) · 3.1 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
v1.0.0-rc.2, 2023-02-15
* Fix reset keypress (R) on Windows when numlock is on
* Fix movie recording to be compatible with latest matplotlib (3.6)
v1.0.0-rc.1, 2023-02-07
* Fix compatibility with pyglet 1.5
* Pin pyglet version to 1.5
* Fix compatibility with matplotlib 3.6
v1.0.0-beta.22, 2018-04-13
* Fix compatibility with matplotlib 2.2.0
* Updates to Julia Set example
v1.0.0-beta.21, 2017-02-07
* Add reset method to simulators.FunctionIterator
* Small code style changes
v1.0.0-beta.20, 2016-07-12
* Change the BifurcationDiagram visual to allow the definition of different ranges for y.
v1.0.0-beta.19, 2016-06-13
* [FIX] Fix bug in CobWeb visual.
v1.0.0-beta.18, 2016-04-26
* New simulator to compute the Filled Julia Set.
* Update the Points2D visual to use OpenGL scaling and translation, instead of Affine2D transformations.
v1.0.0-beta.17, 2016-04-19
* Fix in Points2D visual
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.