Skip to content

Releases: equinor/xtgeo

Version 2.6.1-rc1

21 Feb 06:49
69ae757
Compare
Choose a tag to compare
Version 2.6.1-rc1 Pre-release
Pre-release

RC1, fix numpify bug

Version 2.6.0

18 Feb 11:17
f898e5f
Compare
Choose a tag to compare

2.6.0

  • New features:
    • A Grid() instance can now be "numpified" so that pickling can be done, method numpify_carrays()
    • An existing GridProperty() instance should now accept scalar input which will be broadcasted to
      the full array
    • Added a method so one can create a GridProperty instance directly for a Grid() instance #291
    • Added several alternatives to instantate Points(), e.g. from a list of tuples
    • A general method that finds the IJK indices in a 3D grid from from Points() is made get_ijk_from_points #287
    • For RegularSurface(), the fill() methid will now accept an optional fill_value (constant) #294
  • Bug fixes:
    • Making surface write to BytesIO stream threading safe (Irap binary format)
    • Assigning a GridProperty() inside/outside a polygon is now more robust.
    • Many internal build fixes and improves, including requirements.txt
    • For surfaces, some operator overload function changed unintentionally the other instance #295
    • For surfaces, operator overload on instances with same topology will not unintentionally trigger resampling

Version 2.6.0a1

13 Feb 19:19
1c05b50
Compare
Choose a tag to compare
Version 2.6.0a1 Pre-release
Pre-release
Merge pull request #293 from jcrivenaes/points-cell-ijk

Points cell ijk

Version 2.5.0

03 Feb 12:18
5111b74
Compare
Choose a tag to compare
  • New features:
    • Be able to write surfaces to BytesIO (memory streams), Linux only
    • Add the ability for 3D grids to detect and swap handedness of a 3D grid.
    • Available on Python 3.8 on all platforms
  • Fixes for developers
    • Now backward compatible to cmake 2.8.12
    • Many internal build fixes and improves, including requirements.txt

Version 2.5.0-rc2

29 Jan 13:28
a435767
Compare
Choose a tag to compare
Version 2.5.0-rc2 Pre-release
Pre-release

Corrected master

Version 2.5.0-rc1

29 Jan 12:36
8c7c930
Compare
Choose a tag to compare
Version 2.5.0-rc1 Pre-release
Pre-release

RC1 for 2.5.0

Version 2.4.3

13 Jan 12:19
d63fc51
Compare
Choose a tag to compare
  • Fix of bugs when exporting points/polygons to Roxar API
  • Fix (for developers) various setup in cmake/swig etc so that cmake can be downgraded to 3.13.3 and hence a manylinux1 image is available in PYPI for Linux (Python versions < 3.7)

Version 2.4.2

07 Jan 22:02
b144530
Compare
Choose a tag to compare
  • Fix a bug that occurs when reading grid properties from E300 runs

Version 2.4.1

07 Jan 08:47
d569e0b
Compare
Choose a tag to compare
  • Fix to trigger build and deploy

Version 2.4.0.

07 Jan 06:48
49eb682
Compare
Choose a tag to compare
  • New features:
    • Added a general **kwargs to savefig() in plot module, so e.g. dpi keyword can be passed to matplotlib
  • Bug fixes:
    • More robust on reading saturations from UNRST files from Eclipse 300 and IX, where "IPHS" metadata
      (describing phases present) is unreliable.
  • Fixes for developers:
    • setup can now be ran in "develop mode"