New bugs & enhancements
Closed this issue · 1 comments
shivendrra commented
New Features required:
- Transpose array, SwapAxes
- Reshape
- Matmultiplication
- More Examples
- Test files to test all the functions
- Documentation update[optional]
Bugs to be fixed:
- Sum on
axis=0
isn't correct -
mean
,var
&std
on 0 axis not correct - dot product function has some issues
-
__str__
function unintentional behavior
shivendrra commented
completed!!!