Commit Graph

14102 Commits

Author SHA1 Message Date
Magne Sjaastad
7b5594ce7c
Updates after 2020.10.1 release (#7104)
* Set version to 2020.10.1-RC03

* #6780 Flow Vector Result: Check if data exists before using

* #7031 Delta Summary Case: Fix crash when updating case name

* #7036 Well Picks : Skip import of empty lines

* #7003 Python: Guard nullpointer access for summary methods

* #7014 Python: Resize the result container before assigning data

* #7042 File Import Dialog : Sort by numbers instead of text

* Set version to 2020.10.1-RC04

* #7008 Python: Avoid terminating process as part of open/closeProject

When running scripts, a project file can be opened. If other operations are issued after, the process monitor window was disconnected from the script process, and no text output from the script was visible in the process monitor text window.

New behavior : Never terminate a process automatically. Never terminate process as part of open/close project. If a process is left unresponsive, the user is now responsible for manual termination of this process.

* #7045 Contour map : Disable clipping of smoothed contour lines

* #7046 Cross Plot : Avoid reset of curve visibility when color legend visibility changes

* #7048 Grid Cross Plot: Fix inverted Y-axis for user-defined min/max range

* #7055 Contour Map: Label format it should match the legend format

* #7059 Well Targets : Fix index of of bound crash when building well path

* Set version to 2020.10.1-RC05

* #6814 Correlation Report: Missing update of plots when changing ensemble

* Set version to 2020.10.1-RC06

* #7055 Contour Map: Label format it should match the legend format

* #7068 Fix missing import surface File -> Import Surface

* Set version to 2020.10.1-RC07

* Prepare for release of 2020.10.1

* #5641 Avoid unnecessary regeneration of contour map

* Move clearGeometry to a scheduleGeometryRegen override

* Trigger update of contour maps following legend changes

* Make legend config changed signal more fine grained for Contour Maps

* Set version to 2020.10.1-RC08

* Prepare for release of 2020.10.1

* Set dev version after patch release

Co-authored-by: Gaute Lindkvist <lindkvis@gmail.com>
2020-12-10 10:44:23 +01:00
Kristian Bendiksen
dbc2899f46 #6941 Rename and move RimHistogramData to RigHistogramData. 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
90aad9533d #6941 Remove unnecessary destructor. 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
7120b9ad7e #6941 Use std::limits<double>::max() instead of HUGE_VAL for histogram data. 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
95f6626480 #6941 Remove unused code. 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
d9fc389abf #6941 Use property and time step from grid statistics plot (instead of view) 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
e02fb1135e #6941 Improve font handling in in GridStatisticsPlot. 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
a707ff213e #6941 Add UI and create histogram 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
fbc03a2edf #6941 Extract histogram calculation for easier reuse. 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
772e9cf02d #6941 Move HistogramData into separate file for easier reuse. 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
c21f243895 #6941 Github actions: build QtCharts from source for Centos 7. 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
e9d734f660 #6941 Add Grid Statistics plot using QtCharts.
The feature is only enabled if QtCharts is installed.
2020-12-10 10:00:50 +01:00
Kristian Bendiksen
193b1e4826 #7088 Add option to reread "Well/Fracture Intersection Depth" from XML.
Default is now to read the contour xml file and update the parameter,
but older projects are left unchanged.

Closes #7088.
2020-12-09 15:30:29 +01:00
Gaute Lindkvist
c30f930886 Explicitly remove default constructor for caf::Signal 2020-12-08 09:27:29 +01:00
Gaute Lindkvist
194f4bc993 Remove pip upgrade step 2020-12-08 09:26:07 +01:00
Kristian Bendiksen
470111606b #7087 Allow creating StimPlanModelPlot without an active 3d view. 2020-12-07 16:14:02 +01:00
Kristian Bendiksen
2e113414e1 #6920 StimPlanModelPlot: show fewer curves by default. 2020-12-07 16:14:02 +01:00
Kristian Bendiksen
4711901d6b #7020 Avoid generating warnings for small adjustments in well log extraction. 2020-12-07 16:13:11 +01:00
Gaute Lindkvist
72e170ac2b Make legend config changed signal more fine grained for Contour Maps 2020-12-07 15:00:59 +01:00
Gaute Lindkvist
02298d81b1 Trigger update of contour maps following legend changes 2020-12-07 15:00:59 +01:00
Gaute Lindkvist
a7dd6f893d #5641 Avoid unnecessary regeneration of contour map
* Move clearGeometry to a scheduleGeometryRegen override
2020-12-07 15:00:59 +01:00
Gaute Lindkvist
931c66ff2e Contour Maps: Use different data structures for kLayer-cell sorting 2020-12-07 15:00:59 +01:00
Gaute Lindkvist
307f9e94b1 Simplify contour lines more for really large models 2020-12-07 15:00:59 +01:00
Gaute Lindkvist
4dff9e2ca5 Avoid regenerating contour map grid mapping when changing result 2020-12-07 15:00:59 +01:00
Gaute Lindkvist
1d823fa983 Avoid parent searches for active cell info in contour map projection 2020-12-07 15:00:59 +01:00
Gaute Lindkvist
c3c451f0f4 Slightly improve speed of Contour Map volume intersection + renames 2020-12-07 15:00:59 +01:00
Gaute Lindkvist
6a2baf9c45 Upgrade to Clipper 6.4.2 2020-12-07 15:00:59 +01:00
Kristian Bendiksen
c61329bf9a #7072 Warn when geological frk export produces NaN or inf.
This can happen when the elastic properties are not defined for the
entire range of porosity in the grid.
2020-12-07 14:06:35 +01:00
Magne Sjaastad
050899d90e #6814 Correlation Report: Missing update of plots when changing ensemble 2020-12-03 06:58:21 +01:00
Magne Sjaastad
19e2c6e5fa #7059 Well Targets : Fix index of of bound crash when building well path 2020-12-02 07:19:42 +01:00
Magne Sjaastad
27946d2d69 #7055 Contour Map: Label format it should match the legend format 2020-12-01 08:33:20 +01:00
Magne Sjaastad
404d77662e #7048 Grid Cross Plot: Fix inverted Y-axis for user-defined min/max range 2020-12-01 08:33:20 +01:00
Magne Sjaastad
4f949154fa
Update ResInsightWithCache.yml (#7053) 2020-11-30 14:31:26 +01:00
Magne Sjaastad
bef35b722a
Use latest buildcache (#7050) 2020-11-28 12:53:06 +01:00
Magne Sjaastad
e4ae27f792 #7046 Cross Plot : Avoid reset of curve visibility when color legend visibility changes 2020-11-25 17:12:34 +01:00
Magne Sjaastad
f148554798 #7045 Contour map : Disable clipping of smoothed contour lines 2020-11-25 10:42:20 +01:00
Magne Sjaastad
b8dcabe023 #7008 Python: Avoid terminating process as part of open/closeProject
When running scripts, a project file can be opened. If other operations are issued after, the process monitor window was disconnected from the script process, and no text output from the script was visible in the process monitor text window.

New behavior : Never terminate a process automatically. Never terminate process as part of open/close project. If a process is left unresponsive, the user is now responsible for manual termination of this process.
2020-11-25 09:16:05 +01:00
Magne Sjaastad
5db32823c5 #7042 File Import Dialog : Sort by numbers instead of text 2020-11-24 14:31:13 +01:00
Magne Sjaastad
fdead02071 #7014 Python: Resize the result container before assigning data 2020-11-24 14:15:01 +01:00
Magne Sjaastad
1a16362733 gha: Use content of vcpkg response file to create cache key 2020-11-24 13:07:27 +01:00
Magne Sjaastad
5e63a1b716 #7003 Python: Guard nullpointer access for summary methods 2020-11-24 09:20:57 +01:00
Magne Sjaastad
6e789afd10 Merge remote-tracking branch 'origin/2020.10-patch-01' into dev 2020-11-20 15:34:35 +01:00
Kristian Bendiksen
7d3bb68b28 #7021 StimPlanModel export: Set default values for invalid stress gradients. 2020-11-20 15:09:52 +01:00
Kristian Bendiksen
a4d60a630c #7024 Fix crash when closing comparison view on linux.
The state of caf::Viewer::isComparisonViewActive() and Rim3dView::activeComparisonView()
can be out-of-sync until all events have been processed by the Qt event loop.
The caf::Viewer state is updated as part of an scheduled display update, but the
update to Rim3dView is a direct call.

Fix crash by checking for nullptr from Rim3dView::activeComparisonView().

Closes #7024.
2020-11-20 14:25:29 +01:00
Kristian Bendiksen
9175806e6b #6930 StimPlanModel: Warn when exporting models with more than 100 layers. 2020-11-20 12:29:25 +01:00
Kristian Bendiksen
9ecbce4491 #7022 Set NTG as default Non-Net Layers result.
Also set default cut-off to 0.0.
2020-11-20 12:28:34 +01:00
Kristian Bendiksen
8e7913dbd3 #7022 Provide better default for Well Penetration Layer. 2020-11-20 12:28:34 +01:00
Kristian Bendiksen
cd340523cc #7022 Remove debug message when using default value in StimPlan model extraction. 2020-11-20 12:28:34 +01:00
Magne Sjaastad
4af309a53c StimPlan : Use \n instead of space in curve names
Improve readability of legend text when many curves are present
2020-11-20 10:50:46 +01:00
Kristian Bendiksen
efef18e03e #6946 Fix incorrect colors in facies track for non-zero-indexed color legends 2020-11-19 12:21:11 +01:00