Skip to content

Releases: equinor/ert

14.5.1

10 Jul 11:38
Compare
Choose a tag to compare

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

14.5.0

09 Jul 11:40
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

Improvements

  • Emit a specific error if all realizations fail during optimization by @verveerpj in #11266
  • surfio replaces xtgeo for reading and writing irap files by @JHolba in #10901

Bug Fixes

Maintenance

Other Changes

Full Changelog: 14.4.1...14.5.0

14.4.2

09 Jul 17:51
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 14.4.1...14.4.2

14.4.1

09 Jul 09:47
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Start storage server on KeyError from storage_server.json by @berland in #11334

Other Changes

  • [Backport version-14.4] Rerun memory tests once on failures by @scout-team-app in #11314

Full Changelog: 14.4.0...14.4.1

14.3.4

07 Jul 10:51
Compare
Choose a tag to compare

What's Changed

Other Changes

  • [Backport version-14.3] Fix everest results not working by @scout-team-app in #11322

Full Changelog: 14.3.3...14.3.4

14.4.0

04 Jul 05:44
Compare
Choose a tag to compare

What's Changed

User impact 🛠

Improvements

  • Add support for Python 3.13 by @scout-team-app in #11180
  • Add validation of FLOW version argument by @berland in #10931
  • Limit threads in update step by @larsevj in #10928
  • Move closing of filedialogs to when simulation panel is closed by @flikka in #10989
  • Change FileDialog to use Close button (with reject role) by @flikka in #10988
  • Remove extra cursor/text area from EventViewPanel (log view) by @flikka in #11075
  • Allow realization ranges in everest model config by @verveerpj in #11092
  • Have ert use minimum of NUM_REALIZATIONS and DESIGN_MATRIX realizations by @jonathan-eq in #11053
  • Fix handling of time-outs for SLURM by @verveerpj in #11116

Bug Fixes

Maintenance

Other Changes

  • Amend LOCAL_STORAGE_VERSION=10 by @xjules in #10836
  • Revert "Enable memory test on Mac. Problem not reproducible locally." by @andreas-el in #10940
  • Fix error handling in ExperimentRunner by @verveerpj in #10943
  • Update documentation for JOB_SCRIPT by @berland in #10947
  • Fix logic error in get_realization_mask_with_parameters by @yngve-sk in #10948
  • Replace format_running_time with precisedelta by @timurivanov21 in #10912
  • Add copy_parameters function to ParameterConfig by @xjules in #11006
  • Let initialization of Everest plugin manager be lazy by @berland in #10990
  • Make all BaseRunModels serializable by @yngve-sk in #10833
  • Add constraints to the everest storage by @verveerpj in #10963
  • Send everest config to BasicOptimizer by @yngve-sk in #11023
  • Avoid recommending chmod 777 by @berland in #11025
  • Update docstring of response scaling by @dafeda in #11029
  • Remove result property from everest run model by @verveerpj in #11030
  • Add comment to the doc to provide sampling outside of ert by @xjules in #11021
  • Don't update parameters with zero variance during adaptive localization by @dafeda in #11037
  • Validate genkw parameter name overlap by @jonathan-eq in #11031
  • Allow negative and zero objective weights by @verveerpj in #11068
  • Remove glob based parameter loading by @yngve-sk in #11079
  • Handle running workflows without selected ensemble by @yngve-sk in #11088
  • Extend and improve auto-scaling test by @dafeda in #11111
  • Document and simplify pca theory test by @dafeda in #11109
  • Use proper ISO string for datetime formatting by @berland in #11128
  • Remove unnecessary copy_mocked_test_data_to_tmp usages by @yngve-sk in #11133
  • Remove all usages of copy_test_data_to_tmp by @yngve-sk in #11139
  • Make supports_rerunning_failed_realizations class variable by @flikka in #11147
  • Improve naming and asserts of autoscale test by @dafeda in #11123
  • Remove records concept for parameters & responses by @yngve-sk in #10941
  • Update ruff in pre-commit by @berland in #11162
  • Move update logic commons to UpdateRunModel by @yngve-sk in #11130
  • Ensure logging directory exists for everest by @berland in #11172
  • Move UpdateRunModel to its own file by @JHolba in #11171
  • Add SUBMIT_SLEEP to the site config schema by @scout-team-app in #11194
  • Fix cli test taking 120s -> 1.5s by @scout-team-app in #11210
  • Ensure everest tests use the local queue by @scout-team-app in #11213
  • Expose cert info by @scout-team-app in #11214
  • Fix TARGET_FILE keyword not working by @scout-team-app in #11215
  • Ensure the status test is run on a local queue by @scout-team-app in #11231
  • Reduce logging of data access from storage by @scout-team-app in #11244
  • Make tests less cpu-demanding by @scout-team-app in #11245
  • Fix some tests writing output to the sourcetree by @scout-team-app in #11292

Full Changelog: 14.3.0...14.4.0

14.4.0-b2

27 Jun 12:57
Compare
Choose a tag to compare
14.4.0-b2 Pre-release
Pre-release

What's Changed

Other Changes

  • [Backport version-14.4] Ensure the status test is run on a local queue by @scout-team-app in #11231
  • [Backport version-14.4] Reduce logging of data access from storage by @scout-team-app in #11244
  • [Backport version-14.4] Make tests less cpu-demanding by @scout-team-app in #11245

Full Changelog: 14.4.0-b1...14.4.0-b2

14.3.3

27 Jun 13:37
Compare
Choose a tag to compare

What's Changed

Other Changes

  • [Backport version-14.3] Reduce logging of data access from storage by @scout-team-app in #11243

Full Changelog: 14.3.2...14.3.3

14.4.0-b1

24 Jun 13:25
Compare
Choose a tag to compare
14.4.0-b1 Pre-release
Pre-release

What's Changed

Other Changes

  • [Backport version-14.4] Add support for Python 3.13 by @scout-team-app in #11180
  • [Backport version-14.4] Add SUBMIT_SLEEP to the site config schema by @scout-team-app in #11194
  • [Backport version-14.4] Fix cli test taking 120s -> 1.5s by @scout-team-app in #11210
  • [Backport version-14.4] Ensure everest tests use the local queue by @scout-team-app in #11213
  • [Backport version-14.4] Expose cert info by @scout-team-app in #11214
  • [Backport version-14.4] Fix TARGET_FILE keyword not working by @scout-team-app in #11215

Full Changelog: 14.4.0-b0...14.4.0-b1

14.4.0-b0

20 Jun 12:29
Compare
Choose a tag to compare
14.4.0-b0 Pre-release
Pre-release

What's Changed

User impact 🛠

Improvements

  • Add validation of FLOW version argument by @berland in #10931
  • Limit threads in update step by @larsevj in #10928
  • Move closing of filedialogs to when simulation panel is closed by @flikka in #10989
  • Change FileDialog to use Close button (with reject role) by @flikka in #10988
  • Remove extra cursor/text area from EventViewPanel (log view) by @flikka in #11075
  • Allow realization ranges in everest model config by @verveerpj in #11092
  • Have ert use minimum of NUM_REALIZATIONS and DESIGN_MATRIX realizations by @jonathan-eq in #11053

Bug Fixes

Maintenance

Dependencies

Other Changes

Full Changelog: 14.3.0...14.4.0-b0