Xtgeo

Latest version: v3.9.0

Safety actively analyzes 629994 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 35

3.5.0

New features and deprecations
* ENH: add key update_option for Well to roxar by jcrivenaes in https://github.com/equinor/xtgeo/pull/987
* ENH: Add gaussian smoothing method for `RegularSurface` and improve smoothing on surfaces with undefined values. by tnatt in https://github.com/equinor/xtgeo/pull/1002
* DEP: Issue deprecation warning for `xtgeo.plot` by mferrera in https://github.com/equinor/xtgeo/pull/1036

Backend code cleaning etc., and docs
* CLN: Add Dtyping to common/calc by ErichSuter in https://github.com/equinor/xtgeo/pull/978
* Enable OPM tests by eivindjahren in https://github.com/equinor/xtgeo/pull/986
* DOC: Update type hints section by janbjorge in https://github.com/equinor/xtgeo/pull/991
* CLN: Convert functionlogger to native null logger by janbjorge in https://github.com/equinor/xtgeo/pull/989
* CLN: Update code base to use py10 annotation by janbjorge in https://github.com/equinor/xtgeo/pull/993
* CLN: Install `_cxtgeo` in the root module by mferrera in https://github.com/equinor/xtgeo/pull/998
* CLN: Add .DS_Store to .gitignore by janbjorge in https://github.com/equinor/xtgeo/pull/1000
* CLN: Refactor roff `scan_keywords` to use roffio by mferrera in https://github.com/equinor/xtgeo/pull/992
* CLN: Add types xtgeo-dialog by janbjorge in https://github.com/equinor/xtgeo/pull/1001
* CLN: Add types to GridProperties by janbjorge in https://github.com/equinor/xtgeo/pull/1006
* CLN: Removed unused C code by mferrera in https://github.com/equinor/xtgeo/pull/1008
* CLN: Dynamically import matplotlib and pyplot by mferrera in https://github.com/equinor/xtgeo/pull/1009
* CI: Run Komodo tests in the RMS environment by mferrera in https://github.com/equinor/xtgeo/pull/999
* TST: xfail flaky OPM tests by mferrera in https://github.com/equinor/xtgeo/pull/1015
* CI: Fix Komodo ci script by mferrera in https://github.com/equinor/xtgeo/pull/1017
* CLN: Add types to _ecl_logi_head by mferrera in https://github.com/equinor/xtgeo/pull/1018
* CLN: Add types to grdecl_format by janbjorge in https://github.com/equinor/xtgeo/pull/1012
* CLN: Add types to grid_refine by janbjorge in https://github.com/equinor/xtgeo/pull/1013
* CLN: Add types to ecl_output_file by mferrera in https://github.com/equinor/xtgeo/pull/1019
* CI: Don't test against RMS environments by mferrera in https://github.com/equinor/xtgeo/pull/1021
* DOC: Update deprecated GridProperties examples by mferrera in https://github.com/equinor/xtgeo/pull/1022
* CI: Run CI nightly by mferrera in https://github.com/equinor/xtgeo/pull/1023
* TST: Update mypy settings - ignore errors file in xtgeo/grid3d by janbjorge in https://github.com/equinor/xtgeo/pull/1024
* CLN: Add types to ecl_inte_head by janbjorge in https://github.com/equinor/xtgeo/pull/1016
* CLN: Add types to _roff_parameter by mferrera in https://github.com/equinor/xtgeo/pull/1020
* DOC: Update Tips section in docs/contributing.rst by KetilN in https://github.com/equinor/xtgeo/pull/1032
* CLN: Move version file to version.py by mferrera in https://github.com/equinor/xtgeo/pull/1035
* CLN: Update GridProperty typing by mferrera in https://github.com/equinor/xtgeo/pull/1034
* CLN: Add types to gridprop_roxapi by tnatt in https://github.com/equinor/xtgeo/pull/1037
* CLN: Fix uninitialized variable in surf_get_z_from_xy.c by KetilN in https://github.com/equinor/xtgeo/pull/1041
* CLN: Add types to gridprop-import-roff by janbjorge in https://github.com/equinor/xtgeo/pull/1026
* CLN: Replaced OrderedDict instances with dict (1005) by abastola0 in https://github.com/equinor/xtgeo/pull/1043
* FIX: Union dtypes for Python 3.8 compatibility by mferrera in https://github.com/equinor/xtgeo/pull/1045
* CI: Run mypy on Python 3.8 as well by mferrera in https://github.com/equinor/xtgeo/pull/1048
* CLN: Port x_rotation_conv.c to python by janbjorge in https://github.com/equinor/xtgeo/pull/1030

New Contributors
* ErichSuter made their first contribution in https://github.com/equinor/xtgeo/pull/978
* tnatt made their first contribution in https://github.com/equinor/xtgeo/pull/1002
* abastola0 made their first contribution in https://github.com/equinor/xtgeo/pull/1043

**Full Changelog**: https://github.com/equinor/xtgeo/compare/3.4.2...3.5.0

3.4.2

What's Changed
* BLD: apply scikit-build-core < 0.6.0 by jcrivenaes in https://github.com/equinor/xtgeo/pull/929
* Simplify CMakeLists by mferrera in https://github.com/equinor/xtgeo/pull/909
* DOC: Add SECURITY.md by KetilN in https://github.com/equinor/xtgeo/pull/931
* Use renamed resfo (formerly known as ecl_data_io) by eivindjahren in https://github.com/equinor/xtgeo/pull/933
* TST: Use pytest-xdist by mferrera in https://github.com/equinor/xtgeo/pull/934
* TST: fix hypothesis test failure by mferrera in https://github.com/equinor/xtgeo/pull/936
* TST: Update komodo ci by mferrera in https://github.com/equinor/xtgeo/pull/938
* Refactor well class by jcrivenaes in https://github.com/equinor/xtgeo/pull/917
* Fix small typo in documentaton by hnformentin in https://github.com/equinor/xtgeo/pull/924
* Fix deprecated patterns docs by jcrivenaes in https://github.com/equinor/xtgeo/pull/941
* Add mypy github action by janbjorge in https://github.com/equinor/xtgeo/pull/932
* CLN: Remove deadline from tests by flooxo in https://github.com/equinor/xtgeo/pull/946
* Pin numpy to lower than 2 version by kvashchuka in https://github.com/equinor/xtgeo/pull/952
* CLN: Add typing to roff_grid by janbjorge in https://github.com/equinor/xtgeo/pull/949
* Add GridProperty typing and update docstrings by mferrera in https://github.com/equinor/xtgeo/pull/942
* Scan keywords with roffio when importing GridProperties by mferrera in https://github.com/equinor/xtgeo/pull/954
* Fix a bug where the recent Well() refactor gets wrong log_record codes by jcrivenaes in https://github.com/equinor/xtgeo/pull/963
* Unpin scikit-build-core with some maintenance commits by mferrera in https://github.com/equinor/xtgeo/pull/970
* Add typing to `common.sys` by mferrera in https://github.com/equinor/xtgeo/pull/968
* Add types to grid by janbjorge in https://github.com/equinor/xtgeo/pull/958
* CLN: Update GridProperty typing by mferrera in https://github.com/equinor/xtgeo/pull/971
* DOC: Modify exe-bit for SECURITY.md by KetilN in https://github.com/equinor/xtgeo/pull/959
* FIX: Pass actual Roxar project to GridProperty by mferrera in https://github.com/equinor/xtgeo/pull/974
* BUG: fix typo introduced in function call by jcrivenaes in https://github.com/equinor/xtgeo/pull/975
* Remove dead c code by mferrera in https://github.com/equinor/xtgeo/pull/980
* CLN: Run black and isort on codebase by janbjorge in https://github.com/equinor/xtgeo/pull/982
* Update gridproperty again by mferrera in https://github.com/equinor/xtgeo/pull/979

New Contributors
* KetilN made their first contribution in https://github.com/equinor/xtgeo/pull/931
* hnformentin made their first contribution in https://github.com/equinor/xtgeo/pull/924
* janbjorge made their first contribution in https://github.com/equinor/xtgeo/pull/932
* flooxo made their first contribution in https://github.com/equinor/xtgeo/pull/946
* kvashchuka made their first contribution in https://github.com/equinor/xtgeo/pull/952

**Full Changelog**: https://github.com/equinor/xtgeo/compare/3.4.1...3.4.2

3.4.1

What's Changed
* Build with pyproject.toml and scikit-build-core by mferrera in https://github.com/equinor/xtgeo/pull/905
* BLD: pin tables < 3.9 for python 3.8 by jcrivenaes in https://github.com/equinor/xtgeo/pull/914
* BLD: correct license string by jcrivenaes in https://github.com/equinor/xtgeo/pull/919


**Full Changelog**: https://github.com/equinor/xtgeo/compare/3.4.0...3.4.1

3.4.0

What's Changed
* A new algorithm (3) is added for `RegularSurface().slice_cube_window()` method. This address user reported (but hard to reproduce by tests) issues with former algorithms. https://github.com/equinor/xtgeo/pull/888

Backend Changes
* Move setuptools-scm configuration to pyproject.toml; https://github.com/equinor/xtgeo/pull/885
* Pin hypothesis at 6.83.0 for python 3.8; https://github.com/equinor/xtgeo/pull/881



**Full Changelog**: https://github.com/equinor/xtgeo/compare/3.3.0...3.4.0

3.3.0

What's Changed
* ENH: allow RegularSurface() store np.float32 values; https://github.com/equinor/xtgeo/pull/882


**Full Changelog**: https://github.com/equinor/xtgeo/compare/3.2.0...3.3.0

3.2.0

Enhancements
* Allow special keyword `TNAVHEAD` in ECL restart files, https://github.com/equinor/xtgeo/pull/875
* Improve points and surfaces in polygons operations (both behaviour and speed), https://github.com/equinor/xtgeo/pull/877

Bugs
* Fix use of `realisation` key in `blockedwell_from_roxar()` etc, https://github.com/equinor/xtgeo/pull/880

Backend fixes
* Update readthedocs requirements (mitigate coming deprecations) https://github.com/equinor/xtgeo/pull/876

**Full Changelog**: https://github.com/equinor/xtgeo/compare/3.1.2...3.2.0

Page 3 of 35

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.