What's Changed
* Add ES-MDA example fork by eivindjahren in https://github.com/equinor/iterative_ensemble_smoother/pull/30
* Fix es-mda examples in docs by ajikmr in https://github.com/equinor/iterative_ensemble_smoother/pull/31
* Support Python 3.11 by pinkwah in https://github.com/equinor/iterative_ensemble_smoother/pull/38
* Specify in which folder tests are saved by dafeda in https://github.com/equinor/iterative_ensemble_smoother/pull/35
* Fix build instructions in README.md by ajikmr in https://github.com/equinor/iterative_ensemble_smoother/pull/32
* Test that update is according to theory by dafeda in https://github.com/equinor/iterative_ensemble_smoother/pull/33
* Add option to turn on / off projection by dafeda in https://github.com/equinor/iterative_ensemble_smoother/pull/43
Projection of response matrix, aka the "A^+A projection" is needed when the number of parameters of the full global state vector is less than or equal to the (number of realizations - 1).
The projection is not necessary when for example updating a subset of parameters separately, even when the subset contains less parameters than (number of realizations - 1).
Hence the need to be able to turn off the projection.
New Contributors
* ajikmr made their first contribution in https://github.com/equinor/iterative_ensemble_smoother/pull/31
* pinkwah made their first contribution in https://github.com/equinor/iterative_ensemble_smoother/pull/38
* dafeda made their first contribution in https://github.com/equinor/iterative_ensemble_smoother/pull/35
**Full Changelog**: https://github.com/equinor/iterative_ensemble_smoother/compare/v0.0.3...v0.0.4