Re: [Numpy-discussion] Complex Normal Generator in NEP-19 extension

2019-03-30 Thread Hameer Abbasi
> On Friday, Mar 29, 2019 at 6:03 PM, Hameer Abbasi (mailto:einstein.edi...@gmail.com)> wrote: > > On Friday, Mar 29, 2019 at 6:01 PM, Kevin Sheppard > > mailto:kevin.k.shepp...@gmail.com)> wrote: > > One part of moving randomgen closer to fulfilling NEP-19 is rationalizing > > the API, especial

Re: [Numpy-discussion] Complex Normal Generator in NEP-19 extension

2019-03-30 Thread Peter Creasey
If there is support, then it will appear in the new RandomGenerator, but > not the RandomState replacement. If not, then we can just delete it. > > +1 for complex normal generation. ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mai

Re: [Numpy-discussion] Beginner Help: Generating HTML using Sphinx

2019-03-30 Thread Sanchi Vaishnavi
Hi Sebastian, Thank you, it works perfectly now. I wrongly assumed that I'd installed the latest version. As it happens, conda currently ships the version 1.7.4 of sphinx, as against the latest version 2.0.0. I did this: pip install -U sphinx Best, Sanchi On Sat, Mar 30, 2019 at 5:48 PM Sebas

Re: [Numpy-discussion] Outreachy applicant introduction

2019-03-30 Thread Sebastian Berg
On Sat, 2019-03-30 at 19:21 +0530, Parul Unofficial wrote: > Hello! > > I'm Parul Aggarwal, a pre-final year student from India pursuing my > bachelor's in Computer Science. I'm comfortable programming in C++ > and Python and have also worked previously on some projects based on > flask, Django.

[Numpy-discussion] [Outreachy Program][Improve C API documentation for NumPy]

2019-03-30 Thread hagar haytham
Hey I am Hagar Haytham, a Computer Engineering student. I have some experience in python. I would like to be a part from this community and contribute to it. I am just making sure that you're still accepting applicants and hope i am not too late as I am still familiarizing myself with the environme

[Numpy-discussion] Outreachy applicant introduction

2019-03-30 Thread Parul Unofficial
Hello! I'm Parul Aggarwal, a pre-final year student from India pursuing my bachelor's in Computer Science. I'm comfortable programming in C++ and Python and have also worked previously on some projects based on flask, Django. I'm an outreachy applicant and really excited to contribute to this lar

Re: [Numpy-discussion] Beginner Help: Generating HTML using Sphinx

2019-03-30 Thread Sebastian Berg
Hi Sanchi, On Sat, 2019-03-30 at 15:58 +0530, Sanchi Vaishnavi wrote: > I was learning to get to $ make html to work. These are the final > steps that I used on my test branch in my numpy repo: > > > $ sphinx-build -b html doc/source builddir > > >> build succeeded, 165 warnings. > > $ make

[Numpy-discussion] Beginner Help: Generating HTML using Sphinx

2019-03-30 Thread Sanchi Vaishnavi
I was learning to get to $ make html to work. These are the final steps that I used on my test branch in my numpy repo: $ sphinx-build -b html doc/source builddir > >> build succeeded, 165 warnings. $ make html >> make: *** No rule to make target `html’. Stop. I checked one of the resultant