|
| 1 | ++++ |
| 2 | +title = "What's New in 2026.02" |
| 3 | +weight = 96 |
| 4 | +hidden = false |
| 5 | +search_ignore = true |
| 6 | +aliases = ["/releases/release-notes/latest/"] |
| 7 | ++++ |
| 8 | + |
| 9 | +## Ensemble Import |
| 10 | + |
| 11 | +Realizations can now be excluded when importing ensembles using `!`. For example, the expression `1-7, !4-5` produces the list `[1, 2, 3, 6, 7]`. |
| 12 | + |
| 13 | +See [Ensemble File Dialog]({{% relref "ensemblefiledialog" %}}) for details. |
| 14 | + |
| 15 | +## Validation and Consistency |
| 16 | +A valid range can now be defined for variables in the project file. During import, values outside the specified range will be clamped to the valid range. |
| 17 | + |
| 18 | +## Telemetry and Log Reporting |
| 19 | +**ResInsight** produces log messages, warnings, errors, and crash reports. These have previously been stored on the local file system. They can now optionally be sent to a cloud logging service, improving visibility into error situations and enabling an overview of selected application usage metrics. |
| 20 | + |
| 21 | +## Visualization of Well Segments |
| 22 | +**WELSEGS** can be exported from ResInsight. It is now possible to visualize the segments along the well path for QC purposes. Clicking a segment displays segment data as text. Segment boundaries can also be shown as annotations in well log plots. See [Visualization of Well Segments]({{% relref "wellpaths" %}}#visualization-of-well-segments-welsegs) for details. |
| 23 | + |
| 24 | +## Calculator Expressions |
| 25 | +- Improved handling of mixed upper and lower case |
| 26 | +- Fixed issue with nested aggregation functions. The following expression now works correctly: `a := min(if(b>3, 5), 50)` |
| 27 | + |
| 28 | +## Simulation Modeling Improvements |
| 29 | +- Added support for **WSEGSICD** |
| 30 | +- Added support for **COMPLUMP** https://github.com/OPM/ResInsight/issues/13254 |
| 31 | + |
| 32 | +## Summary Plotting |
| 33 | +- Added support for calculation of block vectors in the form **BPR:15,28,1** |
| 34 | +- Fixed issue for **_DIFF** vectors when only the Mean statistics curve was visible |
| 35 | +- Improved interpretation and display of network summary vectors |
| 36 | +- Fixed issue when switching to "Time From Simulation Start" for ensemble realizations |
| 37 | +- Custom ensemble percentiles are now supported. See [User-Defined Percentiles]({{% relref "ensembleplotting" %}}#statistics-curves) for details. |
| 38 | +- Avoid time axis zoom when stepping vectors for ensemble curves |
| 39 | + |
| 40 | +## Surface Display Mode |
| 41 | + |
| 42 | +When a surface cuts through a grid model, z-fighting and visual noise can occur where the surface and result geometry overlap. A new **Surface Display Mode** setting has been added at both the surface collection level and per individual surface, allowing control over whether to show the surface color, result colors, or both. See [Surface Display Mode]({{% relref "3d-main-window/surfaces" %}}#surface-display-mode) for details. |
| 43 | + |
| 44 | +## Fixes and Improvements |
| 45 | +- Dual Porosity: When computing COMPDAT for dual porosity models, ResInsight now reads all input values from the **Fracture** result section. When exporting COMPDAT and similar data to file, the K index for fracture results is used. |
| 46 | +- Fixed issues with field units in VFP plots |
| 47 | +- Fixed issue for RMS well paths with spaces in the name |
| 48 | +- Fixed issue with the user interface for statistical ensemble surfaces |
| 49 | +- Fixed issue with formation dip for fractures |
| 50 | + |
0 commit comments