File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ unreleased ]
5
+ ## [ 0.2.8 ] - 2023-01-09
6
6
7
7
8
8
### [ FAI-825] ( https://issues.redhat.com/browse/FAI-825 )
@@ -143,6 +143,12 @@ All notable changes to this project will be documented in this file.
143
143
144
144
- Improve API to declare selections in Python fairness ([ #132 ] ( https://github.com/trustyai-explainability/trustyai-explainability-python/pull/132 ) )
145
145
146
+
147
+ ### [ FAI-917] ( https://issues.redhat.com/browse/FAI-917 )
148
+
149
+
150
+ - Add error message capturing within Python models ([ #137 ] ( https://github.com/trustyai-explainability/trustyai-explainability-python/pull/137 ) )
151
+
146
152
## [ 0.2.5] - 2022-09-14
147
153
148
154
Original file line number Diff line number Diff line change 1
- ![ version] ( https://img.shields.io/badge/version-0.2.7 -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.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 )
2
2
3
3
# python-trustyai
4
4
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " trustyai"
3
- version = " 0.2.7 "
3
+ version = " 0.2.8 "
4
4
description = " Python bindings to the TrustyAI explainability library."
5
5
authors = [{ name = " Rui Vieira" , email = " rui@redhat.com" }]
6
6
license = { file = " LICENSE" }
Original file line number Diff line number Diff line change 1
1
"""TrustyAI version"""
2
- __version__ = "0.2.7 "
2
+ __version__ = "0.2.8 "
You can’t perform that action at this time.
0 commit comments