Skip to content

Version 0.11.0 Release

Compare
Choose a tag to compare
@H0R5E H0R5E released this 12 Oct 11:40
· 1 commit to master since this release

The highlight of this release is the ability to add a simulation from one DataPool object into another and the ability to remove a simulation from a DataPool object.

Detailed changes for this release are as follows:

Added

  • Added the ability to import simulations from one DataPool into another, with the Controller.import_simulation method. If a DataPool entry with matching value already exists in the destination pool, the new simulation uses that entry rather than create new one.
  • Added the ability to remove simulations from a DataPool with the Controller.remove_simulation method.
  • Structure subclasses can now implement an equals method to determine if data values are equal.

Changed

  • When creating new simulations with the Controller class, contiguous data states with no label are compacted into a single state.