Skip to content

Releases: equinor/xtgeo

4.13.0

24 Sep 10:41

Choose a tag to compare

Enhancements and bug fixes

  • ENH: improve memory/performance of Cube compute_attributes_in_window by @jcrivenaes in #1400

Backend

  • CLN: re-implement grid hybrid conversion in C++ and pybind11 by @jcrivenaes in #1394
  • TST, CLN: avoid warnings while running test suite by @jcrivenaes in #1398

Full Changelog: 4.12.1...4.13.0

4.12.1

16 Sep 10:42

Choose a tag to compare

What's Changed

  • BUG: fix numpy dtype in return from C++ to python (grid refinement) by @jcrivenaes in #1396

Full Changelog: 4.12.0...4.12.1

4.12.0

15 Sep 08:39
4f136d2

Choose a tag to compare

What's Changed

Full Changelog: 4.11.0...4.12.0

4.11.0

19 Aug 08:50

Choose a tag to compare

Enhancements and bug fixes

  • ENH: improve and extend grid.collapse_inactive_cells() by @jcrivenaes in #1371
  • BUG,DOC: fix a bug in cube.compute_attributes_in_window in case where input cube has dead traces. by @jcrivenaes in #1374

Backend

Full Changelog: 4.10.1...4.11.0

4.10.1

24 Jun 05:10

Choose a tag to compare

What's Changed

Full Changelog: 4.10.0...4.10.1

4.10.0

16 Jun 15:47

Choose a tag to compare

New features

  • ENH: add support for csv and parquet i/o for Points/Polygons by @jcrivenaes in #1343
  • ENH: Add method to refine grid in all directions by @alifbe in #1337

Backend

Full Changelog: 4.9.1...4.10.0

4.9.1

26 May 05:25

Choose a tag to compare

What's Changed

Full Changelog: 4.9.0...4.9.1

4.9.0

22 May 11:39

Choose a tag to compare

What's Changed

  • CLN: Move refine_vertically from C/SWIG to C++/pybind11 by @alifbe in #1335
  • CLN,ENH: major backend (C++) rewrite of point in hexahedron and volumetrics by @jcrivenaes in #1336

Full Changelog: 4.8.0...4.9.0

4.8.0

27 Apr 17:16

Choose a tag to compare

Enhancements

  • ENH: Utilize grid property codes when using grid.subgrids_from_zoneprop method by @alifbe in #1328

Backend and build

Full Changelog: 4.7.1...4.8.0

4.7.1

09 Apr 10:40

Choose a tag to compare

What's Changed

  • BUG: fix Irap ascii export bug that may occur in some cases by @jcrivenaes in #1324

Full Changelog: 4.7.0...tst