Hoping to get some more feedback on my recent PR [0] which has stagnated a bit for the past few weeks.
This adds an `axis` keyword argument to np.tile which may be an int or tuple of ints, much like np.sum or np.roll.
This is my first contribution to numpy :)
Thanks,
Evan
[0]: https://github.com/numpy/numpy/pull/25703