What's Changed
- New public API. Not backwards compatible.
- All C++ code has been rewritten to Python, using NumPy and SciPy.
- The SIES algorithm has been rewritten to more closely match the paper (Evensen, 2019).
- Implemented the ESMDA algorithm, following the paper (Emerick, 2013).
- Many more parametrized tests are written for both SIES and ESMDA.
- Adaptive localization has been added to the experimental algorithms.
- Changes to documentation, docstrings, types, etc.
**Full Changelog**: https://github.com/equinor/iterative_ensemble_smoother/compare/v0.1.1...v0.2.0