diff --git a/README.md b/README.md index b82ec653..79cf23c9 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/VERSION.md b/VERSION.md index 50ecaaa3..1521ab48 100644 --- a/VERSION.md +++ b/VERSION.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index e626a82f..95e49f6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",