Skip to content

Releases: equinor/ert

10.1.2

14 May 07:50
Compare
Choose a tag to compare

What's Changed

User impact 🛠

Other Changes

Full Changelog: 10.1.1...10.1.2

10.1.1

13 May 11:49
Compare
Choose a tag to compare

Full Changelog: 10.1.0...10.1.1

10.0.3

13 May 12:10
Compare
Choose a tag to compare

What's Changed

  • Revert breaking changes added in version 10.0.2 by @DanSava in #7878

Full Changelog: 10.0.2...10.0.3

10.0.2

13 May 09:31
Compare
Choose a tag to compare

What's Changed

  • Refer to jobs/forward model as forward model step in ert config by @yngve-sk in #7766

Full Changelog: 10.0.1...10.0.2

10.1.0

13 May 06:50
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Improvements

Bug Fixes

Maintenance

  • Replace swap_vertical icon with reorder for plotter selection by @andreas-el in #7751
  • Detect if Date should be used for plotting on x-axis by @andreas-el in #7768
  • Remove unused iteration from ensemble experiment by @dafeda in #7838

Other Changes

Full Changelog: 10.0.1...10.1.0

10.0.1

06 May 06:07
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 10.0.0...10.0.1

Version 10.0.0

30 Apr 11:58
Compare
Choose a tag to compare

What's Changed

Changes to the Manage experiments tool

The Manage experiments tool has become nicer to work with. Before you would just get text information about each experiment:
Screenshot from 2024-04-30 08-49-37

Now there is a separate panel for viewing the information:

image

Longer retries for license error

For ECL100 jobs there is a possibility that the license server may be overloaded by too many concurrent realizations. To mitigate this we have increased the retrying mechanism for checking the license error from max 6 minutes to between 19 and 32 minutes (depending on randomized values). In order to check whether your realization is waiting for the license server to respond, while running the experiment, click on "show details":
screenshot_from_2024-04-29_15-57-24_720

Click on the square for the long running realization, 0 in the image:
screenshot_from_2024-04-29_15-57-37_720

Now click the "OPEN" button in the column STDERR for row ECLIPSE100:

screenshot_from_2024-04-29_15-57-45_720

If the message contains "Eclipse failed due to license failure, retrying in XXs" then the license server is busy and we will automatically retry running eclipse in the specified number of seconds.

screenshot_from_2024-04-29_15-57-51_720

Breaking changes for plugins, forward models and api endpoints

There are a few breaking changes, which only effects users of the storage api and plugins and ertscripts that uses LibresFacade:

  • The storage api endpoint "/ensembles/{ensemble_id}/responses/{response_name}/data" is removed.
  • The deprecated methods grid, gen_data_keys, gen_kw_keys, all_data_type_keys, observation_keys of LibresFacade are removed.

Breaking Changes 🛠

  • Remove storage API endpoint "/ensembles/{ensemble_id}/responses/{response_name}/data" by @oyvindeide (#7566)
  • Remove deprecated method LibresFacade.grid by Eivind Jahren (#7567)
  • Remove method gen_data_keys from LibresFacade by @oyvindeide (#7520)
  • Remove method gen_kw_keys from LibresFacade by @oyvindeide (#7520)
  • Remove method all_data_type_keys from LibresFacade by @oyvindeide (#7520)
  • Remove method observation_keys from LibresFacade by @oyvindeide (#7520)

Bug fixes

  • Fixed an issue where local queue would error due to it being killed before starting by @berland (#7710)
  • Ensure that opening an older version of ert with a newer version of storage shows an informative error message by @frode-aarstad (#7719)
  • Fixed formatting of file open error on bsub (LSF) in by @berland (#7671)
  • Ensure that the storage lock is aquired before writing by @oyvindeide (#7570)
  • Fixed an issue where empty storage directories were migrated by @oyvindeide (#7570)
  • Establish connection and empty the event queue before cancelling tasks by @xjules (#7562)
  • Fix bug where all ensembles would show instead of just the initialized ones by @oyvindeide (#7538)

Documentation

Full Changelog: 9.0.17...10.0.0

9.0.17

30 Apr 10:30
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 9.0.16...9.0.17

10.1.0-b1

29 Apr 13:26
Compare
Choose a tag to compare
10.1.0-b1 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

  • Remove unused functions from LibresFacade by @oyvindeide in #7520
  • Remove deprecated function libres_facade.grid by @eivindjahren in #7567
  • Remove unused endpoint: /ensembles/{ensemble_id}/responses/{response_name}/data in dark storage by @oyvindeide in #7566

New Features 🎉

Improvements

Bug Fixes

Maintenance

Other Changes

Full Changelog: 9.0.16...10.1.0.b0

9.0.16

26 Apr 08:51
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 9.0.15...9.0.16