- !57 fixes regressions from updated versions of numpy and pydantic.
1.2.5
- !54 fixes a bug in the CLI that prohibited applying configuration updates during interactive plotting (`utopya eval -i <model_name> --update-plots-cfg …`) - !56 improves an error message that is raised when a model executable is not executable.
1.2.4
- !52 fixes a bug in `GraphPlot` that prevented `PlotHelper` invocation during animations. - !53 implements `ModelBenchmarkMixin` which can be used to easily aggregate information about elapsed times for the different parts of a model iteration. - !53 allows `BaseModel` to not `sys.exit` on a signal but simply return, configurable via class variable `USE_SYS_EXIT`.
1.2.3
- !50 makes model registration easier by adding the `--with-models` flag to the `utopya projects register` command. - !51 adds CI tests for Python 3.11.
1.2.2
- !46 fixes a bug in the ABM plot occurring with the latest xarray version.
1.2.1
- !43 allows model-specific updates to the `Multiverse` configuration - !43 makes specifying a model executable optional, allowing *evaluation only* pipelines. - !45 implements shell completion for model names, project names, and run directories.