summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16540 from Qiyu8/enisum_sse2Matti Picus2020-06-151-9/+150
|\
| * Simplify the benchmark case by focusing only on float64 input and SSE2 optimi...qiyu82020-06-101-3/+0
| * add more sse2 optimizeqiyu82020-06-091-9/+86
| * test sse1 optimizationqiyu82020-06-091-1/+2
| * test sse1 optimizeqiyu82020-06-081-1/+1
| * simd optimize contig_stride0_outcontig_twoqiyu82020-06-051-6/+40
| * optimize using sse2qiyu82020-06-051-0/+32
* | MAINT: changed np.generic arguments to positional-only (#16583)Bas van Beek2020-06-143-23/+41
* | MAINT: Move and improve test_ignore_nan_ulperror.Charles Harris2020-06-142-6/+33
* | BUG: Fix reference count leak in mapping.cSebastian Berg2020-06-131-2/+2
* | DOC: Clarify dtype default for logspace and geomspaceBen Nathanson2020-06-121-7/+11
* | 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
| |/ /
* | | Merge pull request #16452 from mattip/accelerate-errorCharles Harris2020-06-111-5/+4
|\ \ \
| * | | DOC,ENH: extend error message when Accelerate is detectedmattip2020-05-311-5/+4
* | | | 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
| | |_|/ | |/| |
* | | | DEP: Remove deprecated numeric types and deprecate remaining (#16554)Sebastian Berg2020-06-106-76/+34
* | | | Merge pull request #16551 from numpy/fix/seed-sequence-zerosCharles Harris2020-06-102-2/+37
|\ \ \ \
| * | | | 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-102-47/+17
|/ / / /
* | | | 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-0934-0/+2502
|\ \ \ \
| * | | | MAINT: avoid more division by zero in typing test causing aarch64 to failJosh Wilson2020-06-071-5/+6
| * | | | MAINT: avoid divide by zero in typing test causing aarch64 tests to failJosh Wilson2020-06-071-1/+1
| * | | | MAINT: modify mypy error line parsing to work on windowsJosh Wilson2020-06-071-2/+14
| * | | | 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-0634-0/+2489
| |/ / /
* | | | Merge pull request #16446 from dgasmith/einsum_orderSebastian Berg2020-06-082-2/+48
|\ \ \ \
| * | | | BUG: fixes einsum ouput order with optimization (#14615)Daniel G. A. Smith2020-06-082-2/+48
* | | | | Merge pull request #16504 from bashtage/doc-mv-normCharles Harris2020-06-081-1/+2
|\ \ \ \ \
| * | | | | DOC: Correct MV Normal sigKevin Sheppard2020-06-051-1/+2
| | |/ / / | |/| | |
* | | | | DEP: Deprecate inexact matches for mode, searchside (gh-16056)Anirudh Subramanian2020-06-086-71/+125