Skip to content

Commit

Permalink
iNNvestigate v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed May 5, 2023
1 parent 37aae3e commit b69b992
Show file tree
Hide file tree
Showing 3 changed files with 8 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_--_2.11-orange.svg)](https://github.com/albermax/innvestigate)
[![TensorFlow package version](https://img.shields.io/badge/TensorFlow-2.6_--_2.12-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
6 changes: 6 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
![Documentation][badge-docs]
-->
# iNNvestigate Changelog
## 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))
- ![Maintenance][badge-maintenance] Support Python 3.11 and TensorFlow 2.12 ([#313](https://github.com/albermax/innvestigate/pull/313))
- ![Maintenance][badge-maintenance] Update CI workflows and dev-dependencies ([#313](https://github.com/albermax/innvestigate/pull/313))

## Version 2.0.2
- ![Bugfix][badge-bugfix] Fix `Perturbate` on RGB images ([#306](https://github.com/albermax/innvestigate/pull/306))
- ![Bugfix][badge-bugfix] Fix documentation
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.2"
version = "2.1.0"
description = "A toolbox to innvestigate neural networks' predictions."
classifiers = [
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit b69b992

Please sign in to comment.