You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.2.2] - 2026-03-26
9
+
10
+
### Added
11
+
12
+
-**Polars support** in Python SDK: `pip install thetadatadx[polars]`
13
+
-`to_polars(ticks)` function converts tick dicts directly to polars DataFrame via `polars.from_dicts()`
14
+
- Optional dependency groups: `[pandas]`, `[polars]`, `[all]` for both
15
+
16
+
### Fixed
17
+
18
+
-**Multi-platform Python wheels** — now builds for Linux, macOS, and Windows (was Linux-only)
19
+
- Source distribution (sdist) included for pip build-from-source fallback
20
+
- Auth response parsing: subscription fields are integers (0-3), not strings — fixes connection failures
21
+
22
+
## [1.2.1] - 2026-03-26
23
+
24
+
### Fixed
25
+
26
+
-**Auth: subscription fields are integers** — Nexus API returns `"stockSubscription": 0` (int), not strings. Fixes `"failed to parse Nexus API response"` error on connect.
27
+
-**Multi-platform Python wheels** — CI now builds for Linux + macOS + Windows (was Linux x86_64 only). Fixes `"no matching distribution found"` for macOS/Windows users.
28
+
-**Source distribution** — sdist included so `pip install` can build from source when no pre-built wheel matches.
29
+
- Removed hallucinated "row deduplication" from docs (was never implemented, would have dropped real trades).
30
+
8
31
## [1.2.0] - 2026-03-26
9
32
10
33
### Added (PR #13)
@@ -239,6 +262,8 @@ See [TODO.md](TODO.md) for the production readiness checklist and performance ro
239
262
- Price type range enforced with `assert!` in release builds
0 commit comments