We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a895e1 commit 10e4fc4Copy full SHA for 10e4fc4
VERSION.md
@@ -10,6 +10,10 @@
10
![Documentation][badge-docs]
11
-->
12
# iNNvestigate Changelog
13
+## Version 2.1.2
14
+- ![Maintenance][badge-maintenance] Support TensorFlow 2.14
15
+ ([#322](https://github.com/albermax/innvestigate/pull/322))
16
+
17
## Version 2.1.1
18
- ![Maintenance][badge-maintenance] Support TensorFlow 2.13
19
([a5395f8](https://github.com/albermax/innvestigate/commit/a5395f82aabeb1c3ca7355d01bafc6a4f8aef795))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "innvestigate"
3
-version = "2.1.1"
+version = "2.1.2"
4
description = "A toolbox to innvestigate neural networks' predictions."
5
classifiers = [
6
"License :: OSI Approved :: BSD License",
0 commit comments