You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Runs
- Groups were replaced by `GroupedRun`. Hence, a group can be used as a normal run (`AbstractRun`).
- Groups are only created if the runs are compatible (via function `check_equality`).
## Plugins
- Integrated Parallel Coordinates.
- Configurations Cube and Parallel Coordinates show the real config values and not
the encoded anymore.
- Changed plugin interfaces (check_run_compatibility, check_runs_compatibility,
load_inputs, load_dependency_inputs).
- Enhanced native group selection drastically.
- Added icons to the plugins.
- Removed ICE for now as too many bugs were found.
## Others
- Added typehints.
- Added tests for caches, basic layouts and other utils.
- Added tools (mypy, flake8 and blake)
- Performance increase in `general` as a folder is only transformed to a run if selected.
## Known Bugs
- fANOVA does not work if the configspace includes constants.
Co-authored-by: PhMueller <[email protected]>
Co-authored-by: dwoiwode <[email protected]>
Co-authored-by: Dominik Woiwode <[email protected]>
0 commit comments