Releases: equinor/resdata
Releases · equinor/resdata
2.11.0-rc1
Changelog
Features
- All c/c++ code formatted with clang-format
Bugfixes
- Python: Use time.perf_coutner instead of time.clock in internal test
Other notes
- Fix typo in error message
2.11.0-rc0
Remove legacy Python packages ert and ecl.ecl.
Python 3.9 support
Changelog:
Features
- A bug in our tests have been fixed, letting Python 3.9 pass all of them. There might still be uncovered Python 3.9-specific issues still.
Bugfixes
- Fix infinite loop when attemping to obtain the current working directory, after it has been removed
Other notes
- Minor documentation fixes in
EclSum.igetandEclSum.get_days
2.10.0
Changelog
Features
- Add all ecl utilities (applications) to the Linux Python PyPI package. Note that they might get deprecated in the near future. 8d223db
Bugfixes
- Python: Fix segmentation fault when using
repron an incompleteEclSumobject. 265dd23
Other notes
- Refactored tests: They are faster, and more of them are possible to run without Equinor data
2.9.4
2.9.3rc0: Rename libecl to ecl
Resolves: #710 Also add `libecl` package that installs `ecl` of the same version
2.9.3: Rename libecl to ecl
Resolves: #710 Also add `libecl` package that installs `ecl` of the same version
2.9.2
2.9.2rc1: Merge pull request #728 from jepebe/retry-testpath
Add feature to retry if test path already exists when using TestArea
2.9.1
- Don't set util_abort signal handler on py3
- Don't check for Python packages in CMake
- Remove deprecated BUILD_PYTHON
- Minor changes to test pipeline