Releases: stefan-jansen/alphalens-reloaded
Releases · stefan-jansen/alphalens-reloaded
v0.4.4
v0.4.3
What's Changed
-
updated tests to avoid warnings and address some errors
-
src layout
-
PEP 517/18
-
setuptools_scm instead of versioneer
-
Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.4.2 by @dependabot in #5
-
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 by @dependabot in #7
-
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.6.4 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v0.4.2...v0.4.3
v0.4.2
- Makes
compute_forward_returns()
try to infer the frequency only if it's not set explicitly before that (#1 ) - Updates GHA/CI (#3 )
- Fixes tests breaking due to NumPy/pandas DeprecationWarnings (#4 )