Skip to content

Commit e338ca2

Browse files
authored
bump version 1.0.0 (#41)
1 parent 85dbad7 commit e338ca2

File tree

2 files changed

+5
-64
lines changed

2 files changed

+5
-64
lines changed

CHANGELOG.md

+4-63
Original file line numberDiff line numberDiff line change
@@ -7,67 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.0.1a8] - 2025-02-18
10+
## [1.0.0] - 2025-02-18
11+
- Initial release of the `cleanlab-codex` client library.
1112

12-
### Changed
13-
14-
- Added and edited docstrings to make the auto-generated API reference more clear.
15-
16-
## [0.0.1a7] - 2025-02-18
17-
18-
### Changed
19-
20-
- Update links in documentation.
21-
22-
## [0.0.1a6] - 2025-02-14
23-
24-
### Changed
25-
26-
- Small improvements to documentation.
27-
28-
29-
## [0.0.1a5] - 2025-02-12
30-
31-
### Added
32-
33-
- Module for validating LLM responses and determining whether to use Codex as a backup.
34-
35-
### Changed
36-
37-
- Default name, description, and parameter descriptions for `CodexTool`.
38-
39-
## [0.0.1a4] - 2025-02-07
40-
41-
### Fixed
42-
43-
- Pydantic model validation error when querying Project and listing Organizations.
44-
45-
## [0.0.1a3] - 2025-02-06
46-
47-
### Added
48-
49-
- Added langchain and AWS Converse integrations.
50-
- Added informative README and documentation improvements.
51-
- Added informative error messages for lazy imports.
52-
53-
## [0.0.1a2] - 2025-02-04
54-
55-
### Added
56-
57-
- Replaced the Codex class with Client and Project.
58-
59-
## [0.0.1a1] - 2025-01-29
60-
61-
### Added
62-
63-
- Pre-release of the Cleanlab Codex Python client.
64-
65-
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a8...HEAD
66-
[0.0.1a8]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a7...v0.0.1a8
67-
[0.0.1a7]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a6...v0.0.1a7
68-
[0.0.1a6]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a5...v0.0.1a6
69-
[0.0.1a5]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a4...v0.0.1a5
70-
[0.0.1a4]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a3...v0.0.1a4
71-
[0.0.1a3]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a2...v0.0.1a3
72-
[0.0.1a2]: https://github.com/cleanlab/cleanlab-codex/compare/v0.0.1a1...v0.0.1a2
73-
[0.0.1a1]: https://github.com/cleanlab/cleanlab-codex/compare/267a93300f77c94e215d7697223931e7926cad9e...v0.0.1a1
13+
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.0...HEAD
14+
[1.0.0]: https://github.com/cleanlab/cleanlab-codex/compare/267a93300f77c94e215d7697223931e7926cad9e...v1.0.0

src/cleanlab_codex/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# SPDX-License-Identifier: MIT
2-
__version__ = "0.0.1a7"
2+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)