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

Releases: equinor/libres

2.7.0

10 Jan 15:43
Compare
Choose a tag to compare
bump libecl to 2.6.0

2.6.5

10 Jan 12:45
Compare
Choose a tag to compare

Bugfixes:

  • Change interpretation of MAX_RUNTIME so that it strictly limits runtime

2.7.a2

07 Jan 13:35
Compare
Choose a tag to compare
2.7.a2 Pre-release
Pre-release
add tmpdir decorator to EnkFs based tests

- fixed by tmdir
- add tmpdir to test_batch_sim
- add tmpdir cnt.
- add tmpdir test_templating
- more ffx wrt tmpdir
- removing unnecessary None assignments from tests

2.6.4

18 Dec 13:37
Compare
Choose a tag to compare

Bugfixes:

  • Add type conversion to argparse for RMS job
  • Use num_cpu in job_node constructor used in job_queue_node.py

2.7.a1

17 Dec 07:08
Compare
Choose a tag to compare
2.7.a1 Pre-release
Pre-release
Add type conversion to argparse

Version 2.6.3

16 Dec 11:27
Compare
Choose a tag to compare

Bugfixes:

  • Catch IOError for non-existent status.json files via EnvironmentError

Version 2.6.2

16 Dec 06:41
Compare
Choose a tag to compare

Bugfixes:

  • Fix an error where missing memory information would blank the detailed view equinor/ert#615

Version 2.6.1

06 Dec 13:40
Compare
Choose a tag to compare

Bug fixes:

  • Fix regression returning JOB_QUEUE_DONE as final forward model status instead of JOB_QUEUE_SUCCESS

Release - 2.6.0

06 Dec 07:33
Compare
Choose a tag to compare

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

21 Nov 06:31
Compare
Choose a tag to compare
2.6.rc0 Pre-release
Pre-release

New features:

Improvements:

Code structure and tooling:

Bug fixes:

  • Remove double dash arguments from job arglists

Deprecations:

Experimental features: