This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.37.0
1.37.0 (2025-02-19)
Features
- JSON dtype support for read_pandas and Series constructor (#1391) (44f4137)
- Support add, sub, mult, div, and more between timedeltas (#1396) (ffa63d4)
- Support comparison, ordering, and filtering for timedeltas (#1387) (34d01b2)
- Support subtraction in DATETIME/TIMESTAMP columns with timedelta columns (#1390) (50ad3a5)
Bug Fixes
Performance Improvements
- Prune projections more aggressively (#1398) (7990262)
- Simplify sum aggregate SQL text (#1395) (0145656)
- Use simple null constraints to simplify queries (#1381) (00611d4)