Ert

Latest version: v14.0.2

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

Scan your dependencies

Page 61 of 94

2.34.0b1

Not secure
<!-- Release notes generated using configuration in .github/release.yml at 2.34.0-b1 -->

What's Changed
Bug Fixes
* Remove inactive analysis module options by oyvindeide in https://github.com/equinor/ert/pull/3126
ert3
* ERT3 local test run by markusdregi in https://github.com/equinor/ert/pull/2755
* Plugin-in transformation configuration and wider transformation usage by jondequinor in https://github.com/equinor/ert/pull/3025
* Drop experiment_run_config from load_resource by jondequinor in https://github.com/equinor/ert/pull/3102
Other Changes
* Remove matrix usage in update by ManInFez in https://github.com/equinor/ert/pull/3060
* Set proper timeout for Storage.start_server() by BjarneHerland in https://github.com/equinor/ert/pull/3076
* Remove use of thread_pool to load state in enkf_main by BjarneHerland in https://github.com/equinor/ert/pull/2913
* Print a message to user about starting Webviz-ert by mortalisk in https://github.com/equinor/ert/pull/3075
* Fix filename typo in tests by berland in https://github.com/equinor/ert/pull/3072
* Use self._timeout in fetch_conn_info() by BjarneHerland in https://github.com/equinor/ert/pull/3078
* Remove usage of matrix.hpp from lib/analysis by ManInFez in https://github.com/equinor/ert/pull/3082
* Clean up usage of Eigen in ies.cpp by ManInFez in https://github.com/equinor/ert/pull/3087
* Add webviz-ert documentation by oysteoh in https://github.com/equinor/ert/pull/3065
* Remove subtract_row_mean() by dafeda in https://github.com/equinor/ert/pull/3083
* Fix timing in test batch sim by BjarneHerland in https://github.com/equinor/ert/pull/3091
* Avoid branching by BjarneHerland in https://github.com/equinor/ert/pull/3089
* Remove requirement mypy < 0.920 by dafeda in https://github.com/equinor/ert/pull/3090
* Update test_flaky on jenkins by lars-petter-hauge in https://github.com/equinor/ert/pull/3066
* Force GC to avoid conflict with running C++ dtors later by BjarneHerland in https://github.com/equinor/ert/pull/3100
* Reduce log level for MAX_RUNTIME reached and only log once by oyvindeide in https://github.com/equinor/ert/pull/2770
* Rename test to avoid conflict by dafeda in https://github.com/equinor/ert/pull/3098
* Cli monitor for ert3 by xjules in https://github.com/equinor/ert/pull/2960
* Add host ensemble server config by lars-petter-hauge in https://github.com/equinor/ert/pull/3096
* We should not indulge in flaky tests by BjarneHerland in https://github.com/equinor/ert/pull/3104
* Fix typo, successfull -> successful by berland in https://github.com/equinor/ert/pull/3107
* Test tracker progress by Blunde1 in https://github.com/equinor/ert/pull/3110
* The method base_run_model::update_progress_for_index() does not seem to be used by BjarneHerland in https://github.com/equinor/ert/pull/3103
* Automatically increase softlimit for max open files while running tests by BjarneHerland in https://github.com/equinor/ert/pull/3112
* Start statically checking code in ert_shared/models by dafeda in https://github.com/equinor/ert/pull/3094
* Enhancing test to verify whether the actual jobs finished or not by BjarneHerland in https://github.com/equinor/ert/pull/3119
* Ensure JobQueue responds properly to CancelledError by BjarneHerland in https://github.com/equinor/ert/pull/3125
* Remove global ert by oyvindeide in https://github.com/equinor/ert/pull/3118
* Ies make matrix api by ManInFez in https://github.com/equinor/ert/pull/3097
* Increasing default timeout from 20s to 120s in BaseService. by BjarneHerland in https://github.com/equinor/ert/pull/3129
* Handle error publish changes by jondequinor in https://github.com/equinor/ert/pull/3130


**Full Changelog**: https://github.com/equinor/ert/compare/2.34.0-b0...2.34.0-b1

2.34.0b0

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

What's Changed
Breaking Changes 🛠
* Remove legacy tracker by sondreso in https://github.com/equinor/ert/pull/2965
* Remove enkf_obs instance from local_obsdata by joakim-hove in https://github.com/equinor/ert/pull/3046
New Features 🎉
* Fix removing duplicates, added test to verify, improved performance by BjarneHerland in https://github.com/equinor/ert/pull/2951
* Disable lazy_loading of summary-data by default by BjarneHerland in https://github.com/equinor/ert/pull/2976
Bug Fixes
* Fix row scaling local configuration job by joakim-hove in https://github.com/equinor/ert/pull/2954
* Improve failure behaviour from ert client to storage by berland in https://github.com/equinor/ert/pull/2956
* Add an out of bounds check by frode-aarstad in https://github.com/equinor/ert/pull/2969
* Set strict=True when creating EnkfMain, make testname unique by BjarneHerland in https://github.com/equinor/ert/pull/3042
* Skip lazy_load flag test which is failing on jenkins by oysteoh in https://github.com/equinor/ert/pull/3038
* Undo removal of getAll* collectors by frode-aarstad in https://github.com/equinor/ert/pull/3034
ert3
* Add better error handling when trying to rerun an experiment by verveerpj in https://github.com/equinor/ert/pull/2891
Other Changes
* Update README.md by oyvindeide in https://github.com/equinor/ert/pull/2978
* Remove unused fprint functions by oyvindeide in https://github.com/equinor/ert/pull/2988
* Implement ActiveList as C++ and use Pybind by joakim-hove in https://github.com/equinor/ert/pull/2958
* Add barrier to ensure the (dummy)server is started before connecting by BjarneHerland in https://github.com/equinor/ert/pull/2983
* Add timeout message when starting services by TerryHannant in https://github.com/equinor/ert/pull/2987
* Remove dependency on semeio by sondreso in https://github.com/equinor/ert/pull/2980
* Remove misfit_ensemble_alloc_empy by dafeda in https://github.com/equinor/ert/pull/2948
* Remove dependency on BLAS and LAPACK by pinkwah in https://github.com/equinor/ert/pull/3000
* job_dispatch: Makedir in, out, err locations by pinkwah in https://github.com/equinor/ert/pull/2998
* Add release notes for 2.33 by sondreso in https://github.com/equinor/ert/pull/3003
* Add an optional has_observations flag to the record by frode-aarstad in https://github.com/equinor/ert/pull/2979
* Remove unused job_queue from BaseRunModel by sondreso in https://github.com/equinor/ert/pull/3019
* Remove `matrix_blas.cpp` by pinkwah in https://github.com/equinor/ert/pull/2999
* Fix dependecy issues by sondreso in https://github.com/equinor/ert/pull/3022
* Implement local_obsdata_node as C++ and wrap with pybind by joakim-hove in https://github.com/equinor/ert/pull/2964
* Use Eigen in enkf_linalg_genX3 by dafeda in https://github.com/equinor/ert/pull/3018
* clang-format: Remove version check by pinkwah in https://github.com/equinor/ert/pull/3027
* Fix return value from local_obsdata by oyvindeide in https://github.com/equinor/ert/pull/3028
* Make `extern "C"` explicit for each function by pinkwah in https://github.com/equinor/ert/pull/2963
* Use the key_manager from enkf_main by frode-aarstad in https://github.com/equinor/ert/pull/3026
* Move analysis smoother update by ManInFez in https://github.com/equinor/ert/pull/2962
* Remove utility functions of the legacy tracker by Blunde1 in https://github.com/equinor/ert/pull/3006
* Remove usage of global ERT in run models by oyvindeide in https://github.com/equinor/ert/pull/3039
* Use Eigen in enkf_linalg by dafeda in https://github.com/equinor/ert/pull/3035
* Add jenkins script running flaky tests repeatedly by lars-petter-hauge in https://github.com/equinor/ert/pull/3041
* Update cleanup by ManInFez in https://github.com/equinor/ert/pull/3005
* Introduce read-only info class derived from EvaluatorServerConfig by Blunde1 in https://github.com/equinor/ert/pull/3045
* Remove usage of threadpool in block_fs_driver by BjarneHerland in https://github.com/equinor/ert/pull/3021
* Correct exception name typo by berland in https://github.com/equinor/ert/pull/3047
* All content must be included in testkomodo file by lars-petter-hauge in https://github.com/equinor/ert/pull/3057
* Remove matrix_lapack.cpp by dafeda in https://github.com/equinor/ert/pull/3058
* Make port range larger in test by mortalisk in https://github.com/equinor/ert/pull/3059
* Implement local_obsdata as C++ by joakim-hove in https://github.com/equinor/ert/pull/2966

**Full Changelog**: https://github.com/equinor/ert/compare/2.33.0...2.34.0-b0

2.33.2

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

What's Changed
Bug Fixes
* Revert "Make state_map_select_matching return instead of mutating" by sondreso in https://github.com/equinor/ert/pull/3187


**Full Changelog**: https://github.com/equinor/ert/compare/2.33.1...2.33.2

2.33.1

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

What's Changed
Other Changes
* Remove inactive analysis module options by oyvindeide in https://github.com/equinor/ert/pull/3127


**Full Changelog**: https://github.com/equinor/ert/compare/2.33.0...2.33.1

2.33.0

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

What's Changed
Breaking Changes 🛠
* Introduce nested namespace ies::data by joakim-hove in https://github.com/equinor/ert/pull/2828
* Remove unused python class ConfigSettings by oyvindeide in https://github.com/equinor/ert/pull/2746
* Remove changing mode of files by ext_job by ManInFez in https://github.com/equinor/ert/pull/2784
* Deprecate keyword UMASK and disallow UMASK 0 by ManInFez in https://github.com/equinor/ert/pull/2777
* Delete workflows related to obs/data ranking by oyvindeide in https://github.com/equinor/ert/pull/2927
* Remove `Matrix`, `{Obs,Meas}{Data,Block}`classes from Python by pinkwah in https://github.com/equinor/ert/pull/2923
* Replace bool_vector with stl::vector and return vector instead of mutating in state_map_select_matching by oyvindeide in https://github.com/equinor/ert/pull/2922
New Features 🎉
* Keyword data ndarray copy by TerryHannant in https://github.com/equinor/ert/pull/2806
* Cleanup redundant parameters by sregales-TNO in https://github.com/equinor/ert/pull/2853
* Remove usage of thread_pool in job_queue by BjarneHerland in https://github.com/equinor/ert/pull/2883
Bug Fixes
* Make AutorunTestEnsemble cancellable by sondreso in https://github.com/equinor/ert/pull/2786
* Do not build vanilla step on unexpected step type by markusdregi in https://github.com/equinor/ert/pull/2807
* Free internal resources in ies::data_free() by joakim-hove in https://github.com/equinor/ert/pull/2830
* Update config path to basename when changing working directory by ManInFez in https://github.com/equinor/ert/pull/2851
* Remove redundant parameter in enkf_main_alloc by TerryHannant in https://github.com/equinor/ert/pull/2890
ert3
* Improve error handling around ert3 initialization by verveerpj in https://github.com/equinor/ert/pull/2779
* Stop using a Client instance over long time spans by jondequinor in https://github.com/equinor/ert/pull/2783
* Increase worker memory requirements on PBS by sondreso in https://github.com/equinor/ert/pull/2832
* Snake ert3 by berland in https://github.com/equinor/ert/pull/2703
* Add better error handling when trying to rerun an experiment by verveerpj in https://github.com/equinor/ert/pull/2891
Other Changes
* Remove cmake feature tests by dafeda in https://github.com/equinor/ert/pull/2791
* Remove unused/removed variable names by oyvindeide in https://github.com/equinor/ert/pull/2747
* Remove unused linalg functions by oyvindeide in https://github.com/equinor/ert/pull/2748
* Pin black formatter to 21.12b0 by markusdregi in https://github.com/equinor/ert/pull/2811
* Drop threads when collecting summary-data by BjarneHerland in https://github.com/equinor/ert/pull/2808
* Refactor row scaling class by pinkwah in https://github.com/equinor/ert/pull/2772
* Revert flaky performance tests by frode-aarstad in https://github.com/equinor/ert/pull/2822
* Start ert-storage service with ert gui by DanSava in https://github.com/equinor/ert/pull/2724
* Retrieve responses for _export via the dedicated endpoint by xjules in https://github.com/equinor/ert/pull/2820
* Replaced reuse_addr with something more insisting by BjarneHerland in https://github.com/equinor/ert/pull/2757
* Revert "Start ert-storage service with ert gui" by markusdregi in https://github.com/equinor/ert/pull/2833
* Refactor summary collector by frode-aarstad in https://github.com/equinor/ert/pull/2802
* Fix typo ensamble by berland in https://github.com/equinor/ert/pull/2845
* Speed up snake_oil_diff by mortalisk in https://github.com/equinor/ert/pull/2848
* Remove function pointers by joakim-hove in https://github.com/equinor/ert/pull/2829
* Add types and perform clean-up of BaseRunModel by dafeda in https://github.com/equinor/ert/pull/2854
* Analysis refactor clean up by joakim-hove in https://github.com/equinor/ert/pull/2857
* Improve the summary collector by frode-aarstad in https://github.com/equinor/ert/pull/2871
* Add release notes for 2.32 by sondreso in https://github.com/equinor/ert/pull/2874
* Fix mypy error by pinkwah in https://github.com/equinor/ert/pull/2876
* Replace ResLog with Python logging by pinkwah in https://github.com/equinor/ert/pull/2710
* Pass ensemble size when creating ies::ies_data by joakim-hove in https://github.com/equinor/ert/pull/2855
* Use int-indexed NumericalRecord in snake_oil by berland in https://github.com/equinor/ert/pull/2888
* Remove deprecated parameter 'loop' in Queues by sondreso in https://github.com/equinor/ert/pull/2889
* Use proper C++ for ies classes by joakim-hove in https://github.com/equinor/ert/pull/2863
* Refactor analysis smoother update by joakim-hove in https://github.com/equinor/ert/pull/2893
* Update ensemble parameter response from dark storage by DanSava in https://github.com/equinor/ert/pull/2856
* Remove thread_pool in loading/saving parameters by oyvindeide in https://github.com/equinor/ert/pull/2884
* Split ies by joakim-hove in https://github.com/equinor/ert/pull/2892
* Active list simplifications by joakim-hove in https://github.com/equinor/ert/pull/2901
* Remove compiler warning by oyvindeide in https://github.com/equinor/ert/pull/2911
* Move enkf_main_smoother_update into python by ManInFez in https://github.com/equinor/ert/pull/2877
* Adjust test in extraction due to changes in API by oysteoh in https://github.com/equinor/ert/pull/2917
* Implement discrete uniform and constant distribution by BjarneHerland in https://github.com/equinor/ert/pull/2224
* Catch 2 test for Assert update viability by sregales-TNO in https://github.com/equinor/ert/pull/2744
* Reorder smoother update responsibility by ManInFez in https://github.com/equinor/ert/pull/2897
* Move logging obs and meas data used in analysis to after loaded by ManInFez in https://github.com/equinor/ert/pull/2933
* Remove unused argumeent analysis_module_type in ministep by joakim-hove in https://github.com/equinor/ert/pull/2929
* Parameterize test instead of having duplicate by oyvindeide in https://github.com/equinor/ert/pull/2810
* Remove unused function by oyvindeide in https://github.com/equinor/ert/pull/2910
* Add observations to responses query by frode-aarstad in https://github.com/equinor/ert/pull/2912
* Change one_at_the_time() to one_at_a_time() by berland in https://github.com/equinor/ert/pull/2943
* `matrix_type` -> Eigen by pinkwah in https://github.com/equinor/ert/pull/2872
* Replace first iteration of convert from cwrap by oyvindeide in https://github.com/equinor/ert/pull/2938
* Upgrade black to 22.1.0 by oyvindeide in https://github.com/equinor/ert/pull/2946
* Remove dead code from test_analysis_module by dafeda in https://github.com/equinor/ert/pull/2919
* Reference correct equation in implementation of ies by dafeda in https://github.com/equinor/ert/pull/2947
* Remove unused function local_obsdata_node_copy_active_list() by joakim-hove in https://github.com/equinor/ert/pull/2957
* Remove unused module util_fprint and res_version by oyvindeide in https://github.com/equinor/ert/pull/2949
* Remove code that did nothing by oyvindeide in https://github.com/equinor/ert/pull/2942
* Remove unused module matrix_stat by oyvindeide in https://github.com/equinor/ert/pull/2950
* Use fmt to write error message by oyvindeide in https://github.com/equinor/ert/pull/2974
* Cherry-pick: job_dispatch: Makedir out, err locations by oyvindeide in https://github.com/equinor/ert/pull/3012

**Full Changelog**: https://github.com/equinor/ert/compare/2.32.0...2.33.0

2.33.0rc2

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

What's Changed

Other Changes
* Cherry-pick: job_dispatch: Makedir out, err locations by oyvindeide in https://github.com/equinor/ert/pull/3012


**Full Changelog**: https://github.com/equinor/ert/compare/2.33.0-rc1...2.33.0-rc2

Page 61 of 94

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.