Releases: weichencs/dataforge
Releases · weichencs/dataforge
v2.4.1
Compare
Sorry, something went wrong.
No results found
修复
dedupe 滑动窗口 key-set 清理时机(PR #70 )
⚠️ 已知问题
batch_size > 512 仍丢记录(#26 ),完整修复见 PR #73 ,临时规避请使用 batch_size <= 512。
附 sdist/wheel 与校验和。
v2.4.0
Compare
Sorry, something went wrong.
No results found
v2.3.0
Compare
Sorry, something went wrong.
No results found
新特性
内部
测试迁移 pytest fixtures(PR #67 )
窗口排序修复(PR #69 )
v2.2.0
Compare
Sorry, something went wrong.
No results found
v2.1.0
Compare
Sorry, something went wrong.
No results found
v2.0.0
Compare
Sorry, something went wrong.
No results found
破坏性变更
df.pipeline() 废弃,改用 df.connect() 链式 API(迁移指南见文档)
Python 要求 3.10+
新特性
df init 骨架(PR #63 )
sqlite 写锁重试(PR #62 )
nullable schema(PR #64 )
v1.3.0
Compare
Sorry, something went wrong.
No results found
新特性
jsonl 流式写入(PR #60 )
YAML 锚点(PR #61 )
最后一个支持 Python 3.9 的版本。
v1.2.0
Compare
Sorry, something went wrong.
No results found
v1.1.0
Compare
Sorry, something went wrong.
No results found
v1.0.0
Compare
Sorry, something went wrong.
No results found
里程碑
parquet 输出(PR #57 )
API 稳定承诺:1.x 期间不破坏公开接口。