.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.rst
noxfile.py
pyproject.toml
python_releases.py
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/test.yml
doc/conf.py
doc/contribute.rst
doc/index.rst.in
doc/reference.rst
doc/tutorials.rst
doc/_static/sweights_logo.pdf
doc/_static/sweights_logo.png
doc/_static/sweights_logo.svg
doc/_static/sweights_logo_square.png
doc/notebooks/basic.ipynb
doc/notebooks/experimental_basic.ipynb
doc/notebooks/experimental_nofit.ipynb
doc/notebooks/experimental_nonfactorizing.ipynb
doc/notebooks/factorization_test.ipynb
doc/notebooks/roopdf_conversion.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