TensorFlow Java 1.0.0-RC.1
This is the first release candidate for TensorFlow Java 1.0.0, and includes a major refactoring of the source structure and the CI/CD pipelines (see https://github.com/tensorflow/java/pull/521). While most the API has not been impacted, there are some breaking changes that might require updating the code of your application if you've been using TensorFlow Java before, please see these guidelines for more details.
Conformity to semantic versioning will start with the 1.0.0 release, as per TensorFlow API stability guarantees.
Major Changes
- Upgrade to TensorFlow 2.16.1
- Major refactoring of the build and CI/CD pipelines, to facilitate next TensorFlow upgrades