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.
2 parents da21f7c + 92fef17 commit 4ed37d7Copy full SHA for 4ed37d7
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.13.0 (2022-05-11)
5
+-------------------
6
+
7
+* drop python2.7 support
8
+* fix newer xgboost with unnamed features
9
10
0.12.0 (2022-05-11)
11
-------------------
12
eli5/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
-__version__ = '0.12.0'
+__version__ = '0.13.0'
from .formatters import (
format_as_html,
0 commit comments