Releases: equinor/resdata
Releases · equinor/resdata
2.13.2
Changelog
Bugfixes
- Fix parsing of num_cpu from DATA file where it could be misinterpreted from other sections #862
Other notes
- Fix typo in documentation
- Simplifies dependencies as we no longer support python 2.7
For fullchangelog see 2.13.1...2.13.2
2.13.1
What's Changed
- Simplify installation on corporate network by @dotfloat in #834
- Avoid loss of precision when converting to double. by @BjarneHerland in #837
- Fix segmentation fault during util_abort by @dotfloat in #839
Full Changelog: 2.13.0...2.13.1
Python 3.10
This release adds Python 3.10 wheels
2.12.0
2.11.0
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.iget
andEclSum.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
repr
on an incompleteEclSum
object. 265dd23
Other notes
- Refactored tests: They are faster, and more of them are possible to run without Equinor data