Skip to content

Releases: equinor/xtgeo

Version 2.13.3

11 Dec 09:01
Compare
Choose a tag to compare

Adjust swig install in github actions

Version 2.13.2

11 Dec 08:23
Compare
Choose a tag to compare

Fixes ci testing on komodo

Version 2.13.1

16 Nov 09:52
f7f803e
Compare
Choose a tag to compare

Bugfix according to #448 (reading grid in Roxar API failed)

Version 2.13.0

15 Nov 18:41
efd612f
Compare
Choose a tag to compare

Version 2.13

  • New features:

    • Grid quality indicators for Grid(): get_gridquality_properties().
    • Support for BytesIO i/o for RegularSurface() formats irap ascii and zmap ascii.
    • A fmt key is now available in GridProperty().to_file() for Eclipse grdecl
      format, and default format is now scientific %e for Floats.
    • Added a key datesonly for GridProperties().scan_dates for getting a
      simple list of dates existing in a given restart file.
    • Added a strict key to GridProperties().from_file() method.
    • Added Points().from_dataframe() method.
    • Added bulk volumetrics Grid(): get_cell_volume() and get_bulk_volume()
      as experimental methods.
    • Added percentiles option for Surfaces().statistics().
  • Improvements and bug fixes

    • Reorganizing internal storage of 3D corner point grids.
    • Faster read and write to ROFF binary for Grid() (read almost 4 times faster).
    • Faster read/write to Roxar API for grid geometries.
    • Import from Eclipse is improved, in particular using "all" alias for
      initprops, restartprops and restartdates.
    • Fix issues #414, #415, #418, #421, #423, #426, #436, #439.

Version 2.13.0-a4

30 Oct 14:01
2b66e4f
Compare
Choose a tag to compare
Version 2.13.0-a4 Pre-release
Pre-release
Merge pull request #442 from jcrivenaes/cellvol-cellqual-etc-improvem…

Version 2.9.2

28 Oct 06:33
Compare
Choose a tag to compare
  • Postfix release backport, adress #436 and #439

Version 2.13.0-a3

27 Oct 15:26
8652f08
Compare
Choose a tag to compare
Version 2.13.0-a3 Pre-release
Pre-release
Merge pull request #440 from jcrivenaes/fix-surf-cube-slice-issue-grane

Fix surf cube slice issue grane

Version 2.12.3

27 Oct 14:49
5d5f9f7
Compare
Choose a tag to compare

Bugfix wrt #439.

Version 2.12.2

25 Oct 08:07
Compare
Choose a tag to compare

Bugfix wrt #436 for RegularSurface()

Version 2.13.0-a2

21 Oct 13:11
0a0fbcf
Compare
Choose a tag to compare
Version 2.13.0-a2 Pre-release
Pre-release
Merge pull request #433 from jcrivenaes/eclread-restarts-improve

Eclread restarts improve