Releases: cleanlab/cleanlab-codex
Releases · cleanlab/cleanlab-codex
v1.0.22
- Remove quality_preset arg
v1.0.21
- Support adding remediations to a project
- Docstring updates
v1.0.20
- Remove Codex-as-a-tool
- Remove support for deprecated entries data model
v1.0.19
- Expose
eval_scoresproperty forValidator.validate()and use Pydantic types from Codex backend
v1.0.18
- Expose
optionsandquality_presetproperties forValidator.validate()
v1.0.17
- Refactor
validate()to use/validateendpoint from Codex backend and leverage this default logic - deprecate
project.query()andproject.add_entries()
v1.0.16
- Update
codex-sdkdependency to0.1.0a20.
v1.0.15
- Update default thresholds for response helpfulness to 0.23 in
ValidatorAPI. - Update
codex-sdkdependency to0.1.0a19.
v1.0.14
- Update
codex-sdkdependency to0.1.0-alpha.17. - Capture data for the number of times the validator API is called on a Codex project.
v1.0.13
- Update
cleanlab-tlmdependancy to~=1.1.