You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VERSION.md
+29-9Lines changed: 29 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
+
<!--
2
+
# Badges
3
+
![BREAKING][badge-breaking]
4
+
![Deprecation][badge-deprecation]
5
+
![Feature][badge-feature]
6
+
![Enhancement][badge-enhancement]
7
+
![Bugfix][badge-bugfix]
8
+
![Experimental][badge-experimental]
9
+
![Maintenance][badge-maintenance]
10
+
![Documentation][badge-docs]
11
+
-->
12
+
# iNNvestigate Changelog
13
+
## Version 2.0.2
14
+
-![Bugfix][badge-bugfix] Fix `Perturbate` on RGB images ([#306](https://github.com/albermax/innvestigate/pull/306))
15
+
-![Bugfix][badge-bugfix] Fix documentation
16
+
-![Maintenance][badge-maintenance] Support TensorFlow 2.11 ([#300](https://github.com/albermax/innvestigate/pull/300))
17
+
-![Maintenance][badge-maintenance] Update CI workflows and dev-dependencies ([#301](https://github.com/albermax/innvestigate/pull/301))
1
18
## 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
19
+
-![Maintenance][badge-maintenance]Remove dead `analyzer.fit` code left from PatternNet and PatternAttribution ([#289](https://github.com/albermax/innvestigate/pull/289))
20
+
-![Documentation][badge-docs]Fixes to README and documentation
4
21
5
22
## Version 2.0.0
6
23
iNNvestigate for TensorFlow 2. This is a [major version release](https://semver.org) and therefore breaking backward compatibility.
0 commit comments