question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unify spelling of Numpy/NumPy

See original GitHub issue

The documentation is not consistent in spelling of “NumPy” (vs “Numpy”). For example, the reference manual uses both spelling in the introduction paragraph:

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 :ref:user.

What is the official spelling? Make it consistent across all documentation.

This issue was initially reported at Scipy Lectures (https://github.com/scipy-lectures/scipy-lecture-notes/issues/250) by @btel and @emmanuelle.

Following the discussion on the mailing list and recommendations of @pdebuyl to close the issue:

  • update the docs to use NumPy when we refer to the project and numpy only in relation to the module name
  • explain the rules of “NumPy” spelling in the NumPy docs

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
pdebuylcommented, Sep 5, 2016

I can help for this.

There are 61 files in numpy and 75 in doc.

$ cd numpy/
$ ack-grep -l Numpy | wc -l
61
$ cd ../doc/
$ ack-grep -l Numpy | wc -l
75

Should the release notes be modified? They could be considered “historical” data.

There are a few instances of “Numpy*” in the test code (the NumpyDoctest in nosetests), in the distutils code (NumpyDistribution class) and the NumpyVersion variable.

The C code seems to use “NumPy” consistently.

0reactions
pdebuylcommented, Feb 19, 2017

No problem for closing. The corresponding PR was merged.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NumPy - Wikipedia
NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of ......
Read more >
NumPy: the absolute basics for beginners
NumPy gives you an enormous range of fast and efficient ways of creating arrays and manipulating numerical data inside them. While a Python...
Read more >
numpy/numpy - Gitter
Hii...experts is it possible to write the values returned by any function...in my problem there are 5 arrays which are returned by python...
Read more >
[Numpy-discussion] Which NumPy/Numpy/numpy spelling?
Hi all, What is the official spelling of NumPy/Numpy/numpy? The documentation is not consistent and it mixes both NumPy and Numpy.
Read more >
Toward a unified framework for interpreting machine-learning ...
In addition, ML models are usually developed to maximize the model's performance while being agnostic about its neurobiological meaning and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found