File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
[ ![ Black] ( https://img.shields.io/badge/code_style-black-black.svg )] ( https://github.com/psf/black )
10
10
11
11
[ ![ 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 -orange.svg )] ( https://github.com/albermax/innvestigate )
12
+ [ ![ TensorFlow package version] ( https://img.shields.io/badge/TensorFlow-2.6_--_2.10 -orange.svg )] ( https://github.com/albermax/innvestigate )
13
13
14
14
![ Different explanation methods on ImageNet.] ( https://github.com/albermax/innvestigate/raw/master/examples/images/analysis_grid.png )
15
15
Original file line number Diff line number Diff line change
1
+ ## Version 2.0.1
2
+ - Remove dead ` analyzer.fit ` code left from PatternNet and PatternAttribution ([ #289 ] ( https://github.com/albermax/innvestigate/pull/289 ) )
3
+ - Fixes to README and documentation
4
+
1
5
## Version 2.0.0
2
6
iNNvestigate for TensorFlow 2. This is a [ major version release] ( https://semver.org ) and therefore breaking backward compatibility.
3
7
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " innvestigate"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
description = " A toolbox to innvestigate neural networks' predictions."
5
5
classifiers = [
6
6
" License :: OSI Approved :: BSD License" ,
You can’t perform that action at this time.
0 commit comments