Releases: equinor/xtgeo
Releases · equinor/xtgeo
Version 2.6.1-rc1
RC1, fix numpify bug
Version 2.6.0
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
- A Grid() instance can now be "numpified" so that pickling can be done, method
- 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
Merge pull request #293 from jcrivenaes/points-cell-ijk Points cell ijk
Version 2.5.0
- 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
Corrected master
Version 2.5.0-rc1
RC1 for 2.5.0
Version 2.4.3
- 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
- Fix a bug that occurs when reading grid properties from E300 runs
Version 2.4.1
- Fix to trigger build and deploy
Version 2.4.0.
- New features:
- Added a general **kwargs to
savefig()
in plot module, so e.g. dpi keyword can be passed to matplotlib
- Added a general **kwargs to
- Bug fixes:
- More robust on reading saturations from UNRST files from Eclipse 300 and IX, where "IPHS" metadata
(describing phases present) is unreliable.
- More robust on reading saturations from UNRST files from Eclipse 300 and IX, where "IPHS" metadata
- Fixes for developers:
- setup can now be ran in "develop mode"