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
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
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
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