We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f15a37 commit 279533aCopy full SHA for 279533a
CHANGES.rst
@@ -1,9 +1,10 @@
1
Changelog
2
=========
3
4
-0.14.0 (?)
+0.14.0 (2025-03-26)
5
-------------------
6
7
+* add support for scikit-learn 1.6+
8
* drop support for python 3.6, 3.7, 3.8
9
* add support for python 3.11, 3.12, 3.13
10
eli5/__init__.py
@@ -1,7 +1,4 @@
-# -*- coding: utf-8 -*-
-from __future__ import absolute_import
-
-__version__ = '0.13.0'
+__version__ = '0.14.0'
from .formatters import (
format_as_html,
0 commit comments