This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Releases: equinor/libres
Releases · equinor/libres
7.0.0b2
7.0.0b1
6.0.0rc2
6.0.0rc1
7.0.b0
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
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
5.0.1
5.0.0
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