Skip to content

Releases: stefan-jansen/alphalens-reloaded

v0.4.4

14 May 12:55
351c9cb
Compare
Choose a tag to compare
  • Update to Python 3.12 (also closes #24)
  • Certain table calculations now return DataFrame when return_df=True

v0.4.3

12 Jan 23:59
Compare
Choose a tag to compare

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

Full Changelog: v0.4.2...v0.4.3

v0.4.2

08 Sep 03:38
Compare
Choose a tag to compare
  • 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 )