Skip to content

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 03 May 07:40

1.4.1 (2026-05-03)

Bug Fixes

  • 15 bug fixes across orchestrator, runner, backtest, and infrastructure (163687d)
  • also catch ValueError in mean_variance for dimension mismatch (ed73b72)
  • close log file handle, fix FTMO equity double-count, remove bare except (76219a5)
  • correct project root paths and subprocess handling in parallel runner and CLI (9735e3a)
  • filter NaN in max(), remove redundant ternary, handle non-finite vbt results (f89fbb3)
  • fix type annotation, remove unused parameter, improve import_class errors (8b6ab73)
  • resolve dead code, shell injection risk, mutable defaults, and other bugs (afff262)
  • resolve unbound variable, logger shadowing, withdraw_loop edge case, and other bugs in main scripts (748cf9b)