Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: equinor/res2df

Tags

v1.3.8

Toggle v1.3.8's commit message
Update github actions versions

v1.3.7

Toggle v1.3.7's commit message
Avoid iterating over column shaped numpy array

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ci): add PyPI publish workflow and update badges (#548)

* feat(ci): add PyPI publish workflow and update badges

- Introduced a new GitHub Actions workflow for publishing to PyPI
- Removed PyPI publishing logic from the existing CI workflow
- Updated README with badges for PyPI publish status and version

v1.3.5

Toggle v1.3.5's commit message
Fix build issue after moving from setup.py to pyproject.toml

v1.3.4

Toggle v1.3.4's commit message
Update komodo test using new setup

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add suport to Flow 2025.04 FIP format in PRT file (#540)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
res2csv summary - do not create output when summary file doesn't exist (

#536)

v1.3.1

Toggle v1.3.1's commit message
Add missing f-specifier for f-string

v1.3.0

Toggle v1.3.0's commit message
Ensure np.nan is not present in string columns

This change was triggered by the Pandas warning:

FutureWarning:
Mismatched null-like values None and nan found. In a future version,
pandas equality-testing functions (e.g. assert_frame_equal) will
consider these not-matching and raise.

  pd.testing.assert_frame_equal(gruptree_df, expected_dframe, check_dtype=False)

v1.2.3

Toggle v1.2.3's commit message
Remove transitive xtgeo pinning

This version of xtgeo is now succeeded and res2df should not care in the future