| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
[ci skip]
|
| |
|
| |
|
|
|
|
|
|
| |
* Remove reference to algebra in the intro text.
* Link to linalg tutorial in Further Reading
* Remove linalg heading + WIP from quickstart.
|
|
|
|
| |
Replace WIP section with link to well-developed svd tutorial.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* rewriting basics.creation
* halfway through first draft basics.creation
* first draft for array creation rewrite
* correct some broken links
* correct typo in code format
* Apply suggestions from code review - @melissawm
PEP8 corrections and some other mistakes. thanks @melissawm!
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* remove comments on L347 and 356, fix link on L22
* remove typo on L355 section title error
* change ND array -> ndarray docs consistent vocab
* added np.* to numpy functions and dtypes
* @mattip review changes
Great changes by @mattip. I like the change from "object" -> "function"
Co-authored-by: Matti Picus <matti.picus@gmail.com>
* added default_rng() example and some links
* Update doc/source/user/basics.creation.rst
reformat 3D array L40
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
* Apply suggestions from code review
thanks @eric-wieser for catching some formatting typos.
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
* working on updates and trying to build
* fixed heading underlines and some links
* Apply suggestions from code review
fixing link to default_rng
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
* Apply suggestions from code review - @melissawm
adding @melissawm comments to changes
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* reword ndarray creation distinctions
* L34 indented and L94 literal block removed
* L34 remove newline to try to fix indent make error
* Update doc/source/user/basics.creation.rst
@melissawm caught a formatting issue for a list, `::` -> `:` and extra line added
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* MAINT: Update doc/source/user/basics.creation.rst
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
* MAINT: Update doc/source/user/basics.creation.rst
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
* MAINT: Update doc/source/user/basics.creation.rst
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
|
| |
| |
| |
| | |
See #18256
|
|/ |
|
| |
|
|\
| |
| | |
DOC: Clarify the type alias deprecation message
|
| | |
|
|/ |
|
|\
| |
| | |
DOC: Add a brief explanation of float printing
|
| |
| |
| |
| | |
Also link to the overflow docs here.
|
|/ |
|
|\
| |
| | |
DOC: Add/remove spaces in snippets and re-format here and there
|
| | |
|
| | |
|
|\ \
| | |
| | | |
DOC: Fix for building with sphinx 3
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
DOC: Correct sentence/statement composition
|
| | |
| | |
| | |
| | |
| | | |
Incorrect statement spotted
*In the simplest example of broadcasting, the scalar ``b`` is stretched to become an array ~of with the same~ shape as ``a`` so the shapes are compatible for element-by-element multiplication.*
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In User Guide of NumPy in tutorial for absulute beginners, i.e. in
documentation document doc/source/user/absulute_beginners.rst there was
a typo in the image np-indexing.png visualizing slices in **Indexing
and slicing** section. Namely, in the first image in mentioned section,
the last visualized array (under `data[-2:]` command), there was a
picture of `data[:]` or `data[0:3]` (i.e. array([1,2,3])) presenting
the slice indexing. But it should be a picture of of `data[-2:]` (i.e.
array([2,3])). This commit fixes this by adding additional picture of
array([2,3]) under `data[-2:]` command and changing command above last
array([1,2,3]) pic to title named `data` to preserve the idea behind
slice indexing.
|
|/
|
|
|
|
|
|
|
| |
* BUG: ensure _UFuncNoLoopError can be pickled; closes #16490
* update quickstart.rst
* add round trip pickle test
* move _ArrayMemoryError picking test
|
|
|
|
|
|
| |
Adds a blurb about the transpose property of ndarray and updates formatting
of some rst inline literals.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| |
|
|
|
| |
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
DOC: Update top links in landing page
|
| | |
|
| |
| |
| |
| | |
To fix CircleCI fail; missed it in the c6dc9d6 commit.
|
| |
| |
| |
| |
| |
| | |
Same intent as PR #17365 -- point "Installation" links to Hugo, start
page with "What is NumPy", let Hugo page link to
"Troubleshooting ImportError".
|
|/ |
|
|
|
| |
Remove tutorial wording in favor of article, minor wording updates.
|
|
|
|
| |
Unfortunately we can't use `np.` as a module name alias
|
|\
| |
| | |
DOC: How-to guide for I/O
|
| |
| |
| |
| | |
Adds "CC BY 4.0" credit to the Pauli Vertanen example.
|
| | |
|
| |
| |
| |
| |
| | |
And other suggestions by @eric-wieser.
Also standardizes quotes as '"'.
|
| | |
|
| | |
|
| | |
|