12.2.0-rc0
Pre-release
Pre-release
What's Changed
User impact 🛠
- Use lalr parser for main ert config by @eivindjahren in #9735
Breaking Changes 🛠
- Remove SIMULATION_JOB keyword by @DanSava in #9606
- Use ert queue options by @oyvindeide in #9486
New Features 🎉
- Add post/pre experiment simulation hooks by @yngve-sk in #8993
- Add support for multiple occurrences of design matrix by @xjules in #9583
Improvements
- Ignore unimportant ConfigWarnings by @frode-aarstad in #9656
- Add nicer error message when init fails by @frode-aarstad in #9653
- Warn on full disk by @eivindjahren in #9745
Bug Fixes
- Workaround Python bug for shutil.copytree() exceptions by @berland in #9627
- Fix precision loss issue in calculation of standard deviation. by @eivindjahren in #9625
- Fixed plotter remembering correct tab when switching plot types by @andreas-el in #9635
- Validate derrf distribution parameters on startup by @larsevj in #9599
- Show inversion errors in GUI by @eivindjahren in #9678
- Handle unopenable files consistently in config by @eivindjahren in #9682
- Only have one visual active button in sidepanel by @andreas-el in #9693
- Fix missing comma in SUMMARY_KEYS everest by @larsevj in #9717
- Ignore OSErrors on subprocess call of bjobs and bhist by @berland in #9696
- Remove asyncio.run_in_executor() calls and make scheduler cancel() async by @jonathan-eq in #9664
Maintenance
- Remove unused async_run by @oyvindeide in #9609
- Remove function that gave impression everest was logging to azure by @oyvindeide in #9558
- Remove deprecated queue options by @jonathan-eq in #9501
- Avoid repeated logging for each cluster in misfit analysis by @berland in #9626
- Change needed for updated everest-models by @frode-aarstad in #9634
- Pin iterative_ensemble_smoother by @berland in #9644
- Set up dependabot for github actions by @eivindjahren in #9647
- Delete duplicate enum by @oyvindeide in #9638
- Avoid UserWarning when vmin==vmax in std_dev plot by @berland in #9659
- Add GEN_KW to heat equation and turn localization on by @dafeda in #9648
- Use resfo for snake_oil_simulator by @eivindjahren in #9667
- Make timestamps in dmesg output human readable by @berland in #9685
- Make realization number span attribute by @HakonSohoel in #9683
- Include spans for dark storage by @HakonSohoel in #9535
- Replace interface towards eclrun and flow using fmstep_config by @berland in #9108
- Refactor preferred_num_cpu by @frode-aarstad in #9680
- Refactor update workflow signature by @frode-aarstad in #9688
- Fix run path tests by @eivindjahren in #9711
- Use fetch-depth 1024 instead of 0 by @eivindjahren in #9715
- Set span status if realization fails by @HakonSohoel in #9692
- Refactor BaseRunModel by @frode-aarstad in #9676
- Reduce time in update test by @eivindjahren in #9725
- Speed up tests by reusing plugin manager by @eivindjahren in #9740
- Change min realizations warning test from cli to unit by @eivindjahren in #9747
- Remove redundant tests by @eivindjahren in #9753
- Update test_model_factory.py by @frode-aarstad in #9764
- Clean up ert config tests by @eivindjahren in #9768
- Remove default site config by @oyvindeide in #9769
- Convert enum to lower case by @oyvindeide in #9776
- Add integration tests for parallel flow simulator by @berland in #9779
Dependencies
- Bump astral-sh/setup-uv from 4 to 5 by @dependabot in #9651
- Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.12.3 by @dependabot in #9652
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #9650
- Upgrade pre-commits ruff 0.8.3 -> 0.8.6 by @larsevj in #9665
- Bump astral-sh/setup-uv from 4 to 5 by @dependabot in #9720
Other Changes
- Refactor the everest run model by @verveerpj in #9575
- Replace websockets with zmq by @xjules in #9173
- Fix changed functionality after refactoring testing for test_logging_setup and test_https_requests by @DanSava in #9622
- Use new version of iterative_ensemble_smoother by @dafeda in #9645
- Refactor config docs by @oyvindeide in #9610
- Add conda support to activation script by @cmrqs in #9436
- Remove job validation from everest config code by @verveerpj in #9668
- Non optional everest model and nonzero realizations by @StephanDeHoop in #9577
- Explicitly sort dicts in test_api_snapshots by @yngve-sk in #9675
- Remove test_run_egg_model by @yngve-sk in #9686
- Remove EXEC_ENV by @berland in #9690
- Update mac testing workflows by @andreas-el in #9716
- Speed up batching of events in evaluator by @xjules in #9736
- Increase Event reporter timeout after successful Finish event by @xjules in #9733
- Fix bug in docstring of ForwardModelStep by @dafeda in #9726
- Update forward model doc for FLOW by @berland in #9741
- Store everest results in ERT storage by @yngve-sk in #9161
- Revert "Store everest results in ERT storage" by @yngve-sk in #9756
- Use codspeed instead of benchmark.yml by @eivindjahren in #9759
- Use the configuration file as the everest server job name by @verveerpj in #9754
- Speedup everest tests by @DanSava in #9746
- Add more snapshots to test_api_summary_snapshot by @yngve-sk in #9780
- Fix recommended pytest command by @eivindjahren in #9786
- Simplify everest visualisation entry test by @DanSava in #9778
New Contributors
- @dependabot made their first contribution in #9651
Full Changelog: 12.1.0-b0...12.2.0-rc0