Ert

Latest version: v10.1.12

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

Scan your dependencies

Page 47 of 78

2.31.1

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

What's Changed
Bug Fixes
* Backport connection closed error by sondreso in https://github.com/equinor/ert/pull/2773
Other Changes
* Add release notes for ERT 2.31 by markusdregi in https://github.com/equinor/ert/pull/2667


**Full Changelog**: https://github.com/equinor/ert/compare/2.31.0...2.31.1

2.31.0

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

What's Changed
* Fix res import errors by eivindjahren in https://github.com/equinor/ert/pull/2502
* Remove unused block_fs cache functionality by pinkwah 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
* 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
* 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
* Add logging to Python from C by pinkwah 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.30.1...2.31.0

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

Page 47 of 78

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.