File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 0.2.8 ] - 2023-01-09
5+ ## [ 0.2.9 ] - 2023-02-23
66
77
88### [ FAI-825] ( https://issues.redhat.com/browse/FAI-825 )
@@ -149,6 +149,18 @@ All notable changes to this project will be documented in this file.
149149
150150- Add error message capturing within Python models ([ #137 ] ( https://github.com/trustyai-explainability/trustyai-explainability-python/pull/137 ) )
151151
152+
153+ ### [ FAI-926] ( https://issues.redhat.com/browse/FAI-926 )
154+
155+
156+ - Implement custom counterfactual goal criteria ([ #140 ] ( https://github.com/trustyai-explainability/trustyai-explainability-python/pull/140 ) )
157+
158+
159+ ### [ FAI-952] ( https://issues.redhat.com/browse/FAI-952 )
160+
161+
162+ - Change dependencies to align with ODH workbench images ([ #143 ] ( https://github.com/trustyai-explainability/trustyai-explainability-python/pull/143 ) )
163+
152164## [ 0.2.5] - 2022-09-14
153165
154166
Original file line number Diff line number Diff line change 1- ![ version] ( https://img.shields.io/badge/version-0.2.8 -green ) [ ![ Tests] ( https://github.com/trustyai-python/module/actions/workflows/workflow.yml/badge.svg )] ( https://github.com/trustyai-python/examples/actions/workflows/workflow.yml )
1+ ![ version] ( https://img.shields.io/badge/version-0.2.9 -green ) [ ![ Tests] ( https://github.com/trustyai-python/module/actions/workflows/workflow.yml/badge.svg )] ( https://github.com/trustyai-python/examples/actions/workflows/workflow.yml )
22
33# python-trustyai
44
Original file line number Diff line number Diff line change 11[project ]
22name = " trustyai"
3- version = " 0.2.8 "
3+ version = " 0.2.9 "
44description = " Python bindings to the TrustyAI explainability library."
55authors = [{
name =
" Rui Vieira" ,
email =
" [email protected] " }]
66license = { file = " LICENSE" }
Original file line number Diff line number Diff line change 11"""TrustyAI version"""
2- __version__ = "0.2.8 "
2+ __version__ = "0.2.9 "
You can’t perform that action at this time.
0 commit comments