Releases: sybila/biodivine-aeon-client
0.4.1 (fix1)
This is a bugfix version for the 0.4.1
version of the AEON client. This is not released as a separate version (e.g. 0.4.2
) because it is not accompanied by an associated server release.
Mainly, it fixed three issues:
- In Chrome, a model can be reloaded even if the filename is the same as the previously loaded model.
.aeon
files with comments (and annotations) can now be loaded correctly (there was a typo which prevented some comments from loading, but the back-end is unaffected by this).- When there is a model open, the GUI will now prompt you before closing the window. If this proves to be useful, we can extend it to other windows as well.
0.4.1
0.4.0
0.4.0-beta.1
This version stabilises the 0.4.0 release and compared to the last alpha, it includes important quality of life improvements, such as:
- Sorting of decision attributes.
- Auto-expansion in the decision tree.
- Reworked advanced stability analysis.
- Tree rendering with reduced precision.
- Keyboard shortcuts for tree editor.
Edition 2019.1
First release of the Edition 2019 frontend which is suitable for embedding in a standalone application. This version of frontend implements only the basic functionality provided in v0.1.0, but includes some smaller bugfixes from later versions to make it more stable.
0.4.0-alpha.3
Compared to alpha.2
, this release brings a more granular stability analysis of sink states with option to generate witnesses and show attractors. In the future, this can be extended to all attractors, but it probably needs a more concise presentation.
0.4.0-alpha.2
Compared to the previous alpha, this version adds the option to display stability analysis data for each tree node.
0.3.0
This version is mainly focused on stability and performance of the backend. However, there are some minor UI tweaks as well:
- Warn about possible compute engine incompatibility.
- Nicer attractor visualisation, including simplified visualisation of very large attractors.
- Network analysis errors now support formatting.
- Cancellation and algorithm progress have been reworked and should be now more reliable.
- SBML import should automatically detect and solve more compatibility problems.
0.4.0-alpha.1
First preview of the decision tree editor for visualising bifurcation functions as decision trees. Includes dynamic tree analysis as well as advanced decision attributes (like "X essential in Y for Z").
0.3.0-beta.1
Minor updates to existing mechanisms:
- Check engine version on startup.
- Nicer attractor visualisation.
- Format network analysis errors.
- Bugfixes.