Skip to content

Commit b69b992

Browse files
committed
iNNvestigate v2.1.0
1 parent 37aae3e commit b69b992

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Black](https://img.shields.io/badge/code_style-black-black.svg)](https://github.com/psf/black)
1010

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

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

VERSION.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
![Documentation][badge-docs]
1111
-->
1212
# iNNvestigate Changelog
13+
## Version 2.1.0
14+
- ![Feature][badge-feature] Add way to strip arbitrary output activations ([#310](https://github.com/albermax/innvestigate/pull/310))
15+
- ![Bugfix][badge-bugfix] Fix `is_layer_at_idx` for LRP ([#308](https://github.com/albermax/innvestigate/pull/308))
16+
- ![Maintenance][badge-maintenance] Support Python 3.11 and TensorFlow 2.12 ([#313](https://github.com/albermax/innvestigate/pull/313))
17+
- ![Maintenance][badge-maintenance] Update CI workflows and dev-dependencies ([#313](https://github.com/albermax/innvestigate/pull/313))
18+
1319
## Version 2.0.2
1420
- ![Bugfix][badge-bugfix] Fix `Perturbate` on RGB images ([#306](https://github.com/albermax/innvestigate/pull/306))
1521
- ![Bugfix][badge-bugfix] Fix documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "innvestigate"
3-
version = "2.0.2"
3+
version = "2.1.0"
44
description = "A toolbox to innvestigate neural networks' predictions."
55
classifiers = [
66
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)