.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/test.yml
doc/conf.py
doc/contribute.rst
doc/index.rst
doc/install.rst
doc/reference.rst
doc/tutorials.rst
doc/notebooks/factorization_test.ipynb
doc/notebooks/roopdf_conversion.ipynb
doc/notebooks/tutorial_basic.ipynb
doc/notebooks/tutorial_experimental.ipynb
doc/notebooks/tutorial_factorization_violation.ipynb
src/sweights/__init__.py
src/sweights/covariance.py
src/sweights/cow.py
src/sweights/experimental.py
src/sweights/independence.py
src/sweights/sweight.py
src/sweights/testing.py
src/sweights/typing.py
src/sweights/util.py
src/sweights.egg-info/PKG-INFO
src/sweights.egg-info/SOURCES.txt
src/sweights.egg-info/dependency_links.txt
src/sweights.egg-info/requires.txt
src/sweights.egg-info/top_level.txt
tests/dummy_module.py
tests/test_cow.py
tests/test_experimental.py
tests/test_independence.py
tests/test_typing.py
tests/test_util.py