ddzhulaii

Results 6 comments of ddzhulaii

Thanks for your comment! Initially, I was hesitant about changing the parts of Ivy API but now will do so. As well as adding tests :)

@Oxbeefbabe hey, was AFK cause I had to deal with covid for a few days 🙈 - added a missing `ndarray.transpose` method - added a test for `numpy.transpose` frontend method...

Ready for the review :) - both tests for `numpy.transpose` and `numpy.ndarray.transpose` are fixed - I changed the test helper `get_axis`: before if the `unique=True` it was returning unique axes...

Thanks for a quick check! Resolved all the conflicts :)

Hello 👋 I have a few questions about this issue. I was thinking about two possible ways to solve it: 1. Use already available NumPy functionality (as it's all already...