This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Releases: equinor/libres
Releases · equinor/libres
9.0.0rc1
- Remove fs dependency for summary observation collector
9.0.0rc0
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 ofrun_context
andrun_arg
JobQueue.execute_queue_async
andJobQueue.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
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
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 ofrun_context
andrun_arg
JobQueue.execute_queue_async
andJobQueue.stop_jobs_async
provides asynchronous execution and stopping of queue
8.2.0b0
8.1.0
8.1.0rc1
8.1.0rc0
8.0.1
8.0.0
Fix wrong tests folder in Github Actions