empyrical-reloaded
empyrical-reloaded copied to clipboard
Common financial risk and performance metrics. Used by zipline and pyfolio.
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
also added src to pytest ini so one can run it from parent directory.
empyrical-reloaded also needs this patch to support removal of `np.NINF` https://github.com/quantopian/empyrical/pull/141
Environment: macOS Sonoma 14.5, installed via pip ran simple "pytest tests" and test passes on Python 3.9 with: [requirements_passes.txt](https://github.com/user-attachments/files/16444279/requirements_passes.txt) test fails on Python 3.11 with: [requirements_fails.txt](https://github.com/user-attachments/files/16444278/requirements_fails.txt) I think it is...