summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Copy editingDan Allan2019-07-142-6/+5
* Restore old intro, add note at top.Dan Allan2019-07-141-4/+18
* Add new section of custom array containers.Dan Allan2019-07-134-15/+281
* rephraseDan Allan2019-07-131-2/+6
* Add __array_function__ to user reference.Dan Allan2019-07-131-0/+115
* Merge pull request #13967 from prisae/patch-1Matti Picus2019-07-111-3/+3
|\
| * DOC: Change (old) range() to np.arange()Dieter Werthmüller2019-07-111-3/+3
* | Merge pull request #13928 from MSeifert04/ma-view-not-override-doc-with-ndarr...Matti Picus2019-07-111-2/+9
|\ \
| * | DOC: Don't override MaskedArray.view documentation with the one from ndarray....MSeifert042019-07-081-2/+9
* | | Merge pull request #13946 from eric-wieser/add_newdoc_docsMatti Picus2019-07-111-11/+33
|\ \ \ | |_|/ |/| |
| * | DOC: point out the shortcomings of add_newdocsmattip2019-07-091-0/+10
| * | MAINT: Enforce that `add_newdocs` is called with sequences of the right sizeEric Wieser2019-07-081-3/+4
| * | DOC: Add a numpy-doc docstring to add_newdocEric Wieser2019-07-081-8/+19
* | | Merge pull request #13920 from mattip/openblasTyler Reddy2019-07-105-55/+194
|\ \ \
| * | | ENH, BUILD: refactor all OpenBLAS downloads into a single, testable filemattip2019-07-095-55/+194
* | | | Merge pull request #13959 from mattip/typoSebastian Berg2019-07-101-1/+1
|\ \ \ \
| * | | | DOC: add space between words across linesmattip2019-07-101-1/+1
|/ / / /
* | | | Merge pull request #13947 from johannfaouzi/fix_rst_rendering_dtypeMatti Picus2019-07-091-2/+2
|\ \ \ \
| * | | | Re-add double backlashJohann Faouzi2019-07-091-1/+1
| * | | | Update basics.pyJohann Faouzi2019-07-091-2/+2
* | | | | Merge pull request #13950 from IntelPython/fix-fcompiler-compaqMatti Picus2019-07-091-1/+1
|\ \ \ \ \
| * | | | | Fixing failure on Python 2.7 on Windows 7Oleksandr Pavlyk2019-07-091-1/+1
| |/ / / /
* | | | | DOC:Update the description of set_printoptions in quickstart doc #13900 (#13948)Samesh Lakhotia2019-07-092-1/+2
* | | | | DOC: Fix a typo related to the range of indices (#13952)Aryan Naraghi2019-07-091-1/+1
|/ / / /
* | | | Merge pull request #13944 from eric-wieser/forbid-_add_newdocs-pythonEric Wieser2019-07-083-216/+64
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: Don't silence errors in add_newdoc caused by bad argumentsEric Wieser2019-06-301-12/+17
| * | | DOC: Remove docstrings which are duplicated from `numpy/core/multiarray.py`Eric Wieser2019-06-301-156/+0
| * | | DOC: Remove documentation for property that does not existEric Wieser2019-06-301-7/+0
| * | | BUG: Add missing `np.core.multiarray._get_ndarray_c_version` functionEric Wieser2019-06-301-1/+1
| * | | BUG: Remove items from `multiarray.__all__` which do not exist on python 3Eric Wieser2019-06-302-40/+46
* | | | Merge pull request #13943 from numpy/revert-13876-forbid-_add_newdocs-pythonMatti Picus2019-07-083-64/+216
|\ \ \ \
| * | | | Revert "MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)"revert-13876-forbid-_add_newdocs-pythonEric Wieser2019-07-083-64/+216
|/ / / /
* | | | Merge pull request #13925 from MSeifert04/fix-typo-unfuncCharles Harris2019-07-081-2/+2
|\ \ \ \
| * | | | DOC: Fix wrong spelling of ufuncMSeifert042019-07-061-2/+2
* | | | | Merge pull request #13847 from kritisingh1/depMatti Picus2019-07-073-0/+21
|\ \ \ \ \
| * | | | | Removes duplicated docs for python functionskritisingh12019-07-062-241/+2
| * | | | | DOC: Adds documentation of functions exposed in numpy namespacekritisingh12019-06-273-0/+179
* | | | | | Merge pull request #13926 from MSeifert04/replace-next-method-callsMatti Picus2019-07-074-11/+9
|\ \ \ \ \ \
| * | | | | | DOC: Remove explicit .next method calls with built-in nextMSeifert042019-07-074-11/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #13907 from stestagg/masterMatti Picus2019-07-073-2/+43
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | STY: standardize creation of bytestrings in dtype testsSteve Stagg2019-07-071-1/+1
| * | | | | STY: Cast away signdness on value rather than pointerSteve Stagg2019-07-041-1/+1
| * | | | | BUG: handle weird bytestrings in dtype() (#13902)Steve Stagg2019-07-033-2/+43
* | | | | | Merge pull request #13922 from MSeifert04/remove-parens-numpy-maMatti Picus2019-07-061-13/+13
|\ \ \ \ \ \
| * | | | | | MAINT: Remove unnecessary parenthesis in numpy.ma.coreMSeifert042019-07-061-13/+13
| |/ / / / /
* | | | | | MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)Eric Wieser2019-07-063-216/+64
| |_|/ / / |/| | | |
* | | | | Merge pull request #13916 from seberg/issue-13894Matti Picus2019-07-052-0/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-042-0/+17
| |/ / /
* | | | Merge pull request #13892 from kritisingh1/refactor-3Matti Picus2019-07-052-69/+81
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Refactor Array API documentation -- include missing references and cleanupkritisingh12019-07-052-65/+76