This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Releases: equinor/libres
Releases · equinor/libres
2.7.0
2.6.5
Bugfixes:
- Change interpretation of
MAX_RUNTIME
so that it strictly limits runtime
2.7.a2
2.6.4
2.7.a1
Add type conversion to argparse
Version 2.6.3
Bugfixes:
- Catch
IOError
for non-existentstatus.json
files viaEnvironmentError
Version 2.6.2
Bugfixes:
- Fix an error where missing memory information would blank the detailed view equinor/ert#615
Version 2.6.1
Bug fixes:
- Fix regression returning JOB_QUEUE_DONE as final forward model status instead of JOB_QUEUE_SUCCESS
Release - 2.6.0
New features:
- New iterative ensemble smoother algorithm
- Suffix support for External Parameters
- Back up existing parameters-file
Improvements:
- Output from Eclipse job is treated like any other job
- Added support for ext param suffixes in libres
- Make runWorkflows static
- Exposed enkf_main_have_obs in python
- Add support for lower case shell scripts
- Added support for unknown status in the queue driver
- Ensure that the number of required successful realization are not higher then the ensemble size
- Remove yaml load warnings
- Remove ecl load warnings
- Improved support for when lsf executables are temporarily unavailable
- Builds on macOS
- Use subprocess instead of fork
- Massive clean up of test side effects
Code structure and tooling:
- Move QueueConfig from SiteConfig up to ResConfig
- Use pytest for running python tests
- job_dispatch gets responsibility for killing it's jobs
- Remove all documentation
- Introduce test_requirements as a seperate file
- Enable black formatting and testing on job_runner
- Retry of forward model moved into Python
- Separate job thread status and forward model status
- Restrict the concurrent internalization of data
- Remove applications from libres
- Remove unused code
Bug fixes:
- Log random seed
- Make sure reporting does not fail
- Remove double dash arguments from job arglists
- Make use of single letter options to aviod use of '--' in RMS description file
- Fix attribute error in when accessing os.stat() result
- Fix reference counting error in enkf_fs
- equinor/ert#573
Deprecations:
- Deprecated various unused keywords
- Deprecated updating workflows
- Completely removed all applications
- Remove SCHEDULE as HISTORY_SOURCE
Experimental features:
- Programmatic initialization (Validation will come in the next release)
2.6.rc0
New features:
Improvements:
Code structure and tooling:
Bug fixes:
- Remove double dash arguments from job arglists
Deprecations:
Experimental features: