File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- __version__ = "12.1.5 "
1+ __version__ = "12.1.6 "
You can’t perform that action at this time.
0 commit comments