.codeclimate.yml
.codecov.yml
.gitignore
.pre-commit-config.yaml
LICENSE.md
MANIFEST.in
README.md
pages_requirements.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/pages.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/python-package.yml
docs/Makefile.gh_pages
docs/Makefile.std
docs/conf.py
docs/index.rst
docs/_templates/custom-class-template.rst
docs/_templates/custom-module-template.rst
examples/GWTC1.ipynb
gwpopulation/__init__.py
gwpopulation/_kernels.py
gwpopulation/_version.py
gwpopulation/conversions.py
gwpopulation/cupy_utils.py
gwpopulation/hyperpe.py
gwpopulation/utils.py
gwpopulation/vt.py
gwpopulation.egg-info/PKG-INFO
gwpopulation.egg-info/SOURCES.txt
gwpopulation.egg-info/dependency_links.txt
gwpopulation.egg-info/requires.txt
gwpopulation.egg-info/top_level.txt
gwpopulation/models/__init__.py
gwpopulation/models/mass.py
gwpopulation/models/redshift.py
gwpopulation/models/spin.py
priors/bbh_population.prior
priors/mass_rates.prior
priors/spin.prior
priors/spin_talbot_thrane.prior
test/__init__.py
test/conversion_test.py
test/likelihood_test.py
test/mass_test.py
test/redshift_test.py
test/spin_test.py
test/test.prior
test/utils_test.py
test/vt_test.py