File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
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
+ ## [ 0.2.12] - 2023-04-24
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+
11
+ - Fixed broken gridding after bokeh 3.0.x update ([ #153 ] ( https://github.com/trustyai-explainability/trustyai-explainability-python/pull/153 ) )
12
+
5
13
## [ 0.2.11] - 2023-04-24
6
14
7
15
Original file line number Diff line number Diff line change 1
- ![ version] ( https://img.shields.io/badge/version-0.2.11 -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.12 -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.11 "
3
+ version = " 0.2.12 "
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.11 "
2
+ __version__ = "0.2.12 "
You can’t perform that action at this time.
0 commit comments