Download Latest Version v2.0.1 source code.zip (2.0 MB) Google Add to Preferred Sources
Home / v1.2.13
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-20 1.6 kB
v1.2.13 source code.tar.gz 2026-07-20 627.6 kB
v1.2.13 source code.zip 2026-07-20 714.3 kB
Totals: 3 Items   1.3 MB 0

PyBroker 1.2.13

Features

  • Order signal provenance (#223): Order now includes created, order_type, and intent; adds OrderType and PositionIntent enums; PendingOrderScope.orders() supports filtering by order_id
  • AI Skills (#238): bundled agent skills and wiki references for strategy development

Performance

  • Numba @njit(cache=True) on all kernels (#225)
  • Faster capture_bar via integer indexing (#226), batched scope fetches (#230), and in-memory L1 cache (#227)
  • Faster PriceScope.fetch and ExecContext position lookups (#228, #229)
  • Faster exit_on_last_bar and indicator preprocessing via groupby (#240, #245)

Fixes

  • Alpaca crypto and AKShare reliability; bumps alpaca-py>=0.10.0, akshare>=1.17.50
  • mypy 2.3 compatibility; pins mypy==2.3.0
  • Read the Docs build image updated to Ubuntu 22.04

CI

  • ASV benchmark suite with PR regression gating (#224)
  • Python 3.13/3.14 added to test matrix; nightly ASV runs across 3.11–3.13

Full changelog: https://www.pybroker.com/en/latest/changelog.html

Source: README.md, updated 2026-07-20