Releases: equinor/xtgeo
Releases · equinor/xtgeo
Version 2.15-alpha4
Upload using pypi token
Version 2.15 alpha3
- Bug fix on very large ROFF files
- Support Python 3.9
Version 2.15 alpha2
2.15-alpha2 BUG: write to roxapi discrete prop #531
Version 2.15-alpha1
Alpha release. Here new feature on well.to_roxar method
Version 2.14.2
Version 2.14.1
2.14.1
Technical update (correct logo, and a build issue)
Version 2.14.0
Version 2.14
-
New features:
- For some methods in RegularSurface(), a
sampling
key is added which in
addition to defaultbilinear
interpolation also can usenearest node
sampling.
The latter can be useful e.g. for discrete maps such as facies. Closes #462. - For Wells(), add a method
create_surf_distance_log
that makes a well log
that is distance to a surface, #461. - For Wells(), add a method that can remove (mask) data based on discrete logs, i.e.
remove shoulder-bed effects, #457. - A pre-release (i.e. experimental!) support for free-form metadata and new formats:
- A separate MetaData class for each major data-type.
- Native XTGeo formats for some data types. Should be very fast and support metadata.
- Support for HDF-5 formats, should be quite/very fast, support metadata and
compression. - In relation to this, more automatic format detection is initiated. This means
in practice that the keyfformat
and/or file extension rules will not be
needed in many cases, as xtgeo will detect the file format by inspection the file
itself. This is in particular useful for binary memory streams. - As a side note, the HDF support change the external requirements for xtgeo as e.g.
theh5py
package and more are now needed.
- For some methods in RegularSurface(), a
-
Improvements and bug fixes:
- Improvements on missing or wrong
values
key when dealing with RegularSurface(),
relates to bug report #450. - When reading a discrete 3D property from Roxar API the codes may in
some cases return an empty dictionary. This is now fixed, #465. - Fix use of realisations key from Roxar API (3D grids), #443.
- General improvements in documentation, e.g. clearer guidelines for contributions.
- Improvements on missing or wrong
Version 2.14.0-rc2
Merge pull request #477 from jcrivenaes/fix-numpy-1.20-issue-474 Fix numpy 1.20 issue 474
Version 2.13.3
Fix test setup for komodo.
Version 2.14.0-rc1
Version 2.14 (in prep)
-
New features:
- For some methods in RegularSurface(), a
sampling
key is added which in
addition to defaultbilinear
interpolation also can usenearest node
sampling.
The latter can be useful e.g. for discrete maps such as facies. Closes #462. - For Wells(), add a method
create_surf_distance_log
that makes a well log
that is distance to a surface, #461. - For Wells(), add a method that can remove (mask) data based on discrete logs, i.e.
remove shoulder-bed effects, #457. - A pre-release (i.e. experimental!) support for free-form metadata and new formats:
- A separate MetaData class for each major data-type.
- Native XTGeo formats. Should be very fast and support metadata.
- Support for HDF-5 formats, should be quite/very fast, support metadata and
compression. - In relation to this, more automatic format detection is initiated. This means
in practice that the keyfformat
and/or file extension rules will not be
needed in many cases, as xtgeo will detect the file format by inspection the file
itself. This is in particular useful for binary memory streams. - As a side note, the HDF support change the external requirements for xtgeo as e.g.
theh5py
package and more are now needed.
- For some methods in RegularSurface(), a
-
Improvements and bug fixes:
- Improvements on missing or wrong
values
key when dealing with RegularSurface(),
relates to bug report #450. - When reading a discrete 3D property from Roxar API the codes may in
some cases return an empty dictionary. This is now fixed, #465. - Fix use realisations from Roxar API (3D grids), #443.
- General improvements in documentation, e.g. clearer guidelines for contributions.
- Improvements on missing or wrong