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

Releases: equinor/libres

9.0.0rc1

24 Feb 10:10
Compare
Choose a tag to compare
9.0.0rc1 Pre-release
Pre-release
  • Remove fs dependency for summary observation collector

9.0.0rc0

23 Feb 08:08
Compare
Choose a tag to compare
9.0.0rc0 Pre-release
Pre-release

API Breakage:

  • JobQueue.add_job now takes the ensemble index as a positional parameter
  • Force vector storage for summary vectors

New features:

  • JobQueue.snapshot provide the user with a snapshot of the queue state that can be queried independently of run_context and run_arg
  • JobQueue.execute_queue_async and JobQueue.stop_jobs_async provides asynchronous execution and stopping of queue
  • Keep ensemble config nodes in an ordered data structure to avoid sampling differences over different build machines
  • Export shared rng to Python
  • Apply row scaling in the smoother update

9.0.0b1

12 Feb 11:34
Compare
Choose a tag to compare
9.0.0b1 Pre-release
Pre-release

API Breakage:

  • Force vector storage for summary vectors

Improvements:

  • Keep ensemble config nodes in an ordered data structure to avoid sampling differences over different build machines

9.0.0b0

11 Feb 19:35
Compare
Choose a tag to compare
9.0.0b0 Pre-release
Pre-release

API Breakage:

  • JobQueue.add_job now takes the ensemble index as a positional parameter

New features:

  • JobQueue.snapshot provide the user with a snapshot of the queue state that can be queried independently of run_context and run_arg
  • JobQueue.execute_queue_async and JobQueue.stop_jobs_async provides asynchronous execution and stopping of queue

8.2.0b0

10 Feb 09:26
Compare
Choose a tag to compare
8.2.0b0 Pre-release
Pre-release
  • Send absolute path to stderr and stdout to the ensemble evaluator

8.1.0

08 Feb 09:57
Compare
Choose a tag to compare

New features

  • Run eclipse using eclrun when available
  • Add row scaling API

Miscellaneous

  • Remove builtin and future imports

8.1.0rc1

05 Feb 08:10
Compare
Choose a tag to compare
8.1.0rc1 Pre-release
Pre-release
  • Dont specify number of processes when using eclrun

8.1.0rc0

28 Jan 07:45
Compare
Choose a tag to compare
8.1.0rc0 Pre-release
Pre-release

New features

  • Run eclipse using eclrun when available
  • Add row scaling API

Miscellaneous

  • Remove builtin and future imports

8.0.1

18 Jan 11:32
Compare
Choose a tag to compare

Disable logging in forward models and workflows

8.0.0

11 Jan 15:00
Compare
Choose a tag to compare
Fix wrong tests folder in Github Actions