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

mail at telenczuk.pl mail at telenczuk.pl
Mon Aug 29 07:43:03 EDT 2016


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



More information about the NumPy-Discussion mailing list