From 6181e1e95dc58c00a3143c1726da1c6ee0463164 Mon Sep 17 00:00:00 2001 From: Alex Rogozhnikov Date: Sun, 26 May 2024 00:26:18 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e2b29e6..e11e2f92 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Supports numpy, pytorch, tensorflow, jax, and [others](#supported-frameworks). ## Recent updates: +- 0.8.0: tinygrad backend added, small fixes - 0.7.0: no-hassle `torch.compile`, support of [array api standard](https://data-apis.org/array-api/latest/API_specification/index.html) and more - 10'000🎉: github reports that more than 10k project use einops - einops 0.6.1: paddle backend added