[Numpy-discussion] New feature

2024-04-17 Thread Alexei Lisitsa
I created an extension to numpy called numpy_list that allows to create numpy array from predefined lists for now it supports arithmetic and geometric progressions You can see info there https://github.com/alessionuovo/mionumpy/tree/list_operations/numpy_extensions#readme Thanks Alexei

[Numpy-discussion] New feature: binary (arbitrary base) rounding

2022-11-03 Thread Oscar Gustafsson
Hi all, I hope this is the correct way to propose a new feature. https://github.com/numpy/numpy/issues/22522 Currently, the around-function supports rounding to a given number of decimal digits. It is often quite convenient to be able to round to a given number of binary digits to mimic fixed-poi

Re: [Numpy-discussion] New Feature added to rotate MeshGrid

2021-08-31 Thread Ralf Gommers
On Tue, Aug 31, 2021 at 12:07 PM Yash Tewatia wrote: > Hi, it is my first contribution to the open-source community, I have tried > to fix issue #19315, which is to add a new feature of rotating mesh grid in > NumPy. It would be great if I get improvements and suggestions for it. > Hi Yash, welc

[Numpy-discussion] New Feature added to rotate MeshGrid

2021-08-31 Thread Yash Tewatia
Hi, it is my first contribution to the open-source community, I have tried to fix issue #19315, which is to add a new feature of rotating mesh grid in NumPy. It would be great if I get improvements and suggestions for it. Added functionality of rotating mesh grid which fixes #19315 issue, adds a f