Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-22 | 2.5 kB | |
v0.1.82 source code.tar.gz | 2025-08-22 | 38.4 MB | |
v0.1.82 source code.zip | 2025-08-22 | 38.5 MB | |
Totals: 3 Items | 77.0 MB | 0 |
What's Changed
- More robust value encoding in Python SDK
- feat(convert): support explicit type hints in engine value encoding by @lemorage in https://github.com/cocoindex-io/cocoindex/pull/807
- feat(convert): create the encoder only once by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/887
- Isolate GPU workloads in subprocess
- feat(subprocessing): implement subprocessing for GPU workloads by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/889
- feat(subprocess): add a watchdog to exit subprocess when parent dies by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/899
- feat(subprocess): automatically retry on subprocess terminates by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/901
- cleanup: no more lock around GPU workloads by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/890
- Engine support collapsing earlier based on version fingerprint
- feat(fast-fp): add process_logic_fingerprint for tracking table and use it for content change check by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/892
- feat(fast-fp): support fast collapse without reading source data by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/895
- New example tab under docs
- checkpoint - new example docs by @badmonster0 in https://github.com/cocoindex-io/cocoindex/pull/891
- examples documentation - custom targets, academic papers by @badmonster0 in https://github.com/cocoindex-io/cocoindex/pull/893
- Examples documentation - knowledge graphs, recommender, multi-format copali indexing by @badmonster0 in https://github.com/cocoindex-io/cocoindex/pull/894
- examples visual by @badmonster0 in https://github.com/cocoindex-io/cocoindex/pull/896
- docs update
- docs(custom-target): add an overview section for custom target by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/882
- organize docs for contributing guide by @badmonster0 in https://github.com/cocoindex-io/cocoindex/pull/883
- docs(target): add document for creating new target by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/886
- fix(split): set a limit for tree sitter recursion depth by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/897
- update icon.svg in doc by @badmonster0 in https://github.com/cocoindex-io/cocoindex/pull/881
Full Changelog: https://github.com/cocoindex-io/cocoindex/compare/v0.1.81...v0.1.82