Re: [Numpy-discussion] missing from contributor list?

2016-11-03 Thread mail
Hi, I had the same problem when I changed my email address. It seems that github matches user profiles to commits using the email address, so you have to make sure that the email you sign your commits with is registered in your github account. Cheers, Bartosz Charles R Harris wrote: > On

[Numpy-discussion] Which NumPy/Numpy/numpy spelling?

2016-08-29 Thread mail
Hi all, What is the official spelling of NumPy/Numpy/numpy? The documentation is not consistent and it mixes both NumPy and Numpy. For example, the reference manual uses both spellings in the introduction paragraph (http://docs.scipy.org/doc/numpy/reference/): "This reference manual

Re: [Numpy-discussion] Euroscipy

2016-08-16 Thread mail
Hi all, I will present advanced NumPy tutorial at EuroScipy next week [1]. Is anyone going to attend the tutorials on Tuesday? If so, would you be interested in helping during my tutorial (mainly helping the participants with installation and the exercises). Your help would be much

Re: [Numpy-discussion] StackOverflow documentation

2016-07-21 Thread mail
>> StackOverflow now also has documentation, and there already is a NumPy tag: >> >> http://stackoverflow.com/documentation/numpy >> >> Not sure what, if anything, do we want to do with this, nor how to handle >> not having to different sources with the same information. Any thoughts? >From what

[Numpy-discussion] NumPy lesson at EuroScipy2016?

2016-06-09 Thread mail
Hi all, Recently I taught "Advanced NumPy" lesson at a Software Carpentry workshop [1]. It covered a review of basic operations on numpy arrays and also more advanced topics: indexing, broadcasting, dtypes and memory layout. I would greatly appreciate your feedback on the lesson materials,