Skip to content

Commit 262a236

Browse files
committed
docs: align api stability documentation with 1.0.0 release
1 parent 89703f7 commit 262a236

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

docs/docs/install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ Kotlin, are frequently used in large and small enterprises all over the world,
88
which makes TensorFlow Java a strategic choice for adopting machine learning at
99
a large scale.
1010

11-
Caution: The TensorFlow Java API is *not* covered by the TensorFlow
12-
[API stability guarantees](https://www.tensorflow.org/guide/versions).
11+
Note: Starting from version 1.0.0, the TensorFlow Java project follows the
12+
[TensorFlow API stability guarantees](https://www.tensorflow.org/guide/versions#api_stability).
13+
However, as these bindings are downstream of the TensorFlow C API, users should
14+
be aware that stability is subject to the evolution of the upstream TensorFlow core.
1315

1416
## Requirements
1517

tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/package-info.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
/**
1717
* Defines classes to build, save, load and execute TensorFlow models.
1818
*
19-
* <p><b>WARNING</b>: The API is currently experimental and is not covered by TensorFlow <a
20-
* href="https://www.tensorflow.org/guide/version_compat">API stability guarantees</a>. See <a
21-
* href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/java/README.md">README.md</a>
19+
* <p><b>API Stability</b>: Since version 1.0.0, the TensorFlow Java API is covered by
20+
* TensorFlow <a href="https://www.tensorflow.org/guide/versions#api_stability">API stability guarantees</a>.
21+
* Please note that as this library is a wrapper for the TensorFlow C API, its stability is
22+
* subject to the stability of the underlying upstream TensorFlow project. See the
23+
* <a href="https://github.com/tensorflow/java/blob/master/README.md">README.md</a>
2224
* for installation instructions.
2325
*
2426
* <p>The <a

0 commit comments

Comments
 (0)