Skip to content

Tags: hkfb/xtgeo

Tags

2.18.1

BUG: fix scanning of timesteps when LGR present

The scanning for SEQNUM/INTEHEAD pairs was failing when
LGR's are present, as LGR's also have INTEHEAD. Hence we
now look for first INTEHEAD when SEQNUM is found.

2.18.0

DOC: Update history with 2.17 and coming 2.18 release

2.18.0-alpha1

BLD: Adjust docs requirements due to build error

2.17.5

TST: Solve compatibility with pytest 7.1

pytest.approx no longer wants to work with unordered sequences

2.17.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
BLD: Add python 3.10 for tests and pypi (equinor#762)

2.17.3

TST: add test for grdecl width of file when property

2.17.2

BUG: support for E300 and tentative IX for Phases in restart

Phases are given in INTEHEAD record 14. For Eclipse 100 numbers
are 1-7, while E300 operates with 0 and IX with undefined (-2345).
For IX there seems to be other issues on reading

2.17.1

FIX: remove unused requirement file

2.17.0

BUG: fix file mode, shall be 'rb' not 'wb'

2.17.0-rc0

BUG: handle not found file in surface_from_file

surface_from_file would throw a segfault when file is missing,
fixed with a check on the python side.