Ert

Latest version: v13.0.4

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 27 of 93

8.4.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Bug Fixes
* Make updating work with failed realizations by frode-aarstad in https://github.com/equinor/ert/pull/7059
* Fix migration from 8.0.12 to 8.4.x by frode-aarstad in https://github.com/equinor/ert/pull/7080
* Fix summary problems by eivindjahren in https://github.com/equinor/ert/pull/7081
Other Changes
* Update snake_oil.ert by frode-aarstad in https://github.com/equinor/ert/pull/7075
* Increase wait time for test_integration_local_driver.py by pinkwah in https://github.com/equinor/ert/pull/7076
* Don't keep output in JobQueue Torque by pinkwah in https://github.com/equinor/ert/pull/7079


**Full Changelog**: https://github.com/equinor/ert/compare/8.4.0...8.4.1

8.4.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
New Features 🎉
* Add support for Python 3.12 by sondreso in https://github.com/equinor/ert/pull/6604
Improvements
* Feature toggling can now be done from environment variables by JHolba in https://github.com/equinor/ert/pull/6778
* Improve license error retry by eivindjahren in https://github.com/equinor/ert/pull/6934
* Add required property to forward models by andreas-el in https://github.com/equinor/ert/pull/6967
* Fix plotter raising ValueError when plotting same case twice by jonathan-eq in https://github.com/equinor/ert/pull/7006
* Add TorqueDriver by pinkwah in https://github.com/equinor/ert/pull/6887
Bug Fixes
* Fix roff outputting double for parameters by eivindjahren in https://github.com/equinor/ert/pull/6880
* Fix an issue where summary dates are not precise enough by eivindjahren in https://github.com/equinor/ert/pull/6897
* Ensure parsing errors of the summary file is not propagated to the user. by eivindjahren in https://github.com/equinor/ert/pull/6930
* Fix csv export by frode-aarstad in https://github.com/equinor/ert/pull/6965
* Give proper error message when eclrun fails with nonzero return code by berland in https://github.com/equinor/ert/pull/6998
* Summary observations are now matched against responses with nearest time (1 second tolerance) by eivindjahren in https://github.com/equinor/ert/pull/6988
* Add ContextBoolEncoder to facilitate json serialization of ContextBools. by DanSava in https://github.com/equinor/ert/pull/7009
* Catch OSError so that Ctrl-c works for ERT by berland in https://github.com/equinor/ert/pull/7026
* Fix a bug in migration by frode-aarstad in https://github.com/equinor/ert/pull/7036
Maintenance
* Avoid crashing due to empty case in plotter configuration by larsevj in https://github.com/equinor/ert/pull/6876
* Reduce accuracy of surface-order test by dafeda in https://github.com/equinor/ert/pull/6901
* Provide more descriptive feedback on USE_EE and USE_GE by andreas-el in https://github.com/equinor/ert/pull/6959
* Set minimum suggestor width to no more than two ui-cards by andreas-el in https://github.com/equinor/ert/pull/6973
* Update readme and clean test data folder by oyvindeide in https://github.com/equinor/ert/pull/6991
* Use full run_path in UI and cut to valid path for clipboard by andreas-el in https://github.com/equinor/ert/pull/7005
* Move inversion types to analysis module by oyvindeide in https://github.com/equinor/ert/pull/6939
* Move experiment creation to run models by oyvindeide in https://github.com/equinor/ert/pull/7018
Other Changes
* Fix a bug that caused the plot to crash ert by frode-aarstad in https://github.com/equinor/ert/pull/6879
* Easier to read PR template by eivindjahren in https://github.com/equinor/ert/pull/6883
* Add deprecation warning to ensemblereader methods moved from facade. by oyvindeide in https://github.com/equinor/ert/pull/6889
* Remove the state map for ensembles by frode-aarstad in https://github.com/equinor/ert/pull/6797
* Append to update_log by dafeda in https://github.com/equinor/ert/pull/6912
* Set default max_submit to 1 in tests by berland in https://github.com/equinor/ert/pull/6925
* Fix bug where other parameters than GenKw would fail ert by oyvindeide in https://github.com/equinor/ert/pull/6933
* Set lower-bound of iterative_ensemble_smoother by dafeda in https://github.com/equinor/ert/pull/6948
* Fix an issue where summary keys were not consistently named by eivindjahren in https://github.com/equinor/ert/pull/6932
* Slow plotting by frode-aarstad in https://github.com/equinor/ert/pull/6935
* Fix dark storage performance benchmark workflow trigger by jonathan-eq in https://github.com/equinor/ert/pull/6971
* Test properties of triangular transfer function by dafeda in https://github.com/equinor/ert/pull/6990
* Remove unused endpoints by frode-aarstad in https://github.com/equinor/ert/pull/6981
* Scheduler: Pick last MAX_RUNNING rather than first by pinkwah in https://github.com/equinor/ert/pull/7008
* Clarify gen data docs by yngve-sk in https://github.com/equinor/ert/pull/6984
* Enable scheduler by default for LOCAL queue by xjules in https://github.com/equinor/ert/pull/7000
* Update style versions by oyvindeide in https://github.com/equinor/ert/pull/7020
* Update test_ert.yml by frode-aarstad in https://github.com/equinor/ert/pull/7022
* Check unused-imports in tests by dafeda in https://github.com/equinor/ert/pull/6992
* Remove mention of opencensus. by DanSava in https://github.com/equinor/ert/pull/7034
* Check scheduler loop is still running before killing all the jobs. by DanSava in https://github.com/equinor/ert/pull/7039
* Do not close main asyncio event loop of ert in scheduler by JHolba in https://github.com/equinor/ert/pull/7041
* Add documentation for queue behavior on early exit by JHolba in https://github.com/equinor/ert/pull/7037
* Rename TorqueDriver to OpenPBSDriver by pinkwah in https://github.com/equinor/ert/pull/7061
* Fix mypy in Python 3.12 by pinkwah in https://github.com/equinor/ert/pull/7067


**Full Changelog**: https://github.com/equinor/ert/compare/8.3.1...8.4.0

8.4.0rc1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Improvements
* Add TorqueDriver by pinkwah in https://github.com/equinor/ert/pull/6887
Bug Fixes
* Catch OSError so that Ctrl-c works for ERT by berland in https://github.com/equinor/ert/pull/7026
* Fix a bug in migration by frode-aarstad in https://github.com/equinor/ert/pull/7036
* Check scheduler loop is still running before killing all the jobs. by DanSava in https://github.com/equinor/ert/pull/7039
* Do not close main asyncio event loop of ert in scheduler by JHolba in https://github.com/equinor/ert/pull/7041
Maintenance
* Move inversion types to analysis module by oyvindeide in https://github.com/equinor/ert/pull/6939
* Move experiment creation to run models by oyvindeide in https://github.com/equinor/ert/pull/7018
* Check unused-imports in tests by dafeda in https://github.com/equinor/ert/pull/6992
Other Changes
* Update style versions by oyvindeide in https://github.com/equinor/ert/pull/7020
* Update test_ert.yml by frode-aarstad in https://github.com/equinor/ert/pull/7022
* Remove mention of opencensus. by DanSava in https://github.com/equinor/ert/pull/7034
* Add documentation for queue behavior on early exit by JHolba in https://github.com/equinor/ert/pull/7037


**Full Changelog**: https://github.com/equinor/ert/compare/8.4.0-rc0...8.4.0-rc1

8.4.0rc0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Improvements
* Add required property to forward models by andreas-el in https://github.com/equinor/ert/pull/6967
* Update gui plotter to use toggle buttons instead of combo boxes jonathan-eq in https://github.com/equinor/ert/pull/7006
Bug Fixes
* Fix csv export by frode-aarstad in https://github.com/equinor/ert/pull/6965
* Give proper error message when eclrun fails with nonzero return code by berland in https://github.com/equinor/ert/pull/6998
* Summary observations are now matched against responses with nearest time (1 second tolerance) by eivindjahren in https://github.com/equinor/ert/pull/6988
* Add ContextBoolEncoder to facilitate json serialization of ContextBools. by DanSava in https://github.com/equinor/ert/pull/7009
Maintenance
* Provide more descriptive feedback on USE_EE and USE_GE by andreas-el in https://github.com/equinor/ert/pull/6959
* Set minimum suggestor width to no more than two ui-cards by andreas-el in https://github.com/equinor/ert/pull/6973
* Update readme and clean test data folder by oyvindeide in https://github.com/equinor/ert/pull/6991
* Use full run_path in UI and cut to valid path for clipboard by andreas-el in https://github.com/equinor/ert/pull/7005
Other Changes
* Fix an issue where summary keys were not consistently named by eivindjahren in https://github.com/equinor/ert/pull/6932
* Slow plotting by frode-aarstad in https://github.com/equinor/ert/pull/6935
* Fix dark storage performance benchmark workflow trigger by jonathan-eq in https://github.com/equinor/ert/pull/6971
* Test properties of triangular transfer function by dafeda in https://github.com/equinor/ert/pull/6990
* Remove unused endpoints by frode-aarstad in https://github.com/equinor/ert/pull/6981
* Scheduler: Pick last MAX_RUNNING rather than first by pinkwah in https://github.com/equinor/ert/pull/7008
* Clarify gen data docs by yngve-sk in https://github.com/equinor/ert/pull/6984
* Enable scheduler by default for LOCAL queue by xjules in https://github.com/equinor/ert/pull/7000


**Full Changelog**: https://github.com/equinor/ert/compare/8.4.0-b2...8.4.0-rc0

8.4.0b2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Other Changes
* Set lower-bound of iterative_ensemble_smoother by dafeda in https://github.com/equinor/ert/pull/6948


**Full Changelog**: https://github.com/equinor/ert/compare/8.4.0-b0...8.4.0-b2

8.4.0b0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Improvements
* Feature toggling can now be done from environment variables by JHolba in https://github.com/equinor/ert/pull/6778
* Improve license error retry by eivindjahren in https://github.com/equinor/ert/pull/6934
Bug Fixes
* Fix roff outputting double for parameters by eivindjahren in https://github.com/equinor/ert/pull/6880
* Fix an issue where summary dates are not precise enough by eivindjahren in https://github.com/equinor/ert/pull/6897
* Ensure parsing errors of the summary file is not propagated to the user. by eivindjahren in https://github.com/equinor/ert/pull/6930
Maintenance
* Avoid crashing due to empty case in plotter configuration by larsevj in https://github.com/equinor/ert/pull/6876
* Reduce accuracy of surface-order test by dafeda in https://github.com/equinor/ert/pull/6901
Other Changes
* Fix a bug that caused the plot to crash ert by frode-aarstad in https://github.com/equinor/ert/pull/6879
* Easier to read PR template by eivindjahren in https://github.com/equinor/ert/pull/6883
* Add deprecation warning to ensemblereader methods moved from facade. by oyvindeide in https://github.com/equinor/ert/pull/6889
* Remove the state map for ensembles by frode-aarstad in https://github.com/equinor/ert/pull/6797
* Append to update_log by dafeda in https://github.com/equinor/ert/pull/6912
* Set default max_submit to 1 in tests by berland in https://github.com/equinor/ert/pull/6925
* Fix bug where other parameters than GenKw would fail ert by oyvindeide in https://github.com/equinor/ert/pull/6933


**Full Changelog**: https://github.com/equinor/ert/compare/8.3.1...8.4.0-b0

Page 27 of 93

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.