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 Wed, Nov 2, 2016 at 4:38 PM, Sturla Molden 
> wrote:
> 
> > Why am I missing from the contributor hist here?
> >
> > https://github.com/numpy/numpy/blob/master/numpy/_
> > build_utils/src/apple_sgemv_fix.c
> >
> >
> >
> You still show up in the commit log of if you follow the file
> ```
> git log --follow numpy/_build_utils/apple_accelerate.py
> ```
> 
> So I have to agree with others that the problem is on the github end.
> 
> Chuck


___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion


[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 details functions, modules, and objects included in 
Numpy, describing what they are and what they do. For learning how to use 
NumPy, see also NumPy User Guide."

However, in all docs taken together "NumPy" is most frequently used (74%):

% find . -name "*.rst" -exec grep Numpy -ow {} \; | wc -l
161
% find . -name "*.rst" -exec grep NumPy -ow {} \; | wc -l
471

I also reported it as an issue: https://github.com/numpy/numpy/issues/7986

Yours,

Bartosz
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion


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 appreciated.

Preliminary materials for the tutorial are  on Github [2]. I have only 1.5h so 
I won't cover all lessons. My plan is to do lessons 1-5 (broadcasting, shape 
and strides, dtypes and structured array, intro to xarray) . Your feedback is 
most welcome!

Thanks in advance!

Cheers,

Bartosz

[1] https://www.euroscipy.org/2016/schedule/sessions/5/
[2] https://github.com/btel/2016-erlangen-euroscipy-advanced-numpy
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion


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 I understand, it's not meant to replace real documentation. It's 
>rather a collection of crowd-sourced instructive examples with explanations:

https://stackoverflow.com/tour/documentation

Since it is run by the community, perhaps it's not a bad idea to encourage 
people to share their examples.

Cheers,

Bartosz
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion


[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, which are available on github 
pages [2]. 

I am also thinking of proposing this lesson as a EuroScipy 2016 tutorial. Is 
anyone already planning to teach NumPy there? If so, would you be interested to 
team up for this lesson (as a co-instructor, helper or mentor)?

I gratefully acknowledge inspiration, some examples and exercises from the 
following materials:

- NumPy chapters of "SciPy lectures" by Emmanuelle Gouillart, Didrik Pinte, 
Gaƫl Varoquaux, and Pauli Virtanen [3]
- "Advanced NumPy patterns" by Juan Nunez-Iglesias [4]
- "The NumPy array. A structure for efficient numerical computation." by Stefan 
van der Walt [5]

Yours,

Bartosz

[1] http://telecom-python.telenczuk.pl
[2] https://paris-swc.github.io/advanced-numpy-lesson/
[3] http://www.scipy-lectures.org/
[4] https://github.com/jni/aspp2015/tree/delivered
[5] https://python.g-node.org/python-summerschool-2014/numpy.html
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion