summaryrefslogtreecommitdiff
path: root/numpy/doc
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add back the multifield copy->view changeAllan Haldane2018-11-261-46/+62
| | | | | Fixes #10409 Closes #11530
* Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redoCharles Harris2018-11-231-0/+9
|\ | | | | ENH: add multi-field assignment helpers in np.lib.recfunctions
| * ENH: add multi-field assignment helpers in np.lib.recfunctionsAllan Haldane2018-10-311-0/+9
| | | | | | | | | | | | Adds helper functions for the copy->view transition for multi-field indexes. Adds `structured_to_unstructured`, `apply_along_fields`, `assign_fields_by_name`, `require_fields`.
* | DOC: add broadcasting article from scipy old-wikimattip2018-10-261-3/+6
|/
* DOC: Make clear the connection between numpy types and C typesEric Wieser2018-09-041-33/+151
|
* DOC: Replace <type 'exceptions.ValueError'> with ValueErrorTaylor Smith2018-08-081-1/+1
| | | | | Replaced <type 'exceptions.ValueError'> with ValueError in the outdated broadcasting documentation
* DOC: Update broadcasting documentationTaylor Smith2018-08-081-4/+5
| | | | | | | The exception details in the broadcast documentation were old and have since been updated. This commit changes the documentation to reflect the current exception details when a shape mismatch is raised.
* DOC: Updated Slice Descriptionlogeaux2018-07-141-1/+1
|
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-164-6/+6
|
* MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-111-18/+56
|
* STY: Revert line unwrapEric Wieser2018-06-081-1/+2
|
* minor doc improvementsNikita2018-06-081-5/+4
|
* DOC: fix broken links for developer documentationNikita Kartashov2018-04-211-1/+1
| | | | | | Some links in developer documentation and files had extraneous '-dev' in them, removing it restore the working state of the links. See: #10939
* DOC: clear up warnings, fix matplotlib plotmattip2018-04-171-1/+2
|
* document a few more missing glossary termsmattip2018-04-131-0/+8
|
* fix typos from reviewmattip2018-04-111-2/+2
|
* add missing glossary entries and link in missing documentmattip2018-04-111-2/+20
|
* formatting fixesmattip2018-04-111-2/+2
|
* DOC: Fix minor typosluz.paz2018-03-301-1/+1
| | | Found via `codespell -q 3 -I ../numpy-whitelist.txt`
* declare source code encodingguoci2018-03-101-0/+1
|
* add documentation for constantsguoci2018-03-101-2/+24
|
* Misc. typosluz.paz2018-02-121-1/+1
| | | Found via `codespell -q 3 -I ../numpy-whitelist.txt`
* More misc. typosluz.paz2018-01-041-1/+1
| | | Found via `codespell`
* DOC: fix minor typosUnknown2017-12-121-3/+3
|
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-134-9/+9
|
* Merge pull request #9056 from ahaldane/structure_docsCharles Harris2017-11-111-193/+470
|\ | | | | DOC: update structured array docs to reflect #6053
| * DOC: update structured array docs to reflect #6053, fixupsAllan Haldane2017-11-091-56/+56
| | | | | | | | [ci skip]
| * DOC: update structured array docs to reflect #6053Allan Haldane2017-11-091-193/+470
| | | | | | | | [ci skip]
* | DOC: fix operation plural in along axis glossarySteven Maude2017-10-311-1/+1
|/ | | Correct "Many operation can..." to "Many operations can..."
* DOC: Replace PyFITS reference with Astropy and PyTables with h5pyMichael Seifert2017-10-161-2/+2
| | | | [skip ci]
* DOC, BUG: Fix Python 3.6 invalid escape sequence.Charles Harris2017-08-131-2/+2
| | | | | | | | | The rst markup in numpy/doc/basics.py uses `\s`, which is interpreted by python 3.6 as a deprecated escape sequence. Fix by escaping the `\`. Closes #9551. [ci skip]
* Merge branch 'master' into fix-note-on-quad-precCharles Harris2017-08-121-2/+2
|\
| * Merge pull request #9422 from deniederhut/doc/types-formattingCharles Harris2017-08-121-2/+2
| |\ | | | | | | DOC: correct formatting of basic.types.html
| | * DOC: reverts some escapes [ci-skip]Dillon Niederhut2017-08-111-2/+2
| | |
| | * DOC: removes extraneous whitespace with escapesDillon Niederhut2017-07-271-3/+3
| | | | | | | | | | | | [ci-skip]
| | * DOC: correct formatting of basic.types.htmlDillon Niederhut2017-07-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | In the documentation for types allowed in numpy, missing spaces around the backticks for fixed-width formatting cause code examples to appear as plain text, or are causing plain text to appear as code. This commit fixes back tick spacing in the 'Extended Precision' section of the 'Data Types' page.
* | | DOC: Adding backslash between double-backtick and s.Danny Hermes2017-08-111-1/+1
|/ /
* | MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser2017-08-051-2/+2
| |
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-1/+1
|/ | | | | | | This is the case for x in {int, bool, str, float, complex, object}. Using the np.{x} version is deceptive as it suggests that there is a difference. This change doesn't affect any external behaviour. The `long` type is missing in python 3, so np.long is still useful
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-103-39/+40
|
* MAINT: Don't internally use the one-argument whereEric Wieser2017-06-032-2/+3
| | | | nonzero is a clearer spelling
* DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-171-0/+2
|
* BUG: Support nout == 0 and at methodEric Wieser2017-04-271-1/+4
|
* DOC,TST: clarify example of ndarray subclass using __array_ufunc__Marten van Kerkwijk2017-04-271-7/+6
| | | | Also add a few more tests of the same example for good measure.
* DOC: implement many smaller and bigger changes suggested in review.Marten van Kerkwijk2017-04-271-15/+18
|
* DOC: clarify use of super and getattrMarten van Kerkwijk2017-04-271-11/+36
|
* DOC: Describe __array_func__ in subclassingMarten van Kerkwijk2017-04-271-33/+148
| | | | | This includes the use of super everywhere, and in the brief description of __array_ufunc__ in the reference section.
* DOC: describe current implementation of __array_ufunc__.Marten van Kerkwijk2017-04-271-0/+4
|
* DOC: Removed broken linkJesse Thoren2017-02-231-6/+0
| | | | | Removed a broken link from the subclassing ndarray in the user guide. Removed credit to Pierre Gerard-Marchant, as this is out of place in the user guide. #8673
* DOC: fix typo in 'Indexing Multi-dimensional arrays'Kirill Balunov2017-02-071-2/+2
| | | | [ci skip]