Changes
* Add support for Keras 3 in 266
* TensorFlow 2.16+ has Keras 3.x as a dependency (although it is possible to use legacy Keras 2.x if need-be)
* Enable training with sparse label masks in 7a68fa7b8476a8d2e7b4860ab57836d0ae500aaa (inspired by ksugar)
* Add support for Python 3.12
* Various bug fixes and improvements, including
* Resolve integer overflow when running on a large 3D image by ximion in https://github.com/stardist/stardist/pull/249
* Fix and improve the export function for Bioimage.IO by qin-yu in https://github.com/stardist/stardist/pull/254
**Breaking changes**
* Exporting to TensorFlow's "SavedModel" format is no longer supported when using Keras 3
**Full Changelog**: https://github.com/stardist/stardist/compare/0.8.5...0.9.0