Releases: equinor/res2df
Releases · equinor/res2df
v1.2.0
version 1.1.2
This release removes the yanked package types-pkg-resources
when installing with pip install res2df[tests]
, and introduces pip install res2df[types]
for typing related extras.
v1.1.1
What's Changed
Test changes
- Test summary extraction through RESTART by @berland in #479
- Parametrize length of DATA file in summary restart test by @berland in #485
- Improve test robustness towards license failures by @berland in #486
New Contributors
- @jonathan-eq made their first contribution in #484
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
What's Changed
- Fix codecov badge by @yngve-sk in #463
- Make things a bit less circular by @yngve-sk in #470
- Add support to pandas 2 by @alifbe in #461
- Ensure some actions are trigger only for pandas>2 by @alifbe in #474
- Remove Pydantic as dependency by @pinkwah in #476
- Remove duplicate subparser by @mferrera in #471
- Expect RuntimeError or ValueError in ntequl test by @mferrera in #472
- Unpin opm by @mferrera in #477
New Contributors
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0 aka Rename to res2df
What's Changed
- Pin pydantic by @JHolba in #457
- Remove use of pkg_resource by @JHolba in #456
- Replace ecl with resdata by @DanSava in #460
- ecl2df is now called res2df! by @yngve-sk in #462
New Contributors
- @JHolba made their first contribution in #457
- @DanSava made their first contribution in #460
- @yngve-sk made their first contribution in #462
Full Changelog: v0.17.2...v1.0.0
Version 0.18.0
Announces the rename to res2df
v0.17.2
What's Changed
- [summary] FIX: Ensure index name is retained by @alifbe in #424
- fix syntax errors in logging/error messages in summary.py by @asnyv in #425
- Hide_user_data by @tklov11 in #427
- Remove excessive parenthesis from test_ert_hooks by @andreas-el in #429
- Deactivate nightly builds, tests broken by @berland in #438
- Refactor construction of Eclipse input tables by @berland in #381
- Bump versions in CI by @berland in #444
- Update location of testkomodo.sh by @berland in #443
- Get tests working again by @kwinkunks in #449
New Contributors
- @alifbe made their first contribution in #424
- @andreas-el made their first contribution in #429
- @kwinkunks made their first contribution in #449
Full Changelog: v0.17.1...v0.17.2
v0.17.1
v0.17.0
v0.16.3
- Improve precision of datetime index using TIMESTEP (#412)
- Stricten parsing of malformed parameter csv's with pandas>=1.4 (#414)
- Wellcompletiondata metadata (#409)
- Replace ert_shared with ert.shared following upstream change in ert (#413)
- Removed python 3.6 and 3.7, added 3.10 (#410)
- New module wellcompletiondata (#404)
- Set Sphinx language to en (#405)
- Complump defaults set to 0 (#403)