-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
27 lines (23 loc) · 1.07 KB
/
Copy pathChangeLog
File metadata and controls
27 lines (23 loc) · 1.07 KB
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
May 2026: version 0.5.0
* Major editor refresh: menus, multi-graph documents, magnetic grid, force directed graph.
* GRAFCET: adding (WIP) actions, forcage, display, multi GRAFCET (GEMMA).
* Flowshop: import from flowshop description files, fix display of critical cycles.
* Save format revision 4
* Many major improvements and bug fixes in algorithms: Howard, critical cycles, sparse matrices
* MQTT support replaced by ZeroMQ (WIP)
* API: reset()/clear() split; merged run() and startUp()
* Julia bindings extended
Jan 2023: version 0.4.0
* No longer use SFML, GUI is 100% DearIMGui
* Without SFML can now compile with Emscripten for online version
* Major code refacto (may regresions still present)
* Update JSON format, fixing bug
May 2023: version 0.3.0
* More export formats
March 2022: version 0.2.0
* Use MyMakefile
* Fixing compilation warnings
* Adding unit tests
August 2021: version 0.1.0
* Adding API for Julia
* Minimal valid product