v0.5.1
Announcement
This patch release adds support for all tf versions 2.2-2.12
and Python 3.6-3.11
. The model wrapper should work as intended for all combinations, whereas the optimizer is only compatible with tf>=2.8
and with poorer performance for tf>=2.10
.
What's Changed
- v0.5.0 zenodo + cite by @andreped in #89
- Added opt distribute unit test + added model distribute test to CI by @andreped in #91
- Further refined the bug report template by @andreped in #97
- Fixed dynamic optimizer wrapper inheritance + support tf >= 2.8 by @andreped in #95
- Fixed tensorflow-datasets protobuf issue by @andreped in #98
- Added model wrapper test for tf<2.8 + refactored tests by @andreped in #99
Full Changelog: v0.5.0...v0.5.1