Releases: equinor/xtgeo
Releases · equinor/xtgeo
Version 2.13.3
Adjust swig install in github actions
Version 2.13.2
Fixes ci testing on komodo
Version 2.13.1
Bugfix according to #448 (reading grid in Roxar API failed)
Version 2.13.0
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 inGridProperty().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 toGridProperties().from_file()
method. - Added
Points().from_dataframe()
method. - Added bulk volumetrics
Grid()
:get_cell_volume()
andget_bulk_volume()
as experimental methods. - Added
percentiles
option forSurfaces().statistics()
.
- Grid quality indicators for Grid():
-
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
andrestartdates
. - Fix issues #414, #415, #418, #421, #423, #426, #436, #439.
Version 2.13.0-a4
Merge pull request #442 from jcrivenaes/cellvol-cellqual-etc-improvem…
Version 2.9.2
Version 2.13.0-a3
Merge pull request #440 from jcrivenaes/fix-surf-cube-slice-issue-grane Fix surf cube slice issue grane
Version 2.12.3
Bugfix wrt #439.
Version 2.12.2
Bugfix wrt #436 for RegularSurface()
Version 2.13.0-a2
Merge pull request #433 from jcrivenaes/eclread-restarts-improve Eclread restarts improve