Skip to content

Commit

Permalink
iNNvestigate v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Sep 14, 2022
1 parent 384dc61 commit 0d5f699
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Black](https://img.shields.io/badge/code_style-black-black.svg)](https://github.com/psf/black)

[![Python](https://img.shields.io/pypi/pyversions/innvestigate.svg)](https://badge.fury.io/py/innvestigate)
[![TensorFlow package version](https://img.shields.io/badge/TensorFlow-^2.6-orange.svg)](https://github.com/albermax/innvestigate)
[![TensorFlow package version](https://img.shields.io/badge/TensorFlow-2.6_--_2.10-orange.svg)](https://github.com/albermax/innvestigate)

![Different explanation methods on ImageNet.](https://github.com/albermax/innvestigate/raw/master/examples/images/analysis_grid.png)

Expand Down
4 changes: 4 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 2.0.1
- Remove dead `analyzer.fit` code left from PatternNet and PatternAttribution ([#289](https://github.com/albermax/innvestigate/pull/289))
- Fixes to README and documentation

## Version 2.0.0
iNNvestigate for TensorFlow 2. This is a [major version release](https://semver.org) and therefore breaking backward compatibility.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "innvestigate"
version = "2.0.0"
version = "2.0.1"
description = "A toolbox to innvestigate neural networks' predictions."
classifiers = [
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 0d5f699

Please sign in to comment.