Ert

Latest version: v11.1.1

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

Scan your dependencies

Page 26 of 87

7.0.3

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

What's Changed
Bug Fixes
* Fix failing mac cpp tests by jonathan-eq in https://github.com/equinor/ert/pull/6539


**Full Changelog**: https://github.com/equinor/ert/compare/7.0.2...7.0.3

7.0.2

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

What's Changed
Bug Fixes
* Fix gui snapshot not showing memory usage by jonathan-eq in https://github.com/equinor/ert/pull/6530


**Full Changelog**: https://github.com/equinor/ert/compare/7.0.1...7.0.2

7.0.1

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

What's Changed
Maintenance
* Test ert slurm driver with ad-hoc cluster by berland in https://github.com/equinor/ert/pull/6294
Other Changes
* Let ERT unit tests timeout after 15 minutes by berland in https://github.com/equinor/ert/pull/6323


**Full Changelog**: https://github.com/equinor/ert/compare/7.0.0...7.0.1

7.0.0

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

What's Changed
User impact 🛠
* Add a one time retry of license failure by eivindjahren in https://github.com/equinor/ert/pull/6261
New Features 🎉
* Warn when min_realizations > num_realizations by eivindjahren in https://github.com/equinor/ert/pull/6132
* Create backup for jobs.json when running in existing runpath by kvashchuka in https://github.com/equinor/ert/pull/6177
Improvements
* Make template optional for GEN_KW by oyvindeide in https://github.com/equinor/ert/pull/5881
* Make REPORT_STEP optional in GEN_DATA and GENERAL_OBSERVATION by oyvindeide in https://github.com/equinor/ert/pull/5855
* Add memory per job as Torque option by berland in https://github.com/equinor/ert/pull/5577
* Validate that general observation has correct length by oyvindeide in https://github.com/equinor/ert/pull/5906
* Display stderr from qsub on error by berland in https://github.com/equinor/ert/pull/5940
* Validate queue options by berland in https://github.com/equinor/ert/pull/5945
* Improve field validation feedback by eivindjahren in https://github.com/equinor/ert/pull/5948
* Add warning when overwriting QUEUE_OPTION by larsevj in https://github.com/equinor/ert/pull/5993
* Let ERT handle a flaky qdel as for qsub and qstat by berland in https://github.com/equinor/ert/pull/5960
* Use 32bit floats for surfaces by dafeda in https://github.com/equinor/ert/pull/6106
* Update docs of distributions by dafeda in https://github.com/equinor/ert/pull/6075
Bug Fixes
* Fix incorrect validation of min_realizations by eivindjahren in https://github.com/equinor/ert/pull/5912
* Fix INDEX_FILE not being read properly from GENERAL_OBSERVATION by eivindjahren in https://github.com/equinor/ert/pull/5933
* Ensure job_dispatch exits cleanly on OSError by berland in https://github.com/equinor/ert/pull/5928
* Make sure job_queue will not timeout when sending event by xjules in https://github.com/equinor/ert/pull/5961
* Fix upper case formats by eivindjahren in https://github.com/equinor/ert/pull/5981
* Fix config aliases by eivindjahren in https://github.com/equinor/ert/pull/6001
* Raise cyclical include error for self include by DanSava in https://github.com/equinor/ert/pull/5996
* Save fields as 32 bit floats by dafeda in https://github.com/equinor/ert/pull/6038
* Fix instance where current case was None by oyvindeide in https://github.com/equinor/ert/pull/6049
* Fix bug where truncated normal was not truncated by dafeda in https://github.com/equinor/ert/pull/6064
* Fix GEN_DATA RFT export by eivindjahren in https://github.com/equinor/ert/pull/6062
* Fix an issue where summary data would be interpolated by eivindjahren in https://github.com/equinor/ert/pull/6039
* Raise when duplicate GEN_KW keys by andreas-el in https://github.com/equinor/ert/pull/6109
* Do not use index_list in _get_A_matrix by dafeda in https://github.com/equinor/ert/pull/6168
* Get measured data using active realizations by dafeda in https://github.com/equinor/ert/pull/6165
* Count memory usage for grandchildren in job_dispatch by berland in https://github.com/equinor/ert/pull/6122
* Resolve ERT slowdown seen in Azure by andreas-el in https://github.com/equinor/ert/pull/6181
* Force doubles when row scaling by dafeda in https://github.com/equinor/ert/pull/6255
* Do not try getting item_num from run models by dafeda in https://github.com/equinor/ert/pull/6251
* Set ensemble state when inheriting ensemble by oyvindeide in https://github.com/equinor/ert/pull/6173
* Add validation of gen kw from runpath by eivindjahren in https://github.com/equinor/ert/pull/6303
* Fix issue where ert would not work if you are using vpn by eivindjahren in https://github.com/equinor/ert/pull/6314
Maintenance
* Fix hypothesis setup such that queue option values are tested by berland in https://github.com/equinor/ert/pull/5913
* Refactor JobStatus & JobNode by andreas-el in https://github.com/equinor/ert/pull/5914
* Remove status_map from lsf_driver by andreas-el in https://github.com/equinor/ert/pull/5925
* Avoid using bare exceptions by berland in https://github.com/equinor/ert/pull/5627
* Avoid raising Exception by berland in https://github.com/equinor/ert/pull/5957
* Simplify Slurm driver by andreas-el in https://github.com/equinor/ert/pull/5999
* Simplify lsf driver by andreas-el in https://github.com/equinor/ert/pull/6002
* Add flake8-simplify to CI by berland in https://github.com/equinor/ert/pull/5992
* Revert Convert some job_node functions to pybind by andreas-el in https://github.com/equinor/ert/pull/6021
* Pin hypothesis at 6.83.0 for python 3.8 by andreas-el in https://github.com/equinor/ert/pull/6034
* Solve flake8-bugbear B014 by berland in https://github.com/equinor/ert/pull/5963
* Solve and enforce flake8-bugbear B009 by berland in https://github.com/equinor/ert/pull/5959
* Lift max_running into generic python driver by andreas-el in https://github.com/equinor/ert/pull/6027
* Test truncated normal transfer function by dafeda in https://github.com/equinor/ert/pull/6078
* Add same message to cli as gui if existing runpath by oyvindeide in https://github.com/equinor/ert/pull/5688
* Refactor local_driver and handling of generic options by andreas-el in https://github.com/equinor/ert/pull/6061
* Skip test_rft_csv_export_plugin_exports_rft_data by andreas-el in https://github.com/equinor/ert/pull/6102
* Replace jobs array with job_queue_node_type vector by andreas-el in https://github.com/equinor/ert/pull/6077
* Remove unused includes and use default struct initialization by andreas-el in https://github.com/equinor/ert/pull/6105
* Replace basemodel with dataclass in event.py by jonathan-eq in https://github.com/equinor/ert/pull/5754
* Remove JobListReadLock and simplify JobQueue by andreas-el in https://github.com/equinor/ert/pull/6114
* Use python 3.10 on run-ert-test-data for macOS by andreas-el in https://github.com/equinor/ert/pull/6126
* Explicitly initialize pthread rwlocks and mutexes by andreas-el in https://github.com/equinor/ert/pull/6154
* Prevent setting LSF_SERVER to an undefined environment variable by larsevj in https://github.com/equinor/ert/pull/6051
* Refactor queue_options in QueueConfig to be Tuple[str, str] by larsevj in https://github.com/equinor/ert/pull/6155
* Move C functions to pybind with GIL release by andreas-el in https://github.com/equinor/ert/pull/6204
* Refactor collecting job_status_get_count by andreas-el in https://github.com/equinor/ert/pull/6216
* Invert torque driver option for qsub output by andreas-el in https://github.com/equinor/ert/pull/6239
* Update status border color based on job status by andreas-el in https://github.com/equinor/ert/pull/6226
* Allow to delete top most plot case by andreas-el in https://github.com/equinor/ert/pull/6249
* Use WAIT status when jobs PENDING and queue WAIT by andreas-el in https://github.com/equinor/ert/pull/6256
* Make the entire realization box go green on finish by larsevj in https://github.com/equinor/ert/pull/6254
* Add end_time when TIMEOUT by larsevj in https://github.com/equinor/ert/pull/6273
* Fix job colors in detailed view GUI by larsevj in https://github.com/equinor/ert/pull/6286
Dependencies
* Restrict numpy to less than 2.0 by eivindjahren in https://github.com/equinor/ert/pull/5899
* Require pluggy>=1.3.0 by eivindjahren in https://github.com/equinor/ert/pull/6012
* Move sortedcontainers to install_requires by eivindjahren in https://github.com/equinor/ert/pull/6115
Other Changes
* Free allocated memory in torque driver by berland in https://github.com/equinor/ert/pull/5895
* Add storage migration from version 1 -> 2 by oyvindeide in https://github.com/equinor/ert/pull/5918
* Use explicit combine by oyvindeide in https://github.com/equinor/ert/pull/5926
* Disable load results manually if no case to load into by oyvindeide in https://github.com/equinor/ert/pull/5944
* Improve error message for callback by oyvindeide in https://github.com/equinor/ert/pull/5946
* Add configfile name to log name by frode-aarstad in https://github.com/equinor/ert/pull/5901
* Fix dangling else logic by andreas-el in https://github.com/equinor/ert/pull/5936
* Add print to storage convertion by oyvindeide in https://github.com/equinor/ert/pull/5954
* Add type hinting to `ert.shared.plugins` by pinkwah in https://github.com/equinor/ert/pull/5982
* Improve validation of ParameterConfigs from config file by eivindjahren in https://github.com/equinor/ert/pull/5972
* Add DEBUG_OUTPUT to list of options supported by berland in https://github.com/equinor/ert/pull/5977
* Drop invalid values, dates when migrating SUMMARY by pinkwah in https://github.com/equinor/ert/pull/5988
* Unify mypy rules by eivindjahren in https://github.com/equinor/ert/pull/5994
* Migration fixes by pinkwah in https://github.com/equinor/ert/pull/6011
* Convert refcase into list of datetime by oyvindeide in https://github.com/equinor/ert/pull/6006
* Revert "Make forward_model_ok run in its own process" by JHolba in https://github.com/equinor/ert/pull/6055
* Add documentation on installing ERT on ARM by aronhoyer in https://github.com/equinor/ert/pull/5798
* Refactor Ensemble Evaluator `_builder` by pinkwah in https://github.com/equinor/ert/pull/6058
* Fix some typos in theory docs by tommyod in https://github.com/equinor/ert/pull/6093
* Increase timeout by oyvindeide in https://github.com/equinor/ert/pull/5983
* Update docs on configuring observations by oyvindeide in https://github.com/equinor/ert/pull/5917
* Filter non ConfigWarnings by frode-aarstad in https://github.com/equinor/ert/pull/6094
* Fix hanging test_rft_csv_export_plugin_exports_rft_data by DanSava in https://github.com/equinor/ert/pull/6107
* Revert back to skipping test test_rft_csv_export_plugin_exports_rft_data by DanSava in https://github.com/equinor/ert/pull/6121
* Prevent closing of the main window when simulations are running by frode-aarstad in https://github.com/equinor/ert/pull/5979
* Improve reshape error message by frode-aarstad in https://github.com/equinor/ert/pull/6112
* Fix bug where duplicate dates in summary caused update to crash by oyvindeide in https://github.com/equinor/ert/pull/6014
* Unskip gui test by eivindjahren in https://github.com/equinor/ert/pull/6139
* Add WaitCursor to some slow tasks in the GUI by frode-aarstad in https://github.com/equinor/ert/pull/6131
* Fix runpath check for ensemble experiment by frode-aarstad in https://github.com/equinor/ert/pull/6136
* Save response info in storage by oyvindeide in https://github.com/equinor/ert/pull/6099
* Add timings to log for internalization of data from iterations by JHolba in https://github.com/equinor/ert/pull/6175
* Update and rename update log by frode-aarstad in https://github.com/equinor/ert/pull/6169
* Add version 6 release notes by oyvindeide in https://github.com/equinor/ert/pull/6187
* Divide outside of floor by Blunde1 in https://github.com/equinor/ert/pull/6130
* Change the display name of the build and test GA workflow by kvashchuka in https://github.com/equinor/ert/pull/6186
* Remove unused dependencies by oyvindeide in https://github.com/equinor/ert/pull/6210
* Remove mentions of pyqt4 by dafeda in https://github.com/equinor/ert/pull/6230
* Fix hanging test rft export by DanSava in https://github.com/equinor/ert/pull/6161
* Add new storage performance benchmark failed result by ertomatic in https://github.com/equinor/ert/pull/6241
* Pin PyTables to below 3.9 by dafeda in https://github.com/equinor/ert/pull/6258
* Get tot num params from storage by dafeda in https://github.com/equinor/ert/pull/6219
* Use larger port default portrange on localhost by eivindjahren in https://github.com/equinor/ert/pull/6280
* Add STD_CUTOFF to list of keywords by oyvindeide in https://github.com/equinor/ert/pull/6272
* Limit tables pin to Python 3.8 only by dafeda in https://github.com/equinor/ert/pull/6281
* Fix typo in documentation by hnformentin in https://github.com/equinor/ert/pull/6310
* Revert "Fix _get_ip_address" by eivindjahren in https://github.com/equinor/ert/pull/6315

New Contributors
* larsevj made their first contribution in https://github.com/equinor/ert/pull/5993
* aronhoyer made their first contribution in https://github.com/equinor/ert/pull/5798
* ertomatic made their first contribution in https://github.com/equinor/ert/pull/6241

**Full Changelog**: https://github.com/equinor/ert/compare/6.0.0...7.0.0

7.0.0rc1

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

What's Changed
User impact 🛠
* Add a one time retry of license failure by eivindjahren in https://github.com/equinor/ert/pull/6261
Improvements
* Update docs of distributions by dafeda in https://github.com/equinor/ert/pull/6075
Bug Fixes
* Force doubles when row scaling by dafeda in https://github.com/equinor/ert/pull/6255
* Do not try getting item_num from run models by dafeda in https://github.com/equinor/ert/pull/6251
* Set ensemble state when inheriting ensemble by oyvindeide in https://github.com/equinor/ert/pull/6173
Maintenance
* Move C functions to pybind with GIL release by andreas-el in https://github.com/equinor/ert/pull/6204
* Refactor collecting job_status_get_count by andreas-el in https://github.com/equinor/ert/pull/6216
* Invert torque driver option for qsub output by andreas-el in https://github.com/equinor/ert/pull/6239
* Update status border color based on job status by andreas-el in https://github.com/equinor/ert/pull/6226
* Allow to delete top most plot case by andreas-el in https://github.com/equinor/ert/pull/6249
* Use WAIT status when jobs PENDING and queue WAIT by andreas-el in https://github.com/equinor/ert/pull/6256
* Make the entire realization box go green on finish by larsevj in https://github.com/equinor/ert/pull/6254
Other Changes
* Remove unused dependencies by oyvindeide in https://github.com/equinor/ert/pull/6210
* Remove mentions of pyqt4 by dafeda in https://github.com/equinor/ert/pull/6230
* Fix hanging test rft export by DanSava in https://github.com/equinor/ert/pull/6161
* Add new storage performance benchmark failed result by ertomatic in https://github.com/equinor/ert/pull/6241
* Pin PyTables to below 3.9 by dafeda in https://github.com/equinor/ert/pull/6258
* Get tot num params from storage by dafeda in https://github.com/equinor/ert/pull/6219

New Contributors
* ertomatic made their first contribution in https://github.com/equinor/ert/pull/6241

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

7.0.0rc0

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

What's Changed
New Features 🎉
* Create backup for jobs.json when running in existing runpath by kvashchuka in https://github.com/equinor/ert/pull/6177
Maintenance
* Refactor queue_options in QueueConfig to be Tuple[str, str] by larsevj in https://github.com/equinor/ert/pull/6155
Other Changes
* Add version 6 release notes by oyvindeide in https://github.com/equinor/ert/pull/6187
* Divide outside of floor by Blunde1 in https://github.com/equinor/ert/pull/6130
* Change the display name of the build and test GA workflow by kvashchuka in https://github.com/equinor/ert/pull/6186


**Full Changelog**: https://github.com/equinor/ert/compare/7.0.0-b1...7.0.0-rc0

Page 26 of 87

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.