ResInsight/ThirdParty/Ert/release-notes.txt
Magne Sjaastad da76b01611 Updated ERT, opm-common and opm-parser
ERT 80650d05d49b419ec74ba316312313dfc6ba0875
opm-common e7db252f3e310a04718f315e6cdb9d6c428c5762
opm-parser 817722b99baa62cc63a5f859cc90b951f0b0636e
2016-06-13 14:18:50 +02:00

23 lines
1000 B
Plaintext

[Bug] Fixed crash when stopping running simulations from gui.
[Feature] Ertshell refactored. Implementing shell functionality has been simplified.
[Feature] Ertshell. Added dumping of entries in block mount files.
[Improvement] Removed LaTeX reporting
[1.10.0] -----------------------------------------------------------------
[Feature] Set the the verbose flag from the environment variable ERT_VERBOSE.
[Feature] Abort if field transformation does not exist among the supported transformations.
[Feature] Added small class EclCmp for comparing Eclipse simulation cases.
[Feature] Added function ecl_grid_cell_invalid / EclGrid.validCellGeometry( ). Typically interesting for GRID files where not necessarily all cells are entered.
[Feature] Added function util_update_signalse() which will install util_abort_signal() signal handler for all fatal signals in default state; using new function from python ert/__init__py.
[Bugfix] Removed reference to undefined EnkFMain.__len__() method.