Evoplex 0.1.0 Released
Today we are releasing the version 0.1.0 for Evoplex.
Download it here!
The main changes for this version can be found below.
Changelog
Added
- Fixes #8 - Allows deleting an experiment
- Value class now accepts utf8 string
- Model plugins can now add and remove nodes and edges during the simulation
- Model plugins: added beforeLoop() and afterLoop() methods
- Plugins can now be versioned
- Increases unit-tests coverage of core components
- Adds new attribute range: "non-empty-string"
- ExpDesigner is now able to recognize "filepath" and "dirpath" attributes
Changed
- Improves plugins initialization
- Improves and unify plugins interfaces
- Improves threads management
- Improves TableWidget performance