*New features:* * Added `ecl.set_abort_handler` for ERT Azure logging. _[Note: This feature isn't part of ecl's stable API]_
*Other:* * `util_abort` was rewritten to use [backward-cpp](https://github.com/bombela/backward-cpp) and [fmt](https://github.com/fmtlib/fmt).
2.11.0
_Deprecation removal_: * Remove legacy Python packages `ert` and `ecl.ecl`
_Bugfixes_: * Python: Use time.perf_coutner instead of time.clock in internal test
_Other_: * All c/c++ code formatted with clang-format * Fix typo in error message
2.11.0rc1
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.0rc0
Remove legacy Python packages `ert` and `ecl.ecl`.
2.10.1
**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` and `EclSum.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. 8d223db64e97f489550b2ef07998272953aa8197
*Bugfixes* * Python: Fix segmentation fault when using `repr` on an incomplete `EclSum` object. 265dd23808f3987c38802b018f361b2fe0f317a6
*Other notes* * Refactored tests: They are faster, and more of them are possible to run without Equinor data