File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.20] 2025-06-17
11
+
12
+ - Remove Codex-as-a-tool
13
+ - Remove support for deprecated entries data model
14
+
10
15
## [ 1.0.19] 2025-06-4
11
16
12
17
- Expose ` eval_scores ` property for ` Validator.validate() ` and use Pydantic types from Codex backend
@@ -94,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
99
95
100
- Initial release of the ` cleanlab-codex ` client library.
96
101
97
- [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.19...HEAD
102
+ [ Unreleased ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.20...HEAD
103
+ [ 1.0.19 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.19...v1.0.20
98
104
[ 1.0.19 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.18...v1.0.19
99
105
[ 1.0.18 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.17...v1.0.18
100
106
[ 1.0.17 ] : https://github.com/cleanlab/cleanlab-codex/compare/v1.0.16...v1.0.17
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: MIT
2
- __version__ = "1.0.19 "
2
+ __version__ = "1.0.20 "
You can’t perform that action at this time.
0 commit comments