- Update to support Python 3.11 and consequently later Tensorflow versions (>2.10). This required changing the optimizer imports in the unit tests to use the legacy optimizer (`tf.keras.optimizers.legacy`), as detailed in [the corresponding PR](https://github.com/danielenricocahall/elephas/pull/25). For developers using a version of Tensorflow <2.11, importing from the optimizer package (`tf.keras.optimizers`) will still function as expected. Otherwise, the imports will need to be changed to the legacy optimizer to ensure your application doesn't break.