summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: changed the way the link is being used from transpose to ndarray.transposeSabrinaSimao2020-06-122-4/+4
* unify the docs for np.transpose and ndarray.transposeSabrinaSimao2020-06-122-0/+4
* Merge pull request #16574 from person142/dtype-constructor-typesMatti Picus2020-06-124-4/+16
|\
| * DOC: correct name of first dtype constructor parameterJosh Wilson2020-06-112-3/+7
| * MAINT: fix name of first parameter to dtype constructor in type stubsJosh Wilson2020-06-102-1/+9
* | Merge pull request #16572 from xiegengxin/fix-sin-cosMatti Picus2020-06-122-8/+10
|\ \
| * | Add test for sin/cos for strided large inputsGengxin Xie2020-06-121-4/+6
| * | BUG: fix sin/cos bug when input is stridedGengxin Xie2020-06-111-4/+4
| |/
* | NEP 42: Technical decisions for new DTypes (#15507)Sebastian Berg2020-06-113-0/+4477
* | Merge pull request #16452 from mattip/accelerate-errorCharles Harris2020-06-113-13/+16
|\ \
| * | Update doc/source/user/building.rstMatti Picus2020-06-111-1/+2
| * | Update doc/source/user/building.rstMatti Picus2020-06-111-1/+1
| * | DOC: add deprecation directivemattip2020-06-091-5/+6
| * | DOC: add comment about Acclerate, from reviewmattip2020-05-311-0/+6
| * | BUG: fix comment in RSTmattip2020-05-311-1/+1
| * | DOC,ENH: extend error message when Accelerate is detectedmattip2020-05-313-13/+8
* | | DOC: Tighten howto-docs guide #16259 (#16385)bjnath2020-06-111-129/+136
* | | Merge pull request #16291 from abhilash42/tobytes-doc-changeSebastian Berg2020-06-111-8/+7
|\ \ \
| * | | DOC: remove K from order parameter options.Ross Barnowski2020-06-101-4/+3
| * | | Update numpy/core/_add_newdocs.pyabhilash422020-05-191-1/+1
| * | | Update numpy/core/_add_newdocs.pyabhilash422020-05-191-1/+1
| * | | Update numpy/core/_add_newdocs.pyabhilash422020-05-191-2/+1
| * | | Update numpy/core/_add_newdocs.pyabhilash422020-05-191-1/+1
| * | | Update _add_newdocs.pyabhilash422020-05-191-16/+8
| * | | Update _add_newdocs.pyabhilash422020-05-181-4/+13
* | | | DOC: Fix malformed docstrings in ma. (#16296)Takanori H2020-06-111-8/+3
| |_|/ |/| |
* | | DOC: Fix description of dtype default in linspace (#16433)bjnath2020-06-101-2/+4
* | | BUG: endpoints of array returned by geomspace() should match arguments (#16411)Kaspar Thommen2020-06-102-3/+47
* | | Merge pull request #16506 from wrzadkow/Polynomial.fit-documentationRoss Barnowski2020-06-101-4/+2
|\ \ \
| * | | DOC: add the number of sample points as suggestedWojciech Rzadkowski2020-06-081-1/+1
| * | | DOC: expand the docstring as suggested in reviewWojciech Rzadkowski2020-06-051-1/+1
| * | | DOC: mention only single-polynomial fitting in np.polynomial.Polynomial.fit()Wojciech Rzadkowski2020-06-051-4/+2
* | | | Merge pull request #16555 from mattip/win32Sebastian Berg2020-06-101-10/+0
|\ \ \ \
| * | | | BLD: drop win32 3.7, 3.6 buildsmattip2020-06-091-10/+0
* | | | | DEP: Remove deprecated numeric types and deprecate remaining (#16554)Sebastian Berg2020-06-109-76/+57
* | | | | Merge pull request #16551 from numpy/fix/seed-sequence-zerosCharles Harris2020-06-103-2/+50
|\ \ \ \ \
| * | | | | DOC: Add release note.fix/seed-sequence-zerosRobert Kern2020-06-101-0/+13
| * | | | | BUG: Ensure SeedSequence 0-padding does not collide with spawn keysRobert Kern2020-06-092-2/+37
| |/ / / /
* | | | | MAINT: simplifying annotations for np.core.from_numeric (#16556)Bas van Beek2020-06-103-47/+18
|/ / / /
* | | | DOC: Fix ``np.ma.core.doc_note`` (#16311)Takanori H2020-06-092-11/+35
* | | | Merge pull request #16515 from person142/add-type-stubsMatti Picus2020-06-0936-0/+2516
|\ \ \ \
| * | | | MAINT: avoid more division by zero in typing test causing aarch64 to failJosh Wilson2020-06-071-5/+6
| * | | | MAINT: only run typing tests on python > 3.6 and < 3.9Josh Wilson2020-06-071-2/+5
| * | | | MAINT: avoid divide by zero in typing test causing aarch64 tests to failJosh Wilson2020-06-071-1/+1
| * | | | DOC: Add a release note about types being addedJosh Wilson2020-06-071-0/+8
| * | | | MAINT: modify mypy error line parsing to work on windowsJosh Wilson2020-06-071-2/+14
| * | | | MAINT: merge typing requirements into test requirementsJosh Wilson2020-06-072-2/+3
| * | | | MAINT: move typing tests cases into a subdirectory of numpy/testsJosh Wilson2020-06-0728-6/+6
| * | | | ENH: add type stubs from numpy-stubsJosh Wilson2020-06-0635-0/+2491
| |/ / /
* | | | Merge pull request #16446 from dgasmith/einsum_orderSebastian Berg2020-06-082-2/+48
|\ \ \ \