Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Reorder the constants to have the most useful first | Eric Wieser | 2019-06-01 | 1 | -153/+154 |
| | | | | | | | Previously the constants at the top of the page said words to the effect of "use the one at the bottom of this page instead". Let's just show users those ones first to start with. This commit only re-orders these constants, it does not change any of the descriptions, despite the diff appearing to show that | ||||
* | MAINT: Misc. typo fixes (#13664) | luzpaz | 2019-05-31 | 2 | -3/+4 |
| | | | | | | * DOC, MAINT: Misc. typo fixes Found via `codespell` | ||||
* | DOC: Update boolean indices in index arrays with slices example | Ori Broda | 2019-05-25 | 1 | -0/+7 |
| | |||||
* | DOC : Correcting bug on Documentation Page (Byteswapping) (#13262) | vrindaaa | 2019-04-06 | 1 | -10/+10 |
| | | | | | | * Correcting bug on Documentation Page : Byteswapping * Changing name of variable | ||||
* | Merge pull request #13147 from Kai-Striega/DOC_int_overflow | Matti Picus | 2019-03-19 | 1 | -0/+39 |
|\ | | | | | DOC: Add description of overflow errors | ||||
| * | DOC: Minor fix in Integer Overflow doc | Kai Striega | 2019-03-19 | 1 | -3/+3 |
| | | | | | | | | Change `np.power` -> `numpy.power` to make it reference the function's documentation | ||||
| * | DOC: Remove extra letter from docs | Kai Striega | 2019-03-19 | 1 | -1/+1 |
| | | |||||
| * | DOC: Add description of overflow errorrs | kai | 2019-03-18 | 1 | -0/+39 |
| | | | | | | | | | | | | | | Unlike Python, NumPy integers have fixed sizes. This can lead to confusion when a integer overflow occurs and users expect NumPy integer types to behave similarily to Python integers. This commit explains integer overflow, an example and potential work arounds. | ||||
* | | DOC: add copy on slicing notice | wtli | 2019-03-14 | 1 | -1/+3 |
|/ | |||||
* | DOC: fixes from review | mattip | 2019-02-28 | 1 | -6/+8 |
| | |||||
* | DOC: fixes from review | mattip | 2019-02-28 | 2 | -32/+40 |
| | |||||
* | DOC: reduce warnings when building, reword, tweak doc building | mattip | 2019-02-28 | 2 | -8/+27 |
| | |||||
* | DOC: doctest structured array introduction | mattip | 2019-01-14 | 1 | -48/+58 |
| | |||||
* | DOC: more doc updates for structured arrays | Allan Haldane | 2018-12-15 | 1 | -0/+9 |
| | | | | [ci skip] | ||||
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -2/+0 |
| | | | | | | | | * ported the refguide_check module from SciPy for usage in NumPy docstring execution/ verification; added the refguide_check run to Azure Mac OS CI * adjusted NumPy docstrings such that refguide_check passes | ||||
* | ENH: add back the multifield copy->view change | Allan Haldane | 2018-11-26 | 1 | -46/+62 |
| | | | | | Fixes #10409 Closes #11530 | ||||
* | Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo | Charles Harris | 2018-11-23 | 1 | -0/+9 |
|\ | | | | | ENH: add multi-field assignment helpers in np.lib.recfunctions | ||||
| * | ENH: add multi-field assignment helpers in np.lib.recfunctions | Allan Haldane | 2018-10-31 | 1 | -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-wiki | mattip | 2018-10-26 | 1 | -3/+6 |
|/ | |||||
* | DOC: Make clear the connection between numpy types and C types | Eric Wieser | 2018-09-04 | 1 | -33/+151 |
| | |||||
* | DOC: Replace <type 'exceptions.ValueError'> with ValueError | Taylor Smith | 2018-08-08 | 1 | -1/+1 |
| | | | | | Replaced <type 'exceptions.ValueError'> with ValueError in the outdated broadcasting documentation | ||||
* | DOC: Update broadcasting documentation | Taylor Smith | 2018-08-08 | 1 | -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 Description | logeaux | 2018-07-14 | 1 | -1/+1 |
| | |||||
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 4 | -6/+6 |
| | |||||
* | MAINT: push back multifield copy->view changes to 1.16 | Allan Haldane | 2018-06-11 | 1 | -18/+56 |
| | |||||
* | STY: Revert line unwrap | Eric Wieser | 2018-06-08 | 1 | -1/+2 |
| | |||||
* | minor doc improvements | Nikita | 2018-06-08 | 1 | -5/+4 |
| | |||||
* | DOC: fix broken links for developer documentation | Nikita Kartashov | 2018-04-21 | 1 | -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 plot | mattip | 2018-04-17 | 1 | -1/+2 |
| | |||||
* | document a few more missing glossary terms | mattip | 2018-04-13 | 1 | -0/+8 |
| | |||||
* | fix typos from review | mattip | 2018-04-11 | 1 | -2/+2 |
| | |||||
* | add missing glossary entries and link in missing document | mattip | 2018-04-11 | 1 | -2/+20 |
| | |||||
* | formatting fixes | mattip | 2018-04-11 | 1 | -2/+2 |
| | |||||
* | DOC: Fix minor typos | luz.paz | 2018-03-30 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 -I ../numpy-whitelist.txt` | ||||
* | declare source code encoding | guoci | 2018-03-10 | 1 | -0/+1 |
| | |||||
* | add documentation for constants | guoci | 2018-03-10 | 1 | -2/+24 |
| | |||||
* | Misc. typos | luz.paz | 2018-02-12 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 -I ../numpy-whitelist.txt` | ||||
* | More misc. typos | luz.paz | 2018-01-04 | 1 | -1/+1 |
| | | | Found via `codespell` | ||||
* | DOC: fix minor typos | Unknown | 2017-12-12 | 1 | -3/+3 |
| | |||||
* | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 4 | -9/+9 |
| | |||||
* | Merge pull request #9056 from ahaldane/structure_docs | Charles Harris | 2017-11-11 | 1 | -193/+470 |
|\ | | | | | DOC: update structured array docs to reflect #6053 | ||||
| * | DOC: update structured array docs to reflect #6053, fixups | Allan Haldane | 2017-11-09 | 1 | -56/+56 |
| | | | | | | | | [ci skip] | ||||
| * | DOC: update structured array docs to reflect #6053 | Allan Haldane | 2017-11-09 | 1 | -193/+470 |
| | | | | | | | | [ci skip] | ||||
* | | DOC: fix operation plural in along axis glossary | Steven Maude | 2017-10-31 | 1 | -1/+1 |
|/ | | | Correct "Many operation can..." to "Many operations can..." | ||||
* | DOC: Replace PyFITS reference with Astropy and PyTables with h5py | Michael Seifert | 2017-10-16 | 1 | -2/+2 |
| | | | | [skip ci] | ||||
* | DOC, BUG: Fix Python 3.6 invalid escape sequence. | Charles Harris | 2017-08-13 | 1 | -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-prec | Charles Harris | 2017-08-12 | 1 | -2/+2 |
|\ | |||||
| * | Merge pull request #9422 from deniederhut/doc/types-formatting | Charles Harris | 2017-08-12 | 1 | -2/+2 |
| |\ | | | | | | | DOC: correct formatting of basic.types.html | ||||
| | * | DOC: reverts some escapes [ci-skip] | Dillon Niederhut | 2017-08-11 | 1 | -2/+2 |
| | | | |||||
| | * | DOC: removes extraneous whitespace with escapes | Dillon Niederhut | 2017-07-27 | 1 | -3/+3 |
| | | | | | | | | | | | | [ci-skip] |