10.2.0-b5
Pre-release
Pre-release
What's Changed
User impact 🛠
- Combine error and warning boxes that have the same message by @eivindjahren in #8154
Breaking Changes 🛠
- Remove EnKFMain and introduce fixtures to workflows by @oyvindeide in #7501
New Features 🎉
- Move report writing to client by @oyvindeide in #8041
Improvements
- Show experiment name in plotter by @frode-aarstad in #8018
- Raise a better exception when starting the api with no storage by @frode-aarstad in #8063
- Fix resizing of experiment manager on macos by @frode-aarstad in #8039
- Remove current memory usage from run details view by @berland in #8103
- Validate number of arguments for workflows by @oyvindeide in #8133
- Only get reals and forward models once from partial update by @JHolba in #8149
- Add migration check for newer storage by @frode-aarstad in #8100
- Add ctrl+c copy in update report by @frode-aarstad in #7886
Bug Fixes
- New LSF driver should allocate correct number of cpus based on config by @JHolba in #8061
- Use the same seed throughout the run models by @oyvindeide in #8062
- Retry bsub when output is empty by @berland in #8092
- Let LSFDriver pick num_cpu from the realization object by @berland in #8094
- Add lock mechanism while submitting and killing LSF jobs by @berland in #8019
- Ensure WAITING state is set on resubmissions by @berland in #8104
- Fix incorrect AlignBottom enum by @eivindjahren in #8121
- Fix y label bug by @eivindjahren in #8118
Maintenance
- Remove un-used VariableInfo type by @DanSava in #8113
- Simplify base run model validation by @oyvindeide in #8138
- Remove RMS forward model by @larsevj in #8141
- Replacing progress view with progress widget by @andreas-el in #8152
- Enable ruff preview checks by @berland in #8158
Other Changes
- Use plugin fm steps in LibresFacade by @yngve-sk in #8052
- Get lsf jobid at the right time by @xjules in #8068
- Rename methods in ObservationsAndResponses by @dafeda in #8072
- Clarify error when unified dataset not found by @yngve-sk in #8077
- Fix some simple type checking in gui by @eivindjahren in #8083
- Make sure to log Realization status after completed run as info by @xjules in #8074
- Make it possible to type check gui by @eivindjahren in #8086
- Show ert version/komodo version in GUI by @yngve-sk in #8110
- Remove unused pytest markers by @eivindjahren in #8137
- Wait for NFS file synchronization by @DanSava in #7927
- Delete template model concept from docs by @dafeda in #8129
- Refactor RunDialog and remove indeterminate flag by @andreas-el in #8130
- Fix signature of overrides from QAbstractItemModel by @eivindjahren in #8147
- Move some observation data logic away from StorageInfoWidget by @yngve-sk in #8085
- Drop nans along name dim for single obs datasets by @yngve-sk in #8153
- Bugfix: unswap key_index and obs_name by @yngve-sk in #8155
- Only log INFO messages from websockets by @berland in #8165
- Simplify alignment check in get_observations_and_responses by @dafeda in #8169
- Pin netCDF4 by @eivindjahren in #8177
- Use qtpy for qt imports by @eivindjahren in #8178
- Move model factory to run models by @dafeda in #8139
- Use pandas for getting obs and responses by @dafeda in #8156
Full Changelog: 10.2.0-b4...10.2.0-b5