v0.2.0
Summary
First Rust-based release with bindings for Python & Go + vLLM integration
What's Changed
- feat: add rust port by @walterbm-cohere in #8
- chore: cleanup llama and unused options by @walterbm-cohere in #9
- feat: create go bindings from rust implementation by @walterbm-cohere in #10
- chore: use option value for cur_citation_byte_index by @walterbm-cohere in #12
- chore: update rust README & remove templating by @walterbm-cohere in #13
- feat: python bindings boilerplat to get something working by @daniel-cohere in #14
- chore: reorg, add action to build wheels by @daniel-cohere in #15
- fix: rename FilterOutput fields, FilterOptions and bug fix for vllm by @daniel-cohere in #16
- feat: add python parser wrapper for vllm by @walterbm-cohere in #17
- chore: remove special_token_keys and derive it from special_tokens_map by @walterbm-cohere in #18
- chore: allow tool parsing to be disabled for vllm reasoning parser by @walterbm-cohere in #19
- chore: rust optimization + fixes for github actions + add py format check by @walterbm-cohere in #20
- chore: add parser to wheel by @daniel-cohere in #21
- fix: update reasoning parser for latest vllm by @walterbm-cohere in #22
- chore: run action to build wheels on tag push by @walterbm-cohere in #23
New Contributors
- @walterbm-cohere made their first contribution in #8
Full Changelog: v0.0.1...v0.2.0