Skip to content

Releases: equinor/res2df

v0.13.0

21 May 11:57
f26f672
Compare
Choose a tag to compare

Changes:

  • The column ACCURACY in the dataframe from the equil module has been renamed to OIP_INIT

Improvements:

  • The grid module outputs Z_MIN and Z_MAX also for every cell row.
  • lyr files (which links zone names to k-layers) supports colour metadata.

Installation:

  • ert is now an optional dependency, and will no longer be installed by default.

v0.12.2

05 May 09:22
Compare
Choose a tag to compare
  • Compatibility with OPM 2021.04
  • When parsing WELOPEN with lumped connections, ecl2df.compdat will fail hard instead of returning erroneous data.

v0.12.1

27 Apr 12:32
5ee2aaf
Compare
Choose a tag to compare
  • Refactor zonemap parsing for use in other projects
  • Use NaN in dataframes where libecl grid output otherwise gives 1e-20.

v0.12.0

25 Feb 12:56
Compare
Choose a tag to compare

Bugfix for ERT integration of csv2ecl summary.

The command line API for csv2ecl summary was not compatible with the ERT integration and has been changed. The ECLBASE argument is now supplied as --output, similar to the other csv2ecl subcommands.

Also add possibility for csv2ecl to write to subdirectories.

v0.11.0

22 Feb 09:04
840bf75
Compare
Choose a tag to compare

Fixes:

  • Bugfix for gruptree module, solving issues with multiples trees. Refactored, and incurs deprecation of one function.
  • Revert deprecation for non-datetime indices in summary module introduced in last version. Added workarounds for supporting Eclipse summary files going beyond year 2262, which is tricky in Pandas.

Breaking changes:

  • In fipreports, the column "WATER_TOTAL" has been renamed to "WIIP_TOTAL".

v0.10.0

27 Jan 09:14
0eac752
Compare
Choose a tag to compare

New features:

  • ECL2CSV forward model now supports options supplied from ERT config file.
  • Dataframe objects returned from summary.df() have metadata for each column vector attached in a dict in df.attrs["meta"].
  • All command line tools can output to stdout by providing the magic filename "-".
  • WSEGVALV keyword is supported in the compdat module.
  • summary.df will give warning if datetime=True is not supplied. In the future, the returned dataframe will always have a datetime index. This does not affect CSV export.

Bugfixes:

  • Fix PVTG include file export

v0.9.1

06 Jan 13:21
f351abb
Compare
Choose a tag to compare

Bugfix release: Avoid crash with WSEGSICD support from v0.8.3

v0.9.0

21 Dec 10:05
44078fc
Compare
Choose a tag to compare

New feature:

  • Write synthetic UNSMRY files from CSV/dataframes.

v0.8.3

26 Nov 20:18
d42fcd0
Compare
Choose a tag to compare

Feature additions:

  • WSEGAICD and WSEGSICD supported in compdat
  • weekly frequency for summary extraction
  • Gruptree root node included in dataframe output

Changes/bugfixes:

  • Python 2 support dropped
  • Bugfix zonemap file parsing
  • Fix usage of logging, letting client scripts set the logging level.

v0.8.2

30 Oct 07:47
Compare
Choose a tag to compare

Support defaulted I and J in COMPDAT when WELSPECS is present.