.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/deploy_release.yml
doc/.gitignore
doc/Makefile
doc/about.rst
doc/api.rst
doc/conf.py
doc/development.rst
doc/ess_intro.ipynb
doc/getting_started.ipynb
doc/howto.ipynb
doc/index.rst
doc/references.bib
doc/release_notes.rst
doc/rtd_requirements.txt
doc/sacess_intro.ipynb
src/pyscat/__init__.py
src/pyscat/ess.py
src/pyscat/eval_logger.py
src/pyscat/examples.py
src/pyscat/function_evaluator.py
src/pyscat/plot.py
src/pyscat/refset.py
src/pyscat/sacess.py
src/pyscat/utils.py
src/pyscat.egg-info/PKG-INFO
src/pyscat.egg-info/SOURCES.txt
src/pyscat.egg-info/dependency_links.txt
src/pyscat.egg-info/requires.txt
src/pyscat.egg-info/top_level.txt
tests/conftest.py
tests/test_ess.py
tests/test_eval_logger.py
tests/test_function_evaluator.py
tests/test_misc.py
tests/test_refset.py
tests/test_sacess.py
tests/test_utils.py