1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00
Files
qlib/CHANGELOG.md
2025-11-13 11:52:38 +08:00

1.5 KiB

Changelog

0.9.8 (2025-11-13)

Bug Fixes

  • download orderbook data error (#1990) (136b2dd)
  • gbdt: correct dtrain assignment in finetune() to use Dataset instead of tuple (#2049) (2b41782)
  • 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)