Upsurge icon indicating copy to clipboard operation
Upsurge copied to clipboard

Call for collaborating a helper document!

Open keunwoochoi opened this issue 7 years ago • 4 comments

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!

keunwoochoi avatar Feb 19 '18 19:02 keunwoochoi

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.

alejandro-isaza avatar Feb 20 '18 06:02 alejandro-isaza

Also feel free to create tickets for things we are missing that should be there.

alejandro-isaza avatar Feb 20 '18 06:02 alejandro-isaza

Awesome, thanks. I'll ping you here!

keunwoochoi avatar Feb 20 '18 10:02 keunwoochoi

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 for Matrix 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))

keunwoochoi avatar Feb 25 '18 23:02 keunwoochoi