.gitignore
.mypy.ini
.pre-commit-config.yaml
.readthedocs.yaml
COPYING
LITERATURE.md
README.md
SECURITY.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/docs.yml
.github/workflows/precommit.yml
.github/workflows/testing.yml
.github/workflows/upload_to_pypi.yml
docs/source/Adaptive.py
docs/source/LinearRegression.py
docs/source/Oscillator.py
docs/source/Polynomial.py
docs/source/api.rst
docs/source/bibliography.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/glossary.rst
docs/source/index.rst
docs/source/refs.bib
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
src/iterative_ensemble_smoother/__init__.py
src/iterative_ensemble_smoother/_version.py
src/iterative_ensemble_smoother/esmda.py
src/iterative_ensemble_smoother/esmda_inversion.py
src/iterative_ensemble_smoother/experimental.py
src/iterative_ensemble_smoother/sies.py
src/iterative_ensemble_smoother/sies_inversion.py
src/iterative_ensemble_smoother/utils.py
src/iterative_ensemble_smoother.egg-info/PKG-INFO
src/iterative_ensemble_smoother.egg-info/SOURCES.txt
src/iterative_ensemble_smoother.egg-info/dependency_links.txt
src/iterative_ensemble_smoother.egg-info/requires.txt
src/iterative_ensemble_smoother.egg-info/top_level.txt
tests/__init__.py
tests/test_esmda.py
tests/test_esmda_inversion.py
tests/test_experimental.py
tests/test_sies.py
tests/snapshots/test_snapshots/test_ensemble_smoother_update_step/test_ensemble_smoother_update_step.csv
tests/snapshots/test_snapshots/test_ensemble_smoother_update_step_with_rowscaling/test_ensemble_smoother_update_step.csv
tests/snapshots/test_snapshots/test_iterative_ensemble_smoother_update_step/test_iterative_ensemble_smoother_update_step.csv