Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-29 | 1.1 kB | |
v0.1.75 source code.tar.gz | 2025-07-29 | 10.5 MB | |
v0.1.75 source code.zip | 2025-07-29 | 10.6 MB | |
Totals: 3 Items | 21.2 MB | 0 |
What's Changed
- docs: clarify the idempotency requirements by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/823
- fix(data-slice): make data slice types reflect newly added fields by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/825
- feat(convert): simplify untyped conversion and cover more scenarios by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/826
- fix(convert): stop treating
None
annotation asAny
by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/827 - test: add unit tests to execute transform flow e2e by @lemorage in https://github.com/cocoindex-io/cocoindex/pull/737
- feat(api): introduce
Flow.close()
to replacecocoindex.remove_flow()
by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/829 - feat(api): rename
add_flow_def()
toopen_flow()
by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/830 - fix: use op name instead of scope name as key for op schema subscopes by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/831
Full Changelog: https://github.com/cocoindex-io/cocoindex/compare/v0.1.74...v0.1.75