Skip to content

Commit

Permalink
update to version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Sep 20, 2020
1 parent 7fa298b commit 3694882
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# [iNNvestigate neural networks!](https://github.com/albermax/innvestigate) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=iNNvestigate%20neural%20networks!&url=https://github.com/albermax/innvestigate&hashtags=iNNvestigate,artificialintelligence,machinelearning,deeplearning,datascience)


[![GitHub package version](https://img.shields.io/badge/Version-v1.0.8-green.svg)](https://github.com/albermax/innvestigate)
[![GitHub package version](https://img.shields.io/badge/Version-v1.0.9-green.svg)](https://github.com/albermax/innvestigate)
[![Keras package version](https://img.shields.io/badge/KerasVersion-v2.2.4-green.svg)](https://github.com/albermax/innvestigate)
[![License: BSD-2](https://img.shields.io/badge/License-BSD--2-blue.svg)](https://github.com/albermax/innvestigate/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/albermax/innvestigate.svg?branch=master)](https://travis-ci.org/albermax/innvestigate)
Expand Down
9 changes: 9 additions & 0 deletions VERSION.md
@@ -1,3 +1,12 @@
## Version 1.0.9

- BatchNormalization Layer compatible with LRP
- EmbeddingLayer support
- new Alpha-Beta-LRP-rules

Additionally various PR were merged and bugs fixed,
for details see [PR #222](https://github.com/albermax/innvestigate/pull/222)

## Version 1.0.8

Bugfixes, increased code covervage, CI.
Expand Down
2 changes: 2 additions & 0 deletions innvestigate/__init__.py
Expand Up @@ -7,3 +7,5 @@
assert analyzer
assert create_analyzer
assert NotAnalyzeableModelException

__version__ = '1.0.9'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@ def readme():
def setup():
setuptools.setup(
name="innvestigate",
version="1.0.8",
version="1.0.9",
description="A toolbox to innvestigate neural networks' predictions.",
long_description=readme(),
classifiers=[
Expand Down

0 comments on commit 3694882

Please sign in to comment.