Search
Search Results
Search finished, found 6 page(s) matching the search query.
- NumPy governance
...Contributing to NumPy NumPy governance...
- Contributing to NumPy
...a dependency on NumPy Releasing a version How to prepare a release Step-by-step directions Branch walkthrough NumPy governance NumPy project governance and decision-making How to contribute to the NumPy documentation Documentation tea...
- How to contribute to the NumPy documentation
...ser documentation In general, we follow the Google developer documentation style guide for the User Guide. NumPy style governs cases where: Google has no guidance, or We prefer not to use the Google style Our current rules: We pluralize...
- NumPy governance
...Contributing to NumPy NumPy governance...
- NumPy project governance and decision-making
...Contributing to NumPy NumPy governance NumPy project governance and decision-making...
- numpy.polyval
....e., x is “substituted” in p and the simplified result is returned. In addition, the type of x - array_like or poly1d - governs the type of the output: x array_like => values array_like, x a poly1d object => values is also. See also p...