File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.6] - 2025-03-27
11+
12+ - Fix links to docs
13+
1014## [ 1.0.5] - 2025-03-27
1115
1216- Add ` Validator ` API
@@ -34,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3438
3539- Initial release of the ` cleanlab-codex ` client library.
3640
37- [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.5...HEAD
41+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.6...HEAD
42+ [ 1.0.6 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.5...v1.0.6
3843[ 1.0.5 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.4...v1.0.5
3944[ 1.0.4 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.3...v1.0.4
4045[ 1.0.3 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.2...v1.0.3
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MIT
2- __version__ = "1.0.5 "
2+ __version__ = "1.0.6 "
Original file line number Diff line number Diff line change 11"""
2- This module is now superseded by this [Validator API](/codex/api/validator/).
2+ This module is now superseded by this [Validator API](/codex/api/python/ validator/).
33
44Deprecated validation functions for evaluating LLM responses and determining if they should be replaced with Codex-generated alternatives.
55"""
Original file line number Diff line number Diff line change 11"""
2- This module is now superseded by this [Validator API](/codex/api/validator/).
2+ This module is now superseded by this [Validator API](/codex/api/python/ validator/).
33
44Deprecated types for response validation."""
55
You can’t perform that action at this time.
0 commit comments