[Numpy-discussion] ENH: Changed repr of np.bool_ #17592 (requesting confirmation)

2020-10-23 Thread Ganesh Kathiresan
Hi All, I have raised a PR to change the np.bool_ string representation to avoid confusion with python's True and False as mentioned in this issue . This change makes string representation of np.bool_ into num

Re: [Numpy-discussion] help needed

2020-10-23 Thread Amardeep Singh
How do you use the debug enabled cpython on mac.i guess we need it. You build cpython from source? this is mytest.py file import numpy as np x = np.arange(5) np.empty_like(x) i run this command gdb --args python3 runtests.py -g --python3 mytest.py i get this Reading symbols from python3... (N

[Numpy-discussion] Fwd: Documentation Team meeting - Monday October 12

2020-10-23 Thread Melissa Mendonça
Hi all! This is a reminder that our next Documentation Team meeting will be on *Monday, October 26* at 3PM UTC**. If you wish to join on Zoom, **you need to use this NEW link** https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09 Here's the permanent

Re: [Numpy-discussion] help needed

2020-10-23 Thread Sebastian Berg
On Sat, 2020-10-24 at 01:50 +0800, Amardeep Singh wrote: > Hi All > > I am a new joiner.Using macbook. > Can someone please guide me how to debug numpy using clion? > I am able to build not sure about debugging the c code. > > ProductName: Mac OS X > > ProductVersion: 10.15.7 > > BuildVersion:

[Numpy-discussion] help needed

2020-10-23 Thread Amardeep Singh
Hi All I am a new joiner.Using macbook. Can someone please guide me how to debug numpy using clion? I am able to build not sure about debugging the c code. ProductName: Mac OS X ProductVersion: 10.15.7 BuildVersion: 19H2 thx ___ NumPy-Discussion mai