1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 04:20:57 +08:00
Files
qlib/CHANGELOG.md
2025-11-06 21:52:22 +08:00

1.3 KiB

Changelog

0.9.8 (2025-11-06)

Bug Fixes

  • download orderbook data error (#1990) (136b2dd)
  • macd: remove extra division by close in DEA calculation to ensure dimension consistency (#2046) (66c3622)
  • replace deprecated pandas fillna(method=) with ffill()/bfill() (#1987) (7095e75)
  • spelling errors (#1996) (f26b341)
  • the bug when auto_mount=True (#2009) (213eb6c)
  • typo in integration documentation: 'userd' -> 'used' (#2034) (3dc5a7d)