The project follows the [TensorFlow API stability guarantees](https://www.tensorflow.org/guide/versions). ## Major Changes * Upgrade to TF 2.18.0 by @Craigacp in https://github.com/tensorflow/java/pull/608 * Code changes to add PluggableDevice support for Inference by @rjauhari2 in https://github.com/tensorflow/java/pull/605 ## Other Changes * Add NVIDIA CUDA dependency to README.md by @yukoba in https://github.com/tensorflow/java/pull/601 * Update MIGRATING.md to reflect package change by @Abacn in https://github.com/tensorflow/java/pull/604 * Upgrade to macos 13 since 12 is deprecated by @karllessard in https://github.com/tensorflow/java/pull/606 * Fix for empty SavedModelBundle tags by @Craigacp in https://github.com/tensorflow/java/pull/611 ## New Contributors * @yukoba made their first contribution in https://github.com/tensorflow/java/pull/601 * @Abacn made their first contribution in https://github.com/tensorflow/java/pull/604 * @rjauhari2 made their first contribution in https://github.com/tensorflow/java/pull/605