Skip to content

Commit a4d1e9c

Browse files
authored
Merge pull request #51 from eli5-org/release-0.14
Release 0.14
2 parents 198f9f9 + 279533a commit a4d1e9c

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changelog
22
=========
33

4-
0.14.0 (?)
4+
0.14.0 (2025-03-26)
55
-------------------
66

7+
* add support for scikit-learn 1.6+
78
* drop support for python 3.6, 3.7, 3.8
89
* add support for python 3.11, 3.12, 3.13
910

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ ELI5
2222
ELI5 is a Python package which helps to debug machine learning
2323
classifiers and explain their predictions.
2424

25-
.. image:: ./docs/source/static/readme-show-prediction.png
25+
.. image:: https://github.com/eli5-org/eli5/blob/master/docs/source/static/readme-show-prediction.png
2626
:alt: explain_prediction for text data
2727

28-
.. image:: ./docs/source/static/readme-show-weights.png
28+
.. image:: https://github.com/eli5-org/eli5/blob/master/docs/source/static/readme-show-weights.png
2929
:alt: explain_weights for text data
3030

3131
It provides support for the following machine learning frameworks and packages:

eli5/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
from __future__ import absolute_import
3-
4-
__version__ = '0.13.0'
1+
__version__ = '0.14.0'
52

63
from .formatters import (
74
format_as_html,

0 commit comments

Comments
 (0)