Skip to content

Commit

Permalink
version_10.11.0 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthbachala20 authored Dec 3, 2024
1 parent df05d67 commit 282238d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [[10.11.0]](https://github.com/Clarifai/clarifai-python/releases/tag/10.11.0) - [PyPI](https://pypi.org/project/clarifai/10.11.0/) - 2024-12-03

### Changed
- Fixed issue of bounding box info edge cases [(#457)] (https://github.com/Clarifai/clarifai-python/pull/457)
- Supports downloading data.parts as bytes [(#456)] (https://github.com/Clarifai/clarifai-python/pull/456)
- Changed default env to prod for Model upload [(#455)] (https://github.com/Clarifai/clarifai-python/pull/455)
- Added tests for all stream and generate methods [(#452)] (https://github.com/Clarifai/clarifai-python/pull/452)
- Added Codecoverage test report in PRs [(#450)] (https://github.com/Clarifai/clarifai-python/pull/450)

## [[10.10.1]](https://github.com/Clarifai/clarifai-python/releases/tag/10.10.1) - [PyPI](https://pypi.org/project/clarifai/10.10.1/) - 2024-11-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion clarifai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "10.10.1"
__version__ = "10.11.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clarifai-grpc>=10.10.1
clarifai-grpc>=10.10.2
clarifai-protocol>=0.0.6
numpy>=1.22.0
tqdm>=4.65.0
Expand Down

0 comments on commit 282238d

Please sign in to comment.