Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Releases: equinor/libres

7.0.0b2

26 Oct 15:01
Compare
Choose a tag to compare
7.0.0b2 Pre-release
Pre-release

Facilitate fetching argument values for jobs

7.0.0b1

26 Oct 13:29
Compare
Choose a tag to compare
7.0.0b1 Pre-release
Pre-release

Drop support for Python < 3.6

6.0.0rc2

20 Oct 09:52
Compare
Choose a tag to compare
6.0.0rc2 Pre-release
Pre-release
  • Remove forking in RMS job
  • Add RMS wrapper script

6.0.0rc1

05 Oct 08:34
Compare
Choose a tag to compare
6.0.0rc1 Pre-release
Pre-release

Fix komodo tests

7.0.b0

05 Oct 09:18
Compare
Choose a tag to compare
7.0.b0 Pre-release
Pre-release
Add PRE_FIRST_UPDATE hook

There is sometimes a need for a hook that will only run before the
first update and not subsequent times for an iterative algorithm.
This is for example relevant if scaling observations, as doing that
for each iteration could lead to numeric instabilities.

6.0.0rc0

24 Sep 20:46
Compare
Choose a tag to compare
6.0.0rc0 Pre-release
Pre-release

New features:

  • Add shell scripts as workflow jobs

Bugfixes:

  • Change order of std-cutoff and alpha

Enhancements:

  • Remove Python 3.8 implicit conversion to int warnings

Removal of deprecated/unused functionality:

  • Remove all references to CustomKW feature in C and Python
  • Remove deprecated analysis keywords
  • Remove deprecated ecl config keywords
  • Remove PLOT_SETTINGS keyword
  • Remove deprecated model config keywords
  • Remove last references to MAX_RUNNING_{LSF, LOCAL, RSH} keywords
  • Remove deprecated keywords {STORE, LOAD}_SEED
  • Remove support for jobs with relative paths to the config
  • Remove support creating EnkfMain with filename
  • Remove support for QC_{PATH, WORKFLOW} keywords
  • Remove support for non enum log levels
  • Remove warning for deprecated ERT_LIBRARY_PATH env variable
  • Remove deprecated function getSchemaItem
  • Remove unused JobQueueManager code in C
  • Remove unused classes ArgPack and CThreadPool
  • Remove unused scripts

New deprecations:

  • Deprecate STD_SCALE_CORRELATED_OBS

5.0.2b1

17 Sep 11:03
Compare
Choose a tag to compare
5.0.2b1 Pre-release
Pre-release

Remove CUSTOM_KW
Expose shell forward model jobs as worklfow jobs

5.0.1

26 Aug 10:28
Compare
Choose a tag to compare

Bug fix:

  • Print update_log even if points are missing or locally inactive

5.0.0

25 Aug 12:36
Compare
Choose a tag to compare

Breaking changes:

  • Remove EXIT file from runpath (now only ERROR file will be present; however, contents are identical)
  • Rename OVERLAP_LIMIT to ENKF_ALPHA when using UPDATE_SETTINGS
  • Remove keys from ConfigKeys
  • stderr and stdout files for the forward model jobs are now suffixed with the index of the job in jobs.json.

Bug fixes:

  • Disable usage of eclrun due to problems when using csh and Komodo
  • subprocess tee: check process end after reading

5.0.b2

19 Aug 08:33
Compare
Choose a tag to compare
5.0.b2 Pre-release
Pre-release

Breaking changes:

  • Remove EXIT file from runpath (now only ERROR file will be present; however, contents are identical)

Bug fixes:

  • Disable usage of eclrun due to problems when using csh and Komodo