Releases: paluigi/ollama-classifier
Releases · paluigi/ollama-classifier
v0.3.0
What's Changed
- feat: add vLLM, SGLang, and llama.cpp inference backends by @paluigi-moltis in #2
- fix: update uv.lock for v0.3.0 by @paluigi-moltis in #3
New Contributors
- @paluigi-moltis made their first contribution in #2
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Breaking changes:
- Remove all "_fast" scoring methods (unreliable probabilities)
- score_fast, batch_score_fast, ascore_fast, abatch_score_fast
- Rename "_complete" methods to be the default (remove suffix)
- score_complete → score
- batch_score_complete → batch_score
- classify_complete → classify
- batch_classify_complete → batch_classify
- ascore_complete → ascore
- abatch_score_complete → abatch_score
- aclassify_complete → aclassify
- abatch_classify_complete → abatch_classify
The multi-call evaluation with softmax now provides the only scoring
method, ensuring reliable and calibrated probability distributions.
Bump version to 0.2.0.
v0.1.1
First release: v0.1.0
First release!