.gitignore
.mypy.ini
.pre-commit-config.yaml
.readthedocs.yaml
COPYING
README.md
conanfile.txt
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/lint.yml
.github/workflows/testing.yml
.github/workflows/typing.yml
.github/workflows/upload_to_pypi.yml
docs/requirements.txt
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
script/clang-format
src/iterative_ensemble_smoother/__init__.py
src/iterative_ensemble_smoother/_ensemble_smoother.py
src/iterative_ensemble_smoother/_iterative_ensemble_smoother.py
src/iterative_ensemble_smoother/experimental.py
src/iterative_ensemble_smoother/ies.cpp
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_algorithm.py
tests/test_ensemble_smoother.py
tests/test_increased_belief_case.py
tests/test_input_validation.py
tests/test_theoretical_property.py
tests/test_utils.py
tests/snapshots/test_ensemble_smoother/test_ensemble_smoother_update_step/test_ensemble_smoother_update_step.csv
tests/snapshots/test_ensemble_smoother/test_ensemble_smoother_update_step_with_rowscaling/test_ensemble_smoother_update_step.csv
tests/snapshots/test_ensemble_smoother/test_iterative_ensemble_smoother_update_step/test_iterative_ensemble_smoother_update_step.csv