[Numpy-discussion] Numpy array

2022-01-27 Thread bigfixforum
Hi, i am new to numpy. This is first time i am using numpy. https://github.com/mspieg/dynamical-systems/blob/master/Bifurcations.ipynb This code i found to create bifurcation graph. There is section of code which i am not able to understand vr[stable], vx[stable] vr and vx is array of 150 elem

[Numpy-discussion] Re: Numpy array

2022-01-27 Thread Lev Maximov
Hi, I believe this question fits Stack Overflow better. Here're SO guidelines on how to create a minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example If you're new to NumPy I'd recommend this visual guide: https://betterprogramming.pub/numpy-illustrated-the-v

[Numpy-discussion] Re: Numpy array

2022-01-27 Thread Rohit Goswami
Agreed, however, the[ NumPy learn section of the official documentation](https://numpy.org/learn/) is probably a better place to point to (though your article is justifiably also linked from there). --- Rohit On 27 Jan 2022, at 16:15, Lev Maximov wrote: Hi, I believe this question fits Stac

[Numpy-discussion] Re: Numpy array

2022-01-27 Thread Lev Maximov
Yes, this page has a ton of interesting stuff, too! I gave just one link because it might take time to choose between 10 excellent tutorials. It's just my personal preference :) Btw, is it possible to automate the detection of dead links on that page? Lev On Thu, Jan 27, 2022 at 11:25 PM Rohit G

[Numpy-discussion] Re: Numpy array

2022-01-27 Thread Robert Kern
On Thu, Jan 27, 2022 at 8:18 AM wrote: > Hi, i am new to numpy. This is first time i am using numpy. > > https://github.com/mspieg/dynamical-systems/blob/master/Bifurcations.ipynb > > This code i found to create bifurcation graph. There is section of code > which i am not able to understand > > v

[Numpy-discussion] Re: Numpy array

2022-01-27 Thread bigfixforum
Thanks Robert. I though about the same that boolean must be dropping the elements but i wasn't sure about it. Thanks for the confirmation. Appreciate your help. ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an emai

[Numpy-discussion] New experimental DType example (for physical Unit handling)

2022-01-27 Thread Sebastian Berg
Hi all, I have created a new prototype showcasing the new experimental DType and ufunc API here: https://github.com/seberg/unitdtype Aside from showing Units, this is also a good resource to get an idea of how the new (including very complicated) DTypes will look like, as well as how UFuncs