This is the second release candidate for TensorFlow Java 1.0.0, with added support for Linux Arm64 systems, improved in-code documentation (JavaDoc) and other minor fixes.
Conformity to semantic versioning will start with the 1.0.0 release, as per TensorFlow API stability guarantees.
Major Changes
- Support of Linux Arm64 systems by @snadampal in #545
- Upgrade to TF2.16.2 by @karllessard in #557
Other Changes
- Graph is changed to public in Session.java by @manojava98 in #535
- Shape proto fix by @karllessard in #539
- Accept partially known shapes in boolean mask/updates by @karllessard in #541
- Various javadoc fixes by @Craigacp and @karllessard in #542, #555
- Add user instructions on how to use new module names by @karllessard in #554
New Contributors
- @manojava98 made their first contribution in #535
- @snadampal made their first contribution in #545
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2