Ert

Latest version: v14.1.4

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

Scan your dependencies

Page 18 of 95

10.2.0b8

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

What's Changed
Improvements
* Add validation for FIELD parameter name by frode-aarstad in https://github.com/equinor/ert/pull/8248
* Output the number of reals running in existing runpaths by frode-aarstad in https://github.com/equinor/ert/pull/8266
Bug Fixes
* Fix bug in LSF driver resource manipulation by berland in https://github.com/equinor/ert/pull/8256
Other Changes
* Add integration tests for Slurm by berland in https://github.com/equinor/ert/pull/8227
* Catch XML errors when logging error file by berland in https://github.com/equinor/ert/pull/8250
* Fix forward model metadata overwritten by andreas-el in https://github.com/equinor/ert/pull/8252
* Make circles more antialiased and allow dark mode by andreas-el in https://github.com/equinor/ert/pull/8267
* Make sure adaptive localization works with single observation by dafeda in https://github.com/equinor/ert/pull/8268
* Fix restart for ensemble experiment by frode-aarstad in https://github.com/equinor/ert/pull/8234
* Remove validator for ensemble name by frode-aarstad in https://github.com/equinor/ert/pull/8280
* Revert "Add validation for FIELD parameter name" by dafeda in https://github.com/equinor/ert/pull/8282
* Revert combination of datasets by oyvindeide in https://github.com/equinor/ert/pull/8247


**Full Changelog**: https://github.com/equinor/ert/compare/10.2.0-b7...10.2.0-b8

10.2.0b7

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

What's Changed
User impact 🛠
* Refactor realization delegate by andreas-el in https://github.com/equinor/ert/pull/8179
Improvements
* Increase responsiveness of run dialog under heavy load by JHolba in https://github.com/equinor/ert/pull/8182
* Add slurm driver for scheduler by eivindjahren in https://github.com/equinor/ert/pull/8219
* Add blue color and underscore to STDOUT and STDERR in job view by frode-aarstad in https://github.com/equinor/ert/pull/8225
Bug Fixes
* Fix exit on pressing escape key by eivindjahren in https://github.com/equinor/ert/pull/8241
Maintenance
* Deprecate NUM_NODES and NUM_CPUS_PER_NODE in Torque/OpenPBS driver by berland in https://github.com/equinor/ert/pull/8163
* Remove internalization of simulation arguments to run models by oyvindeide in https://github.com/equinor/ert/pull/8204
* Remove builder pattern for Realization objects by berland in https://github.com/equinor/ert/pull/8209
* Remove unused functionality on EnsembleBuilder by oyvindeide in https://github.com/equinor/ert/pull/8210
* Join Ensemble and LegacyEnsemble by oyvindeide in https://github.com/equinor/ert/pull/8216
* Move driver option names to queue_config by berland in https://github.com/equinor/ert/pull/8203
* Join SimulationContext and BatchSimulatorContext by oyvindeide in https://github.com/equinor/ert/pull/8229
Other Changes
* Create unique experiment names for GUI by frode-aarstad in https://github.com/equinor/ert/pull/8193
* Use existing fns to check if params/responses exist by yngve-sk in https://github.com/equinor/ert/pull/8224
* Update docs of FIELD keyword by dafeda in https://github.com/equinor/ert/pull/8134
* Fix max_memory updated correctly by andreas-el in https://github.com/equinor/ert/pull/8242
* Set default exit code to 1 in LocalDriver by xjules in https://github.com/equinor/ert/pull/8211
* Move workflow_runner and add top-level exports for semeio & everest by eivindjahren in https://github.com/equinor/ert/pull/8254


**Full Changelog**: https://github.com/equinor/ert/compare/10.2.0-b6...10.2.0-b7

10.2.0b6

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

What's Changed
Breaking Changes 🛠
* Simplify simulation arguments to run models by oyvindeide in https://github.com/equinor/ert/pull/8140
Maintenance
* Reset simulation endtime when restarting simulation by andreas-el in https://github.com/equinor/ert/pull/8197
Other Changes
* Ert fm plugin docs without port by yngve-sk in https://github.com/equinor/ert/pull/8192
* Use gen data config for gen data by yngve-sk in https://github.com/equinor/ert/pull/8196


**Full Changelog**: https://github.com/equinor/ert/compare/10.2.0-b5...10.2.0-b6

10.2.0b5

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

What's Changed
User impact 🛠
* Combine error and warning boxes that have the same message by eivindjahren in https://github.com/equinor/ert/pull/8154
Breaking Changes 🛠
* Remove EnKFMain and introduce fixtures to workflows by oyvindeide in https://github.com/equinor/ert/pull/7501
New Features 🎉
* Move report writing to client by oyvindeide in https://github.com/equinor/ert/pull/8041
Improvements
* Show experiment name in plotter by frode-aarstad in https://github.com/equinor/ert/pull/8018
* Raise a better exception when starting the api with no storage by frode-aarstad in https://github.com/equinor/ert/pull/8063
* Fix resizing of experiment manager on macos by frode-aarstad in https://github.com/equinor/ert/pull/8039
* Remove current memory usage from run details view by berland in https://github.com/equinor/ert/pull/8103
* Validate number of arguments for workflows by oyvindeide in https://github.com/equinor/ert/pull/8133
* Only get reals and forward models once from partial update by JHolba in https://github.com/equinor/ert/pull/8149
* Add migration check for newer storage by frode-aarstad in https://github.com/equinor/ert/pull/8100
* Add ctrl+c copy in update report by frode-aarstad in https://github.com/equinor/ert/pull/7886
Bug Fixes
* New LSF driver should allocate correct number of cpus based on config by JHolba in https://github.com/equinor/ert/pull/8061
* Use the same seed throughout the run models by oyvindeide in https://github.com/equinor/ert/pull/8062
* Retry bsub when output is empty by berland in https://github.com/equinor/ert/pull/8092
* Let LSFDriver pick num_cpu from the realization object by berland in https://github.com/equinor/ert/pull/8094
* Add lock mechanism while submitting and killing LSF jobs by berland in https://github.com/equinor/ert/pull/8019
* Ensure WAITING state is set on resubmissions by berland in https://github.com/equinor/ert/pull/8104
* Fix incorrect AlignBottom enum by eivindjahren in https://github.com/equinor/ert/pull/8121
* Fix y label bug by eivindjahren in https://github.com/equinor/ert/pull/8118
Maintenance
* Remove un-used VariableInfo type by DanSava in https://github.com/equinor/ert/pull/8113
* Simplify base run model validation by oyvindeide in https://github.com/equinor/ert/pull/8138
* Remove RMS forward model by larsevj in https://github.com/equinor/ert/pull/8141
* Replacing progress view with progress widget by andreas-el in https://github.com/equinor/ert/pull/8152
* Enable ruff preview checks by berland in https://github.com/equinor/ert/pull/8158
Other Changes
* Use plugin fm steps in LibresFacade by yngve-sk in https://github.com/equinor/ert/pull/8052
* Get lsf jobid at the right time by xjules in https://github.com/equinor/ert/pull/8068
* Rename methods in ObservationsAndResponses by dafeda in https://github.com/equinor/ert/pull/8072
* Clarify error when unified dataset not found by yngve-sk in https://github.com/equinor/ert/pull/8077
* Fix some simple type checking in gui by eivindjahren in https://github.com/equinor/ert/pull/8083
* Make sure to log Realization status after completed run as info by xjules in https://github.com/equinor/ert/pull/8074
* Make it possible to type check gui by eivindjahren in https://github.com/equinor/ert/pull/8086
* Show ert version/komodo version in GUI by yngve-sk in https://github.com/equinor/ert/pull/8110
* Remove unused pytest markers by eivindjahren in https://github.com/equinor/ert/pull/8137
* Wait for NFS file synchronization by DanSava in https://github.com/equinor/ert/pull/7927
* Delete template model concept from docs by dafeda in https://github.com/equinor/ert/pull/8129
* Refactor RunDialog and remove indeterminate flag by andreas-el in https://github.com/equinor/ert/pull/8130
* Fix signature of overrides from QAbstractItemModel by eivindjahren in https://github.com/equinor/ert/pull/8147
* Move some observation data logic away from StorageInfoWidget by yngve-sk in https://github.com/equinor/ert/pull/8085
* Drop nans along name dim for single obs datasets by yngve-sk in https://github.com/equinor/ert/pull/8153
* Bugfix: unswap key_index and obs_name by yngve-sk in https://github.com/equinor/ert/pull/8155
* Only log INFO messages from websockets by berland in https://github.com/equinor/ert/pull/8165
* Simplify alignment check in get_observations_and_responses by dafeda in https://github.com/equinor/ert/pull/8169
* Pin netCDF4 by eivindjahren in https://github.com/equinor/ert/pull/8177
* Use qtpy for qt imports by eivindjahren in https://github.com/equinor/ert/pull/8178
* Move model factory to run models by dafeda in https://github.com/equinor/ert/pull/8139
* Use pandas for getting obs and responses by dafeda in https://github.com/equinor/ert/pull/8156


**Full Changelog**: https://github.com/equinor/ert/compare/10.2.0-b4...10.2.0-b5

10.2.0b4

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

What's Changed
Improvements
* Catch migration exception and send as response by frode-aarstad in https://github.com/equinor/ert/pull/8029
* Add report for auto scaling of observations by oyvindeide in https://github.com/equinor/ert/pull/8002
Maintenance
* Fix RealNodeData subscriptable by andreas-el in https://github.com/equinor/ert/pull/7980
Other Changes
* Add forward models as plugins by yngve-sk in https://github.com/equinor/ert/pull/7743
* Initialize ensemble config last by yngve-sk in https://github.com/equinor/ert/pull/8037


**Full Changelog**: https://github.com/equinor/ert/compare/10.2.0-b3...10.2.0-b4

10.2.0b3

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

What's Changed
Improvements
* Add out-of-memory detection by berland in https://github.com/equinor/ert/pull/7974
Maintenance
* Rename simulation mode to experiment type by dafeda in https://github.com/equinor/ert/pull/7986
Other Changes
* Significant correlations by dafeda in https://github.com/equinor/ert/pull/7771
* Reduce size of storage test data by eivindjahren in https://github.com/equinor/ert/pull/8004
* Round export misfit snapshot to 10 decimals by yngve-sk in https://github.com/equinor/ert/pull/8009
* Add heartbeat to test_run_and_cancel_legacy_ensemble by xjules in https://github.com/equinor/ert/pull/8000
* Add application name to gui initialization by eivindjahren in https://github.com/equinor/ert/pull/8005
* Reduce use of enseble by name by frode-aarstad in https://github.com/equinor/ert/pull/7995
* Raise error if no gen kws specified by dafeda in https://github.com/equinor/ert/pull/8012
* Ensure group is escaped in glob by eivindjahren in https://github.com/equinor/ert/pull/8025
* Sort measured data by obs name -> index by yngve-sk in https://github.com/equinor/ert/pull/8016


**Full Changelog**: https://github.com/equinor/ert/compare/10.2.0-b2...10.2.0-b3

Page 18 of 95

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.