Ert

Latest version: v14.0.2

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

Scan your dependencies

Page 64 of 94

2.31.0rc0

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

What's Changed
Other Changes
* Add logging to Python from C by dotfloat in https://github.com/equinor/ert/pull/2550
* Refactor: analysis/update cleanup by eivindjahren in https://github.com/equinor/ert/pull/2611
* Add docstrings into `ert3.data` module by xjules in https://github.com/equinor/ert/pull/2521
* Remove analysis::inflate by eivindjahren in https://github.com/equinor/ert/pull/2617
* Only comment coverage after all reports are sent by eivindjahren in https://github.com/equinor/ert/pull/2623
* real->realizations, iter_ -> iter- by berland in https://github.com/equinor/ert/pull/2603
* Remove uncompiled migrate_bfs script by eivindjahren in https://github.com/equinor/ert/pull/2618
* Mute PEP-585 warnings from BearType in Py39 by berland in https://github.com/equinor/ert/pull/2610
* Remove QUEUE_DEBUG flag by eivindjahren in https://github.com/equinor/ert/pull/2620
* Fix compatibility wity beartype==0.9.1 by berland in https://github.com/equinor/ert/pull/2633
* Remove storage that was added by mistake by oyvindeide in https://github.com/equinor/ert/pull/2636

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

2.31.0b2

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

What's Changed
* Return native floats when decoding EclSum files by berland in https://github.com/equinor/ert/pull/2540
* Test obs_data_allocE by dafeda in https://github.com/equinor/ert/pull/2530
* Cleanup unnecessary use of run_mode by BjarneHerland in https://github.com/equinor/ert/pull/2563
* Remove unused writeSummaryFile by dafeda in https://github.com/equinor/ert/pull/2564
* Use the same enum for inversion type for both std_enkf and ies_enkf by joakim-hove in https://github.com/equinor/ert/pull/2469
* Pass python executable to cmake by oyvindeide in https://github.com/equinor/ert/pull/2569
* Removed dbg parameter by sregales-TNO in https://github.com/equinor/ert/pull/2568
* Add release notes configuration by oyvindeide in https://github.com/equinor/ert/pull/2570
* Introduction of RecordTree by xjules in https://github.com/equinor/ert/pull/2255
* Move enkf_smoother_update implementation to analysis/update by eivindjahren in https://github.com/equinor/ert/pull/2591
* Cleanup analysis update by eivindjahren in https://github.com/equinor/ert/pull/2598
* Delete unused arg_pack.h by dafeda in https://github.com/equinor/ert/pull/2595
* Remove unused regression-code by dafeda in https://github.com/equinor/ert/pull/2593
* Replace util_mkdir_fopen with standard C++ by dafeda in https://github.com/equinor/ert/pull/2590
* Use namespace for analysis update by eivindjahren in https://github.com/equinor/ert/pull/2599
* Fix spelling of therefore by eivindjahren in https://github.com/equinor/ert/pull/2600
* Refactor transmissions and transformations in order to decouple them by verveerpj in https://github.com/equinor/ert/pull/2566
* Fix forgotten raise statement by verveerpj in https://github.com/equinor/ert/pull/2608
* Handle connection closed errors in EvaluatorTracker by sondreso in https://github.com/equinor/ert/pull/2597
* Make Workspace use transformations by verveerpj in https://github.com/equinor/ert/pull/2604
* Add dark storage record labels endpoints by DanSava in https://github.com/equinor/ert/pull/2491

**Full Changelog**: https://github.com/equinor/ert/compare/2.31.0-b1...2.31.0-b2

2.31.0b1

Not secure
What's Changed
* Use std::vector<T> for some int* and double* by joakim-hove in https://github.com/equinor/ert/pull/2463
* Avoid timeout when fetch connection info by oysteoh in https://github.com/equinor/ert/pull/2541
* Remove unused loadGenDataObservations by eivindjahren in https://github.com/equinor/ert/pull/2519

New Contributors

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

2.31.0b0

Not secure
What's Changed
* Extend .gitignore by berland in https://github.com/equinor/ert/pull/2427
* Add pytest-like Tmpdir for Catch2 by dotfloat in https://github.com/equinor/ert/pull/2432
* Skip tests conditionally by oyvindeide in https://github.com/equinor/ert/pull/2438
* Add ecl_sum serializer to registry by lars-petter-hauge in https://github.com/equinor/ert/pull/2380
* Ensure newline after printed stacktrace by berland in https://github.com/equinor/ert/pull/2376
* Remove unused matrix_inplace_matmul_mt1 by dafeda in https://github.com/equinor/ert/pull/2444
* Remove references and use of ENKF_CROSS_VALIDATION by BjarneHerland in https://github.com/equinor/ert/pull/2439
* Fix regex tmpdir.cpp by dotfloat in https://github.com/equinor/ert/pull/2454
* Add 2.30 release notes by markusdregi in https://github.com/equinor/ert/pull/2451
* Replace old GENERAL_OBSERVATION error message by BjarneHerland in https://github.com/equinor/ert/pull/2369
* Some housekeeping in the analysis code by joakim-hove in https://github.com/equinor/ert/pull/2406
* Test cases_config using catch2 by dafeda in https://github.com/equinor/ert/pull/2425
* Remove unused matrix det calcs by dafeda in https://github.com/equinor/ert/pull/2448
* Add an `ExperimentRunConfig` object by verveerpj in https://github.com/equinor/ert/pull/2433
* Remove unnecessary (void)_ by dafeda in https://github.com/equinor/ert/pull/2461
* Restructure and clean CMakes by dotfloat in https://github.com/equinor/ert/pull/2440
* Async `load_collection_from_file` and `load_record`, rename tar-creator. by berland in https://github.com/equinor/ert/pull/2411
* Add pybind11 by oyvindeide in https://github.com/equinor/ert/pull/2467
* Add cmake-format to dev-requirements.txt by joakim-hove in https://github.com/equinor/ert/pull/2464
* Move resource loading to the workspace object by verveerpj in https://github.com/equinor/ert/pull/2447
* Remove all references to ENKF_SCHED_FILE and ENKF_MERGE_OBSERVATIONS by BjarneHerland in https://github.com/equinor/ert/pull/2453
* Stop running ctests against komodo by oyvindeide in https://github.com/equinor/ert/pull/2477
* Split row_scaling and non-row_scaling update steps by ManInFez in https://github.com/equinor/ert/pull/2431
* Remove res_version from libres by dotfloat in https://github.com/equinor/ert/pull/2484
* Speed up running of tests by seperating out integration tests by eivindjahren in https://github.com/equinor/ert/pull/2473
* Fix storage dump, ErtTestContext, and related shenanigans by mortalisk in https://github.com/equinor/ert/pull/2347
* Add codecov to ci by eivindjahren in https://github.com/equinor/ert/pull/2478
* fix path to c codecov by eivindjahren in https://github.com/equinor/ert/pull/2494
* Change ensemble_size to __len__ in RecordCollection by berland in https://github.com/equinor/ert/pull/2475
* Treat warnings as errors when testing documentation by sondreso in https://github.com/equinor/ert/pull/2455
* Remove unused res files by eivindjahren in https://github.com/equinor/ert/pull/2495
* Update development strategy by markusdregi in https://github.com/equinor/ert/pull/2496
* Test enkf_fs_fwrite_misfit by dafeda in https://github.com/equinor/ert/pull/2471
* Refactor: Flatten the callstack from enkf_main_smoother_update in C++ by ManInFez in https://github.com/equinor/ert/pull/2488
* Replace int_vector with std::vector by oyvindeide in https://github.com/equinor/ert/pull/2437
* Simplify and test is_forward_model_finished by dafeda in https://github.com/equinor/ert/pull/2508
* Fix some simple lint issues with autopep8 by eivindjahren in https://github.com/equinor/ert/pull/2506
* Split long lines in res/ by eivindjahren in https://github.com/equinor/ert/pull/2517
* Fix res import errors by eivindjahren in https://github.com/equinor/ert/pull/2502
* Remove unused block_fs cache functionality by dotfloat in https://github.com/equinor/ert/pull/2499
* Remove unused res/enkf/plot module by eivindjahren in https://github.com/equinor/ert/pull/2509
* Remove config value ANALYSIS_LOAD by joakim-hove in https://github.com/equinor/ert/pull/2407
* Reduce calls to fs->refcount at decref by dafeda in https://github.com/equinor/ert/pull/2501
* Replace stringlist in analysis_config by dafeda in https://github.com/equinor/ert/pull/2504
* Remove res/ interoperability with python 2 by eivindjahren in https://github.com/equinor/ert/pull/2518
* Remove unused ert_gui.ide files by eivindjahren in https://github.com/equinor/ert/pull/2532
* Remove unused ert_gui/newconfig.py by eivindjahren in https://github.com/equinor/ert/pull/2533


**Full Changelog**: https://github.com/equinor/ert/compare/2.30.0...2.31.0-b0

2.30.1

Not secure
What's Changed
* Handle connection closed errors in EvaluatorTracker by sondreso in https://github.com/equinor/ert/pull/2614


**Full Changelog**: https://github.com/equinor/ert/compare/2.30.0...2.30.1

2.30.0

Not secure
What's Changed
* Delete unused const LOG_URL by dafeda in https://github.com/equinor/ert/pull/2090
* Use get to read dict by dafeda in https://github.com/equinor/ert/pull/2092
* Introduce uniform/invariant records concept by verveerpj in https://github.com/equinor/ert/pull/2070
* Remove outdated help resources by sondreso in https://github.com/equinor/ert/pull/2086
* Refactor ServerMonitor, make 'ert api', 'ert vis' behave by dotfloat in https://github.com/equinor/ert/pull/2018
* Fix ies_enkf analysis module to allow custom initial ensemble mask. by DanSava in https://github.com/equinor/ert/pull/2074
* Log workflow usage by ManInFez in https://github.com/equinor/ert/pull/2113
* Log forward model jobs by dafeda in https://github.com/equinor/ert/pull/2098
* Fix environment test by BjarneHerland in https://github.com/equinor/ert/pull/2093
* Remove unused komodo Jenkins file by sondreso in https://github.com/equinor/ert/pull/2124
* Remove outdated tips file from docs by sondreso in https://github.com/equinor/ert/pull/2126
* Remove outdated files in libres source directory by sondreso in https://github.com/equinor/ert/pull/2127
* Ertsummary readthrough by dafeda in https://github.com/equinor/ert/pull/2112
* Simplify Record design by jondequinor in https://github.com/equinor/ert/pull/2071
* Issue 2117 by BjarneHerland in https://github.com/equinor/ert/pull/2134
* Make project_id Optional in connection get_info() by oysteoh in https://github.com/equinor/ert/pull/2131
* Remove ResLog by oyvindeide in https://github.com/equinor/ert/pull/2138
* Increase max runs on flaky tests by oyvindeide in https://github.com/equinor/ert/pull/2139
* Update workflows docs by dafeda in https://github.com/equinor/ert/pull/2039
* Libres cmake cleanup by dafeda in https://github.com/equinor/ert/pull/2135
* Assert input tidy by dafeda in https://github.com/equinor/ert/pull/2114
* Inject rms-env after disable_komodo_exec is called by ManInFez in https://github.com/equinor/ert/pull/2104
* Avoid flaky test + add PoC for fix by BjarneHerland in https://github.com/equinor/ert/pull/2141
* Issue 2145 by BjarneHerland in https://github.com/equinor/ert/pull/2147
* Issue 2072 by BjarneHerland in https://github.com/equinor/ert/pull/2097
* Issue 2145 by BjarneHerland in https://github.com/equinor/ert/pull/2149
* Fix spelling mistake in template render docs by sondreso in https://github.com/equinor/ert/pull/2152
* Issue 2150 by BjarneHerland in https://github.com/equinor/ert/pull/2151
* Add concept of record transformation by xjules in https://github.com/equinor/ert/pull/2040
* Implement direct fetching of realizations in dark_storage by mortalisk in https://github.com/equinor/ert/pull/2065
* remove unlink_node and unlink_vector by mortalisk in https://github.com/equinor/ert/pull/2155
* Provide output when producing error from unit_step by xjules in https://github.com/equinor/ert/pull/2144
* Replace util_file_exists with exists by dafeda in https://github.com/equinor/ert/pull/2142
* Avoid flaky tests by BjarneHerland in https://github.com/equinor/ert/pull/2156
* Test indexed ordered dict by dafeda in https://github.com/equinor/ert/pull/2172
* Handle unexpected return value by BjarneHerland in https://github.com/equinor/ert/pull/2157
* Remove an extra summary.df from summary2json job by xjules in https://github.com/equinor/ert/pull/2182
* Replace x-dataframe by frode-aarstad in https://github.com/equinor/ert/pull/2154
* Make function step use one transmitter per output by sondreso in https://github.com/equinor/ert/pull/2183
* Remove unused _NumericalMetaData class by xjules in https://github.com/equinor/ert/pull/2187
* Compare dark and new storage request responses by DanSava in https://github.com/equinor/ert/pull/2100
* Add flake8 to dev-requirements by dafeda in https://github.com/equinor/ert/pull/2188
* Set input and output type in polynomial function by sondreso in https://github.com/equinor/ert/pull/2201
* Make input source configuration more independent by jondequinor in https://github.com/equinor/ert/pull/2203
* Use Ubuntu 20.04 for Read The Docs builds by markusdregi in https://github.com/equinor/ert/pull/2205
* Test changing default mime by dafeda in https://github.com/equinor/ert/pull/2185
* Avoid using mutable instance as default argument by sondreso in https://github.com/equinor/ert/pull/2212
* Add section about commits in CONTRIBUTING.md by sondreso in https://github.com/equinor/ert/pull/2214
* Replace RML_ENKF with LIB_IES by DanSava in https://github.com/equinor/ert/pull/2037
* Modified to test right things + converted to snapshot-test by BjarneHerland in https://github.com/equinor/ert/pull/2148
* Delete empty readme by dafeda in https://github.com/equinor/ert/pull/2231
* Add callback function to log util_abort by oyvindeide in https://github.com/equinor/ert/pull/2230
* Add module docstring by dafeda in https://github.com/equinor/ert/pull/2232
* Provide output transformations by xjules in https://github.com/equinor/ert/pull/2208
* Add IES to CLI-docs by dafeda in https://github.com/equinor/ert/pull/2234
* Use caplog context by oyvindeide in https://github.com/equinor/ert/pull/2240
* Remove unused parameters by dafeda in https://github.com/equinor/ert/pull/2236
* Specify version-range for beartype by dafeda in https://github.com/equinor/ert/pull/2243
* Fix hanging issue in ert by mortalisk in https://github.com/equinor/ert/pull/2242
* Test block_fs_driver_create_fs by dafeda in https://github.com/equinor/ert/pull/2241
* Not use hardcoded ranges in port-tests by oysteoh in https://github.com/equinor/ert/pull/2246
* Make sure to stop loop and join thread by BjarneHerland in https://github.com/equinor/ert/pull/2248
* Retry check if *_server.json is deleted by oysteoh in https://github.com/equinor/ert/pull/2250
* Move capturing inside context by BjarneHerland in https://github.com/equinor/ert/pull/2252
* Read file to vec using iterator by dafeda in https://github.com/equinor/ert/pull/2253
* Remove superfluous print statement by sondreso in https://github.com/equinor/ert/pull/2249
* Ensure delete connection info is called by oysteoh in https://github.com/equinor/ert/pull/2258
* Let EvaluatorServerConfig be responsible for keeping port allocated by BjarneHerland in https://github.com/equinor/ert/pull/2254
* Ensure we dont pickle the config and thus the socket by mortalisk in https://github.com/equinor/ert/pull/2260
* Remove unused run_analysis function by ManInFez in https://github.com/equinor/ert/pull/2256
* Patches required for ert3 HMT by jondequinor in https://github.com/equinor/ert/pull/2174
* Revert block fs driver by dafeda in https://github.com/equinor/ert/pull/2271
* Add fail message to exception by oyvindeide in https://github.com/equinor/ert/pull/2281
* Remove unnecessary alloc-funcs by dafeda in https://github.com/equinor/ert/pull/2257
* Removed unused files by BjarneHerland in https://github.com/equinor/ert/pull/2264
* Remove state_map_select_matching__ by oyvindeide in https://github.com/equinor/ert/pull/2280
* Improve error message for failing ensemble by sondreso in https://github.com/equinor/ert/pull/2284
* Avoid verifying actual distributions by BjarneHerland in https://github.com/equinor/ert/pull/2209
* Avoid using same objects in multiple tests by BjarneHerland in https://github.com/equinor/ert/pull/2301
* Remove call to static private function enkf_main_smoother_update__ by ManInFez in https://github.com/equinor/ert/pull/2287
* Avoid passing enkf_main_type to enkf_main_inflate() by BjarneHerland in https://github.com/equinor/ert/pull/2296
* Remove unnecessary step list alloc function by ManInFez in https://github.com/equinor/ert/pull/2295
* Remove unused param rng by dafeda in https://github.com/equinor/ert/pull/2286
* Add ensemble active realizations to ert-storage by DanSava in https://github.com/equinor/ert/pull/2219
* Avoid passing enkf_main_type to enkf_main_log_step_list() by BjarneHerland in https://github.com/equinor/ert/pull/2294
* Remove more unused files and other cleanup by BjarneHerland in https://github.com/equinor/ert/pull/2292
* Set dict from records by dafeda in https://github.com/equinor/ert/pull/2181
* Prefect tests simplification by Blunde1 in https://github.com/equinor/ert/pull/2192
* Remove unused enkf_main_submit_jobs and its callstack in enkf_main by ManInFez in https://github.com/equinor/ert/pull/2307
* Find template_render script by dafeda in https://github.com/equinor/ert/pull/2176
* Block fs driver create fs by dafeda in https://github.com/equinor/ert/pull/2302
* Tune timeouts on tests for Storage(service) by BjarneHerland in https://github.com/equinor/ert/pull/2308
* use pytest-xdist to run tests in parallel by mortalisk in https://github.com/equinor/ert/pull/2171
* Convert IES to C++ by dafeda in https://github.com/equinor/ert/pull/2312
* Remove unused ${ies_source} by dafeda in https://github.com/equinor/ert/pull/2309
* Test ies_enkf_linalg_extract_active by dafeda in https://github.com/equinor/ert/pull/2306
* Remove external analysis module loading by dotfloat in https://github.com/equinor/ert/pull/2202
* Remove 'ies' as dependency for a test by dotfloat in https://github.com/equinor/ert/pull/2321
* Add and use ert3.workspace.export_json function by verveerpj in https://github.com/equinor/ert/pull/2299
* Remove `experiment_has_run` function from the workspace module by verveerpj in https://github.com/equinor/ert/pull/2311
* set lower-bound on ert-storage >= 0.3.4 by oysteoh in https://github.com/equinor/ert/pull/2324
* Fix bug where entry was popped twice by oyvindeide in https://github.com/equinor/ert/pull/2300
* Move config loading to the workspace module by verveerpj in https://github.com/equinor/ert/pull/2303
* Produce ert narratives for communication protocol by Blunde1 in https://github.com/equinor/ert/pull/2319
* Reduce enkf main usage by ManInFez in https://github.com/equinor/ert/pull/2333
* Remove unused enkf_main_run_workflow by oyvindeide in https://github.com/equinor/ert/pull/2337
* Revert "Use pytest-xdist to run tests in parallel" by verveerpj in https://github.com/equinor/ert/pull/2332
* Make the function that was made global and then local again, global again, and make pickling it work this time by mortalisk in https://github.com/equinor/ert/pull/2317
* Add tests for workspace pollution by verveerpj in https://github.com/equinor/ert/pull/2293
* Create a workspace object by verveerpj in https://github.com/equinor/ert/pull/2342
* Replace util_int_min with std::min by dafeda in https://github.com/equinor/ert/pull/2341
* Add Conan and Catch2 by dotfloat in https://github.com/equinor/ert/pull/2350
* Remove scale_correlated_obs by ManInFez in https://github.com/equinor/ert/pull/2358
* Use pytest instead of ErtTestContext by oyvindeide in https://github.com/equinor/ert/pull/2343
* Consolidate experiment config loading by verveerpj in https://github.com/equinor/ert/pull/2344
* Treat inf the same way as nan in measured data by berland in https://github.com/equinor/ert/pull/2356
* Remove all code related to PC extraction in enkf_main by ManInFez in https://github.com/equinor/ert/pull/2367
* Remove unused ResPrototypes by dotfloat in https://github.com/equinor/ert/pull/2210
* Validate inputs in the ensemble and stage configs by verveerpj in https://github.com/equinor/ert/pull/2365
* Validate ensemble size from the ensemble config against the experiment config by verveerpj in https://github.com/equinor/ert/pull/2370
* Validate that a stage in an ensemble exists in the stages config by verveerpj in https://github.com/equinor/ert/pull/2371
* Update strategy by markusdregi in https://github.com/equinor/ert/pull/2244
* Remove dependency on fs_driver_type by dotfloat in https://github.com/equinor/ert/pull/2251
* Workspace autodoc by Blunde1 in https://github.com/equinor/ert/pull/2338
* Expose ert_share_path by oyvindeide in https://github.com/equinor/ert/pull/2373
* Test enkf_linalg_genX2 with catch by dafeda in https://github.com/equinor/ert/pull/2349
* Test matrix_subtract_row_mean by dafeda in https://github.com/equinor/ert/pull/2378
* Utilize atexit making sure connection info is deleted by oysteoh in https://github.com/equinor/ert/pull/2352
* Validate file-based workspace resources by verveerpj in https://github.com/equinor/ert/pull/2377
* Add workspace documentation by verveerpj in https://github.com/equinor/ert/pull/2385
* Move share resources under ert_shared by oyvindeide in https://github.com/equinor/ert/pull/2379
* Add storage url to env by frode-aarstad in https://github.com/equinor/ert/pull/2316
* Remove hardcoded path to 'true' executable in test by oysteoh in https://github.com/equinor/ert/pull/2391
* Removing old analysis functionality by ManInFez in https://github.com/equinor/ert/pull/2399
* Accept args and kwargs in base service signal handler by sondreso in https://github.com/equinor/ert/pull/2410
* Let serializers write to disk by berland in https://github.com/equinor/ert/pull/2390
* Separate atexit handler from logic by oysteoh in https://github.com/equinor/ert/pull/2414
* Fix webviz-ert visualisation by DanSava in https://github.com/equinor/ert/pull/2413
* Add results for Mac and skip these on Linux by BjarneHerland in https://github.com/equinor/ert/pull/2415
* Raise an OSError when receiving a kill signal by frode-aarstad in https://github.com/equinor/ert/pull/2428
* Remove the `get_experiment_tmp_dir` method from the workspace object by verveerpj in https://github.com/equinor/ert/pull/2426
* Show duration in run_dialog for progress by lars-petter-hauge in https://github.com/equinor/ert/pull/2398
* Refer to logfiles on unexpected crash by BjarneHerland in https://github.com/equinor/ert/pull/2400
* Backport: Stop running ctests against komodo by oyvindeide in https://github.com/equinor/ert/pull/2486

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

**Full Changelog**: https://github.com/equinor/ert/compare/2.28.2...2.30.0

Page 64 of 94

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.