Skip to content

Releases: OPM/ResInsight

ResInsight 2021.06

03 Nov 09:31
Compare
Choose a tag to compare

The release description was unintentionally deleted. For release notes, see

https://resinsight.org/getting-started/whats-new/releasenotes_2021_06/

ResInsight 2020.10.1

10 Dec 08:00
Compare
Choose a tag to compare

ResInsight 2020.10.1 is a patch release.

2020-12-14 : The zip-file for Windows released 2020-12-10 was missing a DLL. The missing DLL was added to the ZIP file and verified working as expected 2020-12-14. The error situation was reported by @OPMUSER (Thanks for the feedback - #7114)

Most important fixes

  • Using text filter to select summary curves for ensembles now works
  • Summary address selection for analysis and tornado plots can now select single address instead of always all wells
  • Fixed several visualization issues related to contour plots
  • Make sure the color legend is drawn as discrete instead of continuous
  • Recalculate required curves when summary case is replaced
  • Fixed crash when closing combined view
  • Fixed crash for color legends with less than two colors
  • 2D plots : Allow inverted y-axis when user defined min/max is active
  • Well Targets : Fixed crash when toggling target at sea level

Python API fixes

  • case.replace() created wrong model name
  • project.open() caused currently running Python script to be disconnected
  • set_grid_property() caused crash for ASCXII cases
  • Avoid crash when UNSMRY file is missing

Improvements

  • Data source stepping supports aquifers
  • Import dialog : Add recently use folders
  • Import dialog : Support replace of 'realization-n' to 'realization-*'
  • Import dialog : Sort file names based on numbers instead of text
  • Color Legend : Improved default settings for logarithmic variables

Release notes for 2020.10.1

Changes and fixes since ResInsight 2020.10

https://github.com/OPM/ResInsight/milestone/310?closed=1

ResInsight 2020.10

20 Oct 10:30
9f05d73
Compare
Choose a tag to compare

ResInsight 2020.10 consists of a few new features and several critical issues.

New Features

  • Analysis Plots used to compare summary data across ensembles
  • Correlation Plots used to identify correlations between ensemble parameters and summary data
  • Surface import of OpenWorks XYZ format
  • Generate surface from top of K-layers
  • Customized color legends
  • Application Themes with support for both light and dark themes

Resolved Issues

  • MSW and AICD/ICD export
  • Fix performance issues for NNC and Allan computations

Release notes for 2020.10

Enhancements since ResInsight 2020.04

https://github.com/OPM/ResInsight/issues?q=is%3Aissue+closed%3A2020-04-20..2020-01-10+label%3AEnhancement+sort%3Acreated-desc

Fixes since ResInsight 2020.04

https://github.com/OPM/ResInsight/issues?q=is%3Aissue+closed%3A2020-04-20..2020-01-10+label%3ABugInRelease+sort%3Acreated-desc

ResInsight 2020.04.1

27 May 13:18
Compare
Choose a tag to compare

ResInsight 2020.04.1 is a patch release with several critical issues.

Most important fixes

  • Performance improvements related to import and calculations of faults and NNCs
  • Performance related to well disks and import of summary data
  • Adjustments for wellbore stability plots
  • Completions : Use well name defined in project for export
  • Completions : Use well name defined in project for export

Release notes for 2020.04.1

Fixes since ResInsight 2020.04

https://github.com/OPM/ResInsight/milestone/274?closed=1

ResInsight 2020.04

19 Apr 19:35
Compare
Choose a tag to compare

ResInsight 2020.04 consists of a few new features and several critical issues.

  • Import of 3D Surfaces and mapping of properties and simulation results onto these surfaces.
  • Allen Diagrams to displays the overlap of formations and layers across fault faces.
  • Cumulative Phase Distribution Plots to show the volumetric oil, gas, and water distribution from contributing wells to a target well.
  • Delta Summary Case and Ensemble Case.
  • Well Disks to visualize production and injection rates and total.
  • Several more features for Python.
  • Multi Plot to combine multiple plots in a grid layout. Plots from different types can be combined.
  • Import of Well Measurementss and display in the 3D view.
  • Combine Multi Case Results in one View
  • Compact listing of references to external files in the Project File.

Release notes for 2020.04

Enhancements since ResInsight 2019.12

https://github.com/OPM/ResInsight/issues?q=is%3Aissue+closed%3A2019-12-01..2020-04-20+label%3AEnhancement+sort%3Acreated-desc

Bugs fixed since ResInsight 2019.12.1

https://github.com/OPM/ResInsight/issues?q=is%3Aissue+closed%3A2020-01-28..2020-04-20+label%3ABugInRelease+sort%3Acreated-desc

ResInsight 2019.12.1

28 Jan 20:05
7d76a55
Compare
Choose a tag to compare

ResInsight 2019.12.1 consists of a few critical issues and minor functionality changes.

Bugfixes

#5313 Fractures : Invalid transmissibilities computed for some fractures
#5309 Fractures : Crash reported for some fractures
#5319 Diff case : Missing timesteps when combining "Difference case" and "Base Time Step"
#5307 Show Plot Data : Incorrect time step values for multiple calculated summary vectors
#5325 Summary Import : Crash when importing partial summary data
#5281 Summary Plot: Ensemble curve highlight is missing
#5276 Ensemble : Crash when switching summary vector from summary curve editor

Changes since ResInsight 2019.12.1

#5402 WELSEGS : Report center of segment instead of start of segment
#5345 Fractures : Report combined result for multiple completions in same cell

ResInsight 2019.12

19 Dec 09:30
823e2ab
Compare
Choose a tag to compare

ResInsight 2019.12 consists of a few new features and several other critical issues.

Improvements

  • Two models can be visualized in the same window
  • Ensemble RFT with advanced coloring
  • Improved Well Bore Stability Plots
  • Summary plotting improvements
  • Summary template support
  • Export of map data to file for contour maps
  • Support for interactive replace of grid model and summary case

Enhancements since ResInsight 2019.08

https://github.com/OPM/ResInsight/issues?q=is%3Aissue+closed%3A2019-08-30..2019-12-11+label%3AEnhancement+sort%3Acreated-desc

Bugs fixed since ResInsight 2019.08

https://github.com/OPM/ResInsight/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A2019-08-30..2019-12-11+label%3ABugInRelease+sort%3Acreated-desc+

ResInsight 2019.08.2

01 Oct 12:04
fa27234
Compare
Choose a tag to compare

ResInsight 2019.08.2 consists of improvement to the Python client library and several other critical issues.

Improvements

The Python client library has been adjusted to match the PEP8 style guide
https://www.python.org/dev/peps/pep-0008/

Issues and bugs fixed since ResInsight 2019.08.1

#4644 Summary Plot: Auto plot title is not updated when changing summary vector
#4688 Contour plot : Changing Base Time Step has no effect
#4699 Property filter gives crash for TERNARY cell result
#4703 GeoMech: Cannot change result position for Well Log Plots for GeoMech curves
#4707 Wrong address for Help/User Guide/F1
#4708 Crash importing model with missing UNMRY file
#4709 Summary Plot Editor : Minor adjustments
#4713 Summary Case : Shortname is not used in plot title and curve names
#4716 Summary Case : Guard access to contained summary reader
#4736 Python : Adjust code to Python PEP8 code standard
#4753 Plot Project Tree: Selecting a subitem of a plot that is not active, selects the plot, not the clicked item
#4762 Crash at import of EGRID-file
#4766 Crash when Show plot data for ensemble with a stopped simulation
#4767 Project Tree: Selecting a subitem of a view that is not active, selects the view, not the clicked item
#4770 Incorrect reporting of date for E300 in combination with lab units

ResInsight 2019.08.1

05 Sep 11:43
Compare
Choose a tag to compare

ResInsight 2019.08.1 is a bugfix release.

Bugs fixed since ResInsight 2019.08

#4655 Python: Crash when streaming property data
#4672 Qt5: Missing library in bundling

ResInsight 2019.08

27 Aug 08:17
Compare
Choose a tag to compare

ResInsight 2019.08 is a general release with several new features and bug fixes.

Main Features

  • Scripting from Python is now supported
  • ResInsight can be launched without graphical user interface
  • Summary plotting improvements

This release is created using Qt5.

Enhancements since ResInsight 2019.04

https://github.com/OPM/ResInsight/issues?q=is%3Aissue+closed%3A2019-04-30..2019-08-10+label%3AEnhancement+sort%3Acreated-desc

Bugs fixed since ResInsight 2019.04

https://github.com/OPM/ResInsight/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A2019-04-30..2019-08-30+label%3ABugInRelease+sort%3Acreated-desc+