We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9a2d7 commit ea5fb92Copy full SHA for ea5fb92
2 files changed
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-0.16.0 (2024-04-??)
+0.16.0 (2024-04-20)
5
-------------------
6
7
* support explain_prediction with Grad-CAM for Keras 3.x, TF 2.x image classifiers
eli5/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.15.0'
+__version__ = '0.16.0'
from .formatters import (
format_as_html,
0 commit comments