From 2593be4bcc7aa2bccf775fbf9a2a575525ef2ed2 Mon Sep 17 00:00:00 2001 From: Florian Fervers Date: Thu, 28 Nov 2024 08:51:12 +0100 Subject: [PATCH] Update docs --- docs/source/more/related.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/more/related.rst b/docs/source/more/related.rst index 106603f..0ecea91 100644 --- a/docs/source/more/related.rst +++ b/docs/source/more/related.rst @@ -19,10 +19,10 @@ A non-exhaustive list of projects that use Einstein-inspired notation in chronol * - `einsum `_ - `Jan 23 2011 `_ - - Dot-product, rearranging, trace/diag, sum-reduction. + - Dot-product, transpose, trace/diag, sum-reduction. * - `einops `_ - `Sep 22 2018 `_ - - Dot-product, rearranging, trace/diag, reduction. + - Dot-product, transpose, reshape, repeat, trace/diag, reduction, stack/concat/split. * - `einindex `_ - `Dec 3 2018 `_ - Indexing. @@ -43,7 +43,7 @@ A non-exhaustive list of projects that use Einstein-inspired notation in chronol - Indexing. * - `eins `_ - `Mar 14 2024 `_ - - ? + - Custom. * - `einshard `_ - `Mar 24 2024 `_ - Sharding.