Skip to content

Commit 089ac0f

Browse files
committed
0.15.0 release
1 parent 4638559 commit 089ac0f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.15.0 (2025-04-06)
5+
-------------------
6+
7+
* support explain_prediction with OpenAI client, highlighting token logprobs
8+
49
0.14.0 (2025-03-26)
510
-------------------
611

eli5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.14.0'
1+
__version__ = '0.15.0'
22

33
from .formatters import (
44
format_as_html,

0 commit comments

Comments
 (0)