From 39f5e4ef626ac9eb645efed16d9ae4b1eba9ce1c Mon Sep 17 00:00:00 2001 From: Adrian Hill Date: Thu, 14 Sep 2023 11:37:10 +0200 Subject: [PATCH] iNNvestigate v2.1.1 --- VERSION.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/VERSION.md b/VERSION.md index 0791f143..de1430b4 100644 --- a/VERSION.md +++ b/VERSION.md @@ -10,6 +10,12 @@ ![Documentation][badge-docs] --> # iNNvestigate Changelog +## Version 2.1.1 +- ![Maintenance][badge-maintenance] Support TensorFlow 2.13 + ([a5395f8](https://github.com/albermax/innvestigate/commit/a5395f82aabeb1c3ca7355d01bafc6a4f8aef795)) +- ![Maintenance][badge-maintenance] Fix matplotlib deprecation of `plt.cm` + ([488a0fe](https://github.com/albermax/innvestigate/commit/488a0fe08d3cf4cc9656a9644f20fd0579dfc02e)) + ## Version 2.1.0 - ![Feature][badge-feature] Add way to strip arbitrary output activations ([#310](https://github.com/albermax/innvestigate/pull/310)) - ![Bugfix][badge-bugfix] Fix `is_layer_at_idx` for LRP ([#308](https://github.com/albermax/innvestigate/pull/308)) diff --git a/pyproject.toml b/pyproject.toml index 95399b59..633e5663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "innvestigate" -version = "2.1.0" +version = "2.1.1" description = "A toolbox to innvestigate neural networks' predictions." classifiers = [ "License :: OSI Approved :: BSD License",