Skip to content

Releases: equinor/fmu-tools

v1.8.1

12 Oct 12:05
c046250
Compare
Choose a tag to compare

Bugfix:

  • Avoid crash in create_rft_ertobs when zone information is supplied on cells that are outside the RMS grid.

v1.8.0

14 Jul 10:26
d15e1db
Compare
Choose a tag to compare

Features:

  • Add disjoint-sets feature to fipmapper (#135)
  • Add support for merging multiple volumetrics files (#140)

Improvements:

  • Support integer inputs to fipmapper for reg/zone (#142)
  • Ensure regions and zones are always strings in dataframe (#143)
  • Improvements to documentation

Developer changes:

  • GitHub actions PyPI deploy
  • Testing for Python 3.9

v1.8.0-rc0

21 Jun 12:50
6cba81b
Compare
Choose a tag to compare
v1.8.0-rc0 Pre-release
Pre-release

Disjoint-sets feature in fipmapper.

v1.7.0

28 May 07:03
Compare
Choose a tag to compare

Changes:

  • Change column name PORE_x to PORV_x in volumetrics. This is a bugfix, but can break scripts that depend on the exact column names.

Version 1.6.0

03 May 10:18
a7fd80b
Compare
Choose a tag to compare

Add qcreset methods for fmu.tools.rms that will reset maps and properties by setting to contant value or set empty.

v1.5.0

28 Apr 07:36
Compare
Choose a tag to compare

QCProperties:
New functionalities: Added possibility of using continuous parameters as filters. Added sample size to continous statistics dataframe.
API Changes: Discrete property statistics is now reported in fractions instead of percentages. Only properties of the same type (continous/discrete) allowed in a run.

Version 1.4.0

24 Mar 12:11
Compare
Choose a tag to compare

New features:

  • New qcreset methods for setting data constant in RMS
  • Make create_rft_ertobs support time-variation in observations
  • Support alternative trajectory name in create_rft_ertobs
  • Method for extracting zonation from grid

Developer changes:

  • Removed some dependencies (ecl, fmu-ensemble) and updated others

v1.3.0

28 Jan 13:21
9018f73
Compare
Choose a tag to compare

New features:

  • create_rft_ertobs. Use in RMS workflow to create observation files for ERT from CSV files.
  • qcforward. Functions to be added to the forward models in RMS/ERT to automatically check and/or halt ongoing runs based on user defined criteria.
  • New class qcproperties provides a set of methods for extracting property statistics from 3D Grids, Raw and Blocked wells.
  • qcdata

v1.2.0

07 Jul 12:55
bc451f0
Compare
Choose a tag to compare

First open source release.

  • Added script rmsvolumetrics2csv as command line tool

v1.1.9

25 May 18:07
Compare
Choose a tag to compare

Strip spaces in Excel cell input for design matrix generator.