Skip to content

Release 2.9.2

Latest
Compare
Choose a tag to compare
@uri-granta uri-granta released this 14 Jun 10:30
7d50d81

This patch release adds support for Tensorflow 2.16.

Bug Fixes and Other Changes

  • Support and test against Tensorflow 2.16. Note that (like tensorflow-probability) GPflow uses Keras 2. Since TF 2.16 defaults to Keras 3, tf.keras must now be imported from the tf_keras package. Alternatively, you can import tf_keras from the gpflow.keras module, which will automatically select the right source depending on which version of TF is installed. Note that Keras optimizers such as Adam should be imported from tf_keras.

Thanks to our Contributors

This release contains contributions from:

uri-granta