Skip to content

Commit 4b54c85

Browse files
authored
Bump version to 12.1.6 and update changelog (#914)
1 parent fd743ca commit 4b54c85

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [[12.1.6]](https://github.com/Clarifai/clarifai-python/releases/tag/12.1.6) - [PyPI](https://pypi.org/project/clarifai/12.1.6/) - 2026-01-26
2+
3+
### Added
4+
- Add support for concept IDs from config.yaml in visual detector/classifier [(#913)](https://github.com/Clarifai/clarifai-python/pull/913)
5+
- Added `load_concepts_from_config()` method to `VisualDetectorClass` and `VisualClassifierClass` to load concepts from config.yaml
6+
- Added optional `concepts_map` parameter to `process_detections()` and `process_concepts()` methods
7+
- When `concepts_map` is provided, concept IDs are taken from config.yaml instead of being auto-generated from names
8+
- Fixes mismatch between concept IDs in model output_info and actual prediction output
9+
110
## [[12.1.5]](https://github.com/Clarifai/clarifai-python/releases/tag/12.1.5) - [PyPI](https://pypi.org/project/clarifai/12.1.5/) - 2026-01-21
211

312
### Added

clarifai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "12.1.5"
1+
__version__ = "12.1.6"

0 commit comments

Comments
 (0)