Hi, I think the thing to do is argue that this should be included in the array API:
https://data-apis.org/array-api/latest/API_specification/generated/array_api.tile.html#array_api.tile Once that’s settled we can add it to NumPy. In general there’s a feeling that there are already too many keywords in the API and now that the array API is a thing, we can point to that as a place to hash out API decisions. Including syntax in the array API also encourages more libraries to adopt your preferred syntax. Nathan On Thu, Feb 29, 2024 at 4:12 PM <[email protected]> wrote: > 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 > _______________________________________________ > NumPy-Discussion mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ > Member address: [email protected] >
_______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
