Skip to content

Commit 0cc4a56

Browse files
committed
docs: 更新CHANGELOG,记录2.4.2 pyarrow依赖修复
1 parent cc532f2 commit 0cc4a56

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
格式基于 [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
项目遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
77

8+
## [2.4.2] - 2026-02-23
9+
10+
### 🐛 Bug 修复
11+
12+
- **pyarrow 依赖缺失** - 补入 `pyarrow>=10.0.0` 为必须依赖,修复 `pip install simtradelab` 后 Parquet 读写报 `ImportError` 的问题
13+
14+
### 📦 升级指南
15+
16+
```bash
17+
pip install --upgrade simtradelab==2.4.2
18+
```
19+
20+
**兼容性:** ✅ API 接口无 breaking change。
21+
22+
---
23+
824
## [2.4.1] - 2026-02-23
925

1026
### 🐛 Bug 修复

0 commit comments

Comments
 (0)