LICENSE
README.md
pyproject.toml
src/bayesloop/__init__.py
src/bayesloop/core.py
src/bayesloop/exceptions.py
src/bayesloop/file_io.py
src/bayesloop/helper.py
src/bayesloop/jeffreys.py
src/bayesloop/observation_models.py
src/bayesloop/preprocessing.py
src/bayesloop/transition_models.py
src/bayesloop/v1compat.py
src/bayesloop.egg-info/PKG-INFO
src/bayesloop.egg-info/SOURCES.txt
src/bayesloop.egg-info/dependency_links.txt
src/bayesloop.egg-info/requires.txt
src/bayesloop.egg-info/top_level.txt
tests/test_changepointstudy.py
tests/test_fileio.py
tests/test_hyperstudy.py
tests/test_observationmodels.py
tests/test_onlinestudy.py
tests/test_plot.py
tests/test_study.py
tests/test_transitionmodels.py
tests/test_v1compat.py