[Numpy-discussion] help translating into Spanish

2020-05-18 Thread Inessa Pawson
The initial stage of the NumPy community survey project in partnership with the students and faculty from the Master’s program in Survey Methodology at the University of Michigan and the University of Maryland has been successfully completed. Currently, we are looking for a volunteer to translate t

Re: [Numpy-discussion] Using nditer + external_loop to Always Iterate by Column

2020-05-18 Thread William Ayd
I am trying to use the nditer to traverse each column of a 2D array, returning the column as a 1D array. Consulting the docs, I found this example which works perfectly fine: In [65]: a = np.arange(6).reshape(2,3)

[Numpy-discussion] NumPy 1.19. 0rc1 Release

2020-05-18 Thread Charles R Harris
Hi All, On behalf of the NumPy team I am pleased to announce that NumPy 1.19.0rc1 has been released. This NumPy release is marked by the removal of much technical debt: support for Python 2 has been removed, many deprecations have been expired, and documentation has been improved. The polishing of

[Numpy-discussion] Participation in GSoD 2020

2020-05-18 Thread Sayak Kundu
Hi everyone, I am Sayak Kundu. I am a student at IIIT Hyderabad. This email is regarding the participation in Google Season of DOcs 2020 as a technical writer. I am interested in *High-level restructuring and end-user focus*. I have experience with Numpy and Scipy and have used them across many of