unify spelling of Numpy/NumPy
See original GitHub issueThe 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:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can help for this.
There are 61 files in
numpy
and 75 indoc
.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 theNumpyVersion
variable.The C code seems to use “NumPy” consistently.
No problem for closing. The corresponding PR was merged.