Skip to content

TensorFlow Java 1.0.0-RC.1

Latest
Compare
Choose a tag to compare
@karllessard karllessard released this 12 Apr 19:41
8f5f7e9

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 #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
    • Using official TensorFlow native builds in published TensorFlow Java artifacts
    • Publish macOS ARM64 binaries as one of the default platforms
    • Enable compatibility with existing TensorFlow plugins (e.g. tensorflow-text)
  • Fix non-deterministic gradient descent during training

All Changes

New Contributors

Full Changelog: v0.5.0...v1.0.0-rc.1