.flake8
.gitattributes
.gitignore
LICENSE
MANIFEST.in
README.md
codecov.yml
pyproject.toml
.github/ISSUE_TEMPLATE.md
.github/dependabot.yml
.github/workflows/build_wheels.yml
.github/workflows/ci_tests.yml
.github/workflows/codeql-analysis.yml
.github/workflows/conda_package.yml
.github/workflows/test_wheels.yml
.github/workflows/unit_tests.yml
conda/recipe/meta.yaml
docs/Makefile
docs/conf.py
docs/deploy.py
docs/make.bat
docs/make_docs.bat
docs/source/conf.py
docs/source/index.rst
docs/source/perf_attrib.rst
docs/source/stats.rst
docs/source/utils.rst
src/empyrical/__init__.py
src/empyrical/_version.py
src/empyrical/deprecate.py
src/empyrical/perf_attrib.py
src/empyrical/periods.py
src/empyrical/stats.py
src/empyrical/utils.py
src/empyrical_reloaded.egg-info/PKG-INFO
src/empyrical_reloaded.egg-info/SOURCES.txt
src/empyrical_reloaded.egg-info/dependency_links.txt
src/empyrical_reloaded.egg-info/not-zip-safe
src/empyrical_reloaded.egg-info/requires.txt
src/empyrical_reloaded.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_perf_attrib.py
tests/test_stats.py
tests/test_data/factor_loadings.csv
tests/test_data/factor_returns.csv
tests/test_data/intercepts.csv
tests/test_data/positions.csv
tests/test_data/residuals.csv
tests/test_data/returns.csv