[Numpy-discussion] Re: ENH: Add 'axis' kwarg to np.tile

2024-02-29 Thread Aaron Meurer
Not to discourage you from making the suggestion https://github.com/data-apis/array-api/issues, but my experience is that the array API consortium tends to make the reverse argument, that if something isn't already implemented in one (or ideally most) array libraries, then it's less likely to be

[Numpy-discussion] Re: ENH: Add 'axis' kwarg to np.tile

2024-02-29 Thread Nathan
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

[Numpy-discussion] ENH: Add 'axis' kwarg to np.tile

2024-02-29 Thread evan
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]:

[Numpy-discussion] Re: JSON format for multi-dimensional data

2024-02-29 Thread Dom Grigonis
Could be of interest to scipp. They already put work to link to https://www.nexusformat.org. Maybe they would be interested in JData as well. — Also, what could be interesting is "format independent standard”. So that there is a general standard of data structures, which is adapted by

[Numpy-discussion] Re: JSON format for multi-dimensional data

2024-02-29 Thread philippe
Thank you dom for this encouraging comment ! I agree with these remarks. I will indeed integrate the extensions made by scipp to Xarray. Note: I am also looking for feedback regarding the analysis of tabular structures (e.g. to identify the hidden multidimensional structure):

[Numpy-discussion] Re: Improved 2DFFT Approach

2024-02-29 Thread Ralf Gommers
On Wed, Feb 28, 2024 at 6:59 AM camrymanjr--- via NumPy-Discussion < numpy-discussion@python.org> wrote: > Good day! > > My name is Alexander Levin. > > My colleague and I did a project on optimisation of two-dimensional > Fourier transform algorithm six months ago. We took your implementation of