Skip to content

MeridianAlgo v7.2.1

Latest

Choose a tag to compare

@MeridianAlgo-Developer MeridianAlgo-Developer released this 19 Jun 16:40
· 1 commit to main since this release

What changed

Added

  • compare metrics helper to tabulate summary statistics across several return series.
  • rolling_sharpe metrics helper for a windowed annualized Sharpe ratio.
  • docs/MODULES.md, a per module guide with a verified snippet for every module.

Fixed

  • Technical indicators load in a base install, no scikit-learn required for the 40+ pure numpy indicators.
  • Hierarchical risk parity works on pandas 2 and 3 (pd.concat replaces the removed pd.Series.append).
  • RealizedVolatility accepts OHLCV column names in any capitalization.
  • Resolved the top-level VWAP name clash so meridianalgo.VWAP is the execution scheduler again.
  • Packaging readme points to docs/PYPI_README.md after the docs move.

Changed

  • Rewrote the README and docs so every example matches the tested code.
  • Removed the examples/ folder. Snippets now live in the README and docs/MODULES.md.
  • Added docs/TEST_RESULTS.md with a full hands-on test report.

See the changelog for details.

Full Changelog: v7.2.0...v7.2.1