Skip to content

Commit ea5fb92

Browse files
committed
0.16.0 release
1 parent bb9a2d7 commit ea5fb92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.16.0 (2024-04-??)
4+
0.16.0 (2024-04-20)
55
-------------------
66

77
* support explain_prediction with Grad-CAM for Keras 3.x, TF 2.x image classifiers

eli5/__init__.py

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

33
from .formatters import (
44
format_as_html,

0 commit comments

Comments
 (0)