PyPi release: https://pypi.org/project/osl-dynamics/2.1.0/
**UPGRADED TO TENSORFLOW 2.19.** Older versions are not compatible.
Changes:
- Refactored models:
- Now output dicts.
- Moved `_model_structure` into the model class (`build_model`).
- Rewrote how the losses are logged during training (needed for Keras 3, where the implementation of metrics was changed).
- Rewrote optimizer for the HMM.
- Fixed bug in TFRecord datasets related to TensorFlow upgrade.
- Updated installation instructions.
- New conda environments.
- Removed pip dependencies. (`pip install osl-dynamics==2.1.0` won't install any dependencies.)