Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Angel Ezquerra to contributors list #651

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading