Releases: equinor/ert
Releases · equinor/ert
14.5.6
What's Changed
Other Changes
- [Backport version-14.5] Triple httpx timeouts in dark_storage by @scout-team-app[bot] in #11556
- [Backport version-14.5] Skip test_that_killed_ert_does_not_leave_storage_server_process on mac by @scout-team-app[bot] in #11551
Full Changelog: 14.5.5...14.5.6
14.6.0-b0
What's Changed
User impact 🛠
Breaking Changes 🛠
New Features 🎉
Improvements
- Check files specified in config with schema type EXISTING_PATH for read access by @flikka in #11167
- Minor fixes to the suggestor GUI by @frode-aarstad in #11371
- Have evaluator send terminate message instead of driver kill by @jonathan-eq in #11270
- Improve typing for src/_ert by @jonathan-eq in #11397
Bug Fixes
- Start storage server on KeyError from storage_server.json by @berland in #11333
- Make Everviz work with old storages by @yngve-sk in #11366
- Fix dark mode for suggestor by @frode-aarstad in #11370
- Fix some darkmode color issues by @frode-aarstad in #11376
- Add better validation for everest by @frode-aarstad in #11349
- Handle missing data in responses endpoint by @yngve-sk in #11385
- Fix forward model step name not showing up in GUI by @jonathan-eq in #11387
- Activate default value for Active realizations by @SAKavli in #11395
- Fix error messages for drivers.kill by @jonathan-eq in #11401
- Fix fm_dispatch failing if terminating before started by @jonathan-eq in #11402
- Fix bug jobs.json gets None port by @jonathan-eq in #11420
- Fix backend handling in the optimization config by @verveerpj in #11403
- Make ert exit with message when logs directory is nonwritable by @SAKavli in #11414
- Make EverestConfig respect global site config by @yngve-sk in #11483
- Filter non-finalized responses in the plotter by @frode-aarstad in #11487
- Make sure output has same dtype as input in create_storage_datasets by @larsevj in #11497
- Ignore site config for everest tests by @yngve-sk in #11495
- Try to convert all string columns to int/floats in design matrix by @larsevj in #11496
- Make sure to wait to process the manifest queue by @xjules in #11532
Maintenance
- Tolerate malformed existing storage_server.json by @berland in #11341
- Ensure unique pytest xdist marks by @larsevj in #11374
- Remove setting of env var ECL_SKIP_SIGNAL by @berland in #11379
- Remove ensemble size from *experiment_panel, use active_realizations by @flikka in #11377
- Add num_params to log statement by @SAKavli in #11427
- Mark slow tests as integration_test by @eivindjahren in #11454
- Rename api test to conform to CONTRIBUTING.md by @eivindjahren in #11465
- Fix typing issues related to
setup_minimal_everest_case
test fixture and rename keyboard interrupt test by @eivindjahren in #11470 - Rename serializing tests to conform to CONTRIBUTING.md by @eivindjahren in #11468
- Improve documentation and testing of _history_key by @eivindjahren in #11473
- Fix some incorrect uses of import convention (pep328 and pep8) by @eivindjahren in #11478
- Remove test_async_queue_execution by @eivindjahren in #11481
- Clean up test controls by @eivindjahren in #11486
- Use property to simplify remember logic in remaining verification time by @eivindjahren in #11484
- Rename install_data target validation test to conform to CONTRIBUTING.md by @eivindjahren in #11492
- Make general observation tests conform to CONTRIBUTING.md by @eivindjahren in #11508
- Fix deprecation tests by @eivindjahren in #11512
- Refactor is_rate by @eivindjahren in #11529
- Limit local queue to 2 simultaneous realizations when running Everest tests by @berland in #11531
- Rename es_update test to conform to CONTRIBUTING.md by @eivindjahren in #11553
- Solve deprecation warning from httpx, use create_default_context by @larsevj in #11369
- Remove unused AsyncClient for dark_storage by @berland in #11552
Build System
- Fix coverage data for unit tests being overwritten by @eivindjahren in #11464
- Enforce typing in all of src by @eivindjahren in #11459
- Skip test_that_killed_ert_does_not_leave_storage_server_process on mac by @eivindjahren in #11548
Dependencies
Other Changes
- Fix FlattenedControls by @verveerpj in #11324
- Remove stray comment by @yngve-sk in #11337
- Add serialization tests for runmodels by @yngve-sk in #11166
- Use IENS instead of %d in docs/examples by @flikka in #11343
- Remove monitor and have EE directly send events to BRM by @jonathan-eq in #10726
- Include shell forward model steps as workflow jobs in documentation by @berland in #11358
- Fix wrong formatting in workflow job documentation by @berland in #11365
- Fix call to sample_prior in tests by @dafeda in #11317
- Refactor RunModel to use threading.Event for cancellation by @jonathan-eq in #11404
- Move evaluate from ensemble to EnsembleEvaluator by @jonathan-eq in #11410
- Elaborate error msg in testkomodo.sh workflow by @SAKavli in #11457
- Refactoring of parameter substitution by @eivindjahren in #11494
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #11504
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #11503
- Log where everest runs by @yngve-sk in #11516
- Revert "Deprecate QUEUE_OPTION SUBMIT_SLEEP (#10902)" by @frode-aarstad in #11425
- Remove stray comment by @yngve-sk in #11479
- Everest job runners needs to use the same ports as ert by @xjules in #11534
New Contributors
Full Changelog: 14.5.0...14.6.0-b0
14.4.5
14.5.5
14.5.4
What's Changed
Other Changes
- Revert "Deprecate QUEUE_OPTION SUBMIT_SLEEP (#10902)" by @frode-aarstad in #11527
Full Changelog: 14.5.3...14.5.4
14.5.3
What's Changed
Other Changes
- [Backport version-14.5] Handle missing data in responses endpoint by @scout-team-app[bot] in #11390
- [Backport version-14.5] Fix backend handling in the optimization config by @scout-team-app[bot] in #11433
- [Backport version-14.5] Activate default value for Active realizations by @scout-team-app[bot] in #11435
- [Backport version-14.5] Make ert exit with message when logs directory is nonwritable by @scout-team-app[bot] in #11437
- [Backport version-14.5] Add num_params to log statement by @scout-team-app[bot] in #11445
- [Backport version-14.5] Put name and num params in same log chunk by @scout-team-app[bot] in #11456
- [Backport version-14.5] Try to convert all string columns to int/floats in design matrix by @scout-team-app[bot] in #11514
- Backport: Make sure output has same dtype as input in save_parameters by @larsevj in #11515
- Backport Parse Everest config within Ert plugin ctx to version 14.5 by @yngve-sk in #11490
Full Changelog: 14.5.2...14.5.3
14.4.4
What's Changed
Maintenance
Other Changes
- [Backport version-14.4] Fix backend handling in the optimization config by @scout-team-app[bot] in #11432
- [Backport version-14.4] Activate default value for Active realizations by @scout-team-app[bot] in #11434
- [Backport version-14.4] Make ert exit with message when logs directory is nonwritable by @scout-team-app[bot] in #11436
- [Backport version-14.4] Put name and num params in same log chunk by @scout-team-app[bot] in #11461
- Backport 11483 to version 14.4 by @yngve-sk in #11489
- Revert "Deprecate QUEUE_OPTION SUBMIT_SLEEP (#10902)" by @frode-aarstad in #11530
Full Changelog: 14.4.3...14.4.4
14.4.3
What's Changed
Other Changes
- [Backport version-14.4] Fix model_factory realization_list validation returning np array and GUI not showing correct NUM_REALIZATIONS when using designmatrix by @scout-team-app[bot] in #11320
- [Backport version-14.4] Handle missing data in responses endpoint by @scout-team-app[bot] in #11389
Full Changelog: 14.4.2...14.4.3
14.5.2
What's Changed
Other Changes
- [Backport version-14.5] Make Everviz work with old storages by @scout-team-app[bot] in #11367
Full Changelog: 14.5.1...14.5.2
14.5.1
What's Changed
Other Changes
- [Backport version-14.5] Start storage server on KeyError from storage_server.json by @scout-team-app in #11345
- Backport flattened controls fix to 14.5 by @verveerpj in #11346
Full Changelog: 14.5.0...14.5.1