From b2027098cf2c1c06ad859b24b564340a4cc4d04f Mon Sep 17 00:00:00 2001 From: Angel Ezquerra Date: Wed, 8 May 2024 09:35:50 +0200 Subject: [PATCH] Add Angel Ezquerra to contributors list (#651) --- Contributors.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 69cc5053f..55e5ac5b4 100644 --- a/Contributors.md +++ b/Contributors.md @@ -3,9 +3,20 @@ Main Arraymancer contributors (sorted alphabetically) ### Andrea Ferretti (@andreaferetti) - Autograd of mean along an axis +### Angel Ezquerra (@AngelEzquerra) + - Add features that were missing from Numpy and Matlab, such as: + - Missing math functions and operators (contains, convolve, diff_discrete, median, sinc, roll, flatten, append, moveaxes, unique, etc.) + - Add or improve diagonal, triangular and other special matrix functions (toepliz, hankel, vander, etc.) + - Improve Complex and bool tensor support as well as mixed real-Complex ops + - Add support for combining span slices with negative steps (e.g. `t[_|-1]`) + - Add support for doing a masked fill from a tensor + - Remove some compilation warnings + - Error message and documentation improvements + - Miscellaneous fixes + ### Eduardo Bart (@edubart) - OpenMP - - Several performance optimizations and fix including + - Several performance optimizations and fixes including - Strided iterators - Uninitialized seq - Shapeshifting procs