Skip to content

Commit

Permalink
Merge pull request #333 from TeamHG-Memex/0.10.0-release
Browse files Browse the repository at this point in the history
Prepare 0.10.0 release
  • Loading branch information
lopuhin committed Aug 21, 2019
2 parents ac35c0b + f7c3446 commit b641b37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
=========

0.10.0 (2019-08-21)
-------------------

* Keras image classifiers: explaining predictions with Grad-CAM
(GSoC-2019 project by @teabolt).

0.9.0 (2019-07-05)
------------------

Expand Down
4 changes: 2 additions & 2 deletions eli5/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import

__version__ = '0.9.0'
__version__ = '0.10.0'

from .formatters import (
format_as_html,
Expand Down Expand Up @@ -95,4 +95,4 @@
)
except ImportError:
# keras is not available
pass
pass

0 comments on commit b641b37

Please sign in to comment.