Upsurge
Upsurge copied to clipboard
Call for collaborating a helper document!
Since it was pretty hard for me to understand how to use Upsurge only with the source codes, I thought of creating a markdown file for easier landing for people like me.
https://hackmd.io/MYFhDYQEwMwBgLQFNxUSOwkIEYFYo8EAOKARhmJGLhzgGYyg?both
Unfortunately, I couldn't really fill it much because I don't know.. So, please feel free to add whatever you can think of!
That's helpful, I added a few things. When you are satisfied create a PR to add that as an .md file and link it from the README please.
Also feel free to create tickets for things we are missing that should be there.
Awesome, thanks. I'll ping you here!
I'll try to list some missing functions; obviously these are very personal ones :)
- Ideally, all the same functionalities for
Matrix
,ValueArray
, and their slices, e.g.max
,sum
, .. (E.g.,max
doesn't work forMatrix
yet) - Partial assignment to all types
- Element-wise exponent and multiplications for all types
- data type casting (similar to e.g.
x.astype(np.int)
)