TLDR
- tinygrad backend added
- resolve warning in py3.11 related to docstring
- remove graph break for unpack
- breaking TF layers were updated to follow new instructions, new layers compatible with TF 2.16, and not compatible with old TF (certainly does not work with TF2.13)
What's Changed
- Fix invalid escape sequence in einsum docstring by @atwam in #298
- Tinygrad support by @blueridanus in #297
- Coerce bool to int in unpack by @drubinstein in #287
- Remove oneflow from testing by @arogozhnikov in #289
- tests: fix torch installation to force CPU by @arogozhnikov in #288
- Allow anonymous axes in parse_shape, fix #302 by @arogozhnikov in #303
- Codebase standards + update TF layers by @arogozhnikov in #318
- update github actions by @arogozhnikov in #319
New Contributors
- @drubinstein made their first contribution in #287
- @atwam made their first contribution in #298
- @blueridanus made their first contribution in #297
Full Changelog: v0.7.0...v0.8.0