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 https://github.com/arogozhnikov/einops/pull/298
* Tinygrad support by blueridanus in https://github.com/arogozhnikov/einops/pull/297
* Coerce bool to int in unpack by drubinstein in https://github.com/arogozhnikov/einops/pull/287
* Remove oneflow from testing by arogozhnikov in https://github.com/arogozhnikov/einops/pull/289
* tests: fix torch installation to force CPU by arogozhnikov in https://github.com/arogozhnikov/einops/pull/288
* Allow anonymous axes in parse_shape, fix 302 by arogozhnikov in https://github.com/arogozhnikov/einops/pull/303
* Codebase standards + update TF layers by arogozhnikov in https://github.com/arogozhnikov/einops/pull/318
* update github actions by arogozhnikov in https://github.com/arogozhnikov/einops/pull/319
New Contributors
* drubinstein made their first contribution in https://github.com/arogozhnikov/einops/pull/287
* atwam made their first contribution in https://github.com/arogozhnikov/einops/pull/298
* blueridanus made their first contribution in https://github.com/arogozhnikov/einops/pull/297
**Full Changelog**: https://github.com/arogozhnikov/einops/compare/v0.7.0...v0.8.0