| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Changed a description in the quickstart example to use tuple instead of the deprecated list for indexing arrays.
The change is located at the Indexing with Arrays of Indices section.
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Closes gh-15699
|
|
|
|
|
| |
* DOC: fix printing and add traceback for SVD tutorial
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
|
|
|
|
| |
* DOC: Fix quickstart doc to pass refguide
Fix printing of arrays.
Co-Authored-By: Eric Wieser <wieser.eric@gmail.com>
|
| |
|
|\
| |
| | |
DOC: Added tutorial about linear algebra on multidimensional arrays
|
| | |
|
| | |
|
| |
| |
| |
| | |
external docs.
|
| | |
|
| | |
|
| | |
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| |
| |
| | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Hey y'all,
here I am replacing `.shape = ` with `.reshape`. There is some PEP8 changes, but not that much.
Some issues arise from that, mainly in "Copies and views". I think this section should be rewritten with other examples.
Thoughts everyone?
Thanks!
|
| |
| |
| |
| |
| |
| |
| | |
* Cleanup unused imports (F401) of mostly standard Python modules,
or some internal but unlikely referenced modules
* Where internal imports are potentially used, mark with noqa
* Avoid redefinition of imports (F811)
|
|\ \
| | |
| | | |
DOC: document site.cfg.example
|
| | | |
|
| | |
| | |
| | |
| | | |
part of #14970
|
| | |
| | |
| | |
| | | |
DOC: fix docstrings so `python tools/refguide-check --rst <file> runs
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| | |
This absolute beginners tutorial is the output of Anne's Google
Season of Docs project. An intermediate version was also published at
https://towardsdatascience.com/the-ultimate-beginners-guide-to-numpy-f5a2f99aef54
|
|/ |
|
| |
|
|
|
|
|
| |
Dropping the support for python 2, the difference in module setup do not have to be accounted
for anymore. This removes the macros and ifdef's related to module setup code and python 2
support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Modified reference to array creation with a list to the
more general term 'sequence'. Also removed the 'numeric'
distinction.
* Updated reference to arange to reflect that as of Python
3, the python built-in range does not return a list.
* Fixed 'see also' references to invert and r_ which were
not linked properly.
* Replaced referenced to ma.row_stack with the more
general row_stack. Added additional detail about
the aliasing of vstack.
* Updated array stacking example to include proper rST
python syntax.
|
|
|
|
|
|
| |
Closes gh-15151
[ci skip]
|
| |
|