summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.16.0 to 5.16.1dependabot/pip/hypothesis-5.16.1dependabot-preview[bot]2020-06-151-1/+1
* Merge pull request #16606 from numpy/dependabot/pip/pytest-cov-2.10.0Charles Harris2020-06-151-1/+1
|\
| * MAINT: Bump pytest-cov from 2.9.0 to 2.10.0dependabot/pip/pytest-cov-2.10.0dependabot-preview[bot]2020-06-151-1/+1
* | Merge pull request #16540 from Qiyu8/enisum_sse2Matti Picus2020-06-152-9/+176
|\ \ | |/ |/|
| * add blank line according PEP8qiyu82020-06-151-0/+1
| * Simplify the benchmark case by focusing only on float64 input and SSE2 optimi...qiyu82020-06-102-34/+12
| * improve float64 performance by sse2qiyu82020-06-091-1/+45
| * 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
* | Merge pull request #16603 from person142/typing-release-noteSebastian Berg2020-06-141-0/+0
|\ \
| * | DOC: make addition of types a "new feature" in release notesJosh Wilson2020-06-141-0/+0
|/ /
* | Merge pull request #16601 from charris/test_ignore_nan_ulperrorCharles Harris2020-06-142-6/+33
|\ \
| * | MAINT: Move and improve test_ignore_nan_ulperror.Charles Harris2020-06-142-6/+33
|/ /
* | Merge pull request #16596 from seberg/indexing-ref-leakCharles Harris2020-06-131-2/+2
|\ \
| * | BUG: Fix reference count leak in mapping.cSebastian Berg2020-06-131-2/+2
|/ /
* | Merge pull request #16590 from bjnath/clarify-dtype-geomspace-logspaceMatti Picus2020-06-131-7/+11
|\ \
| * | 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
| |/ /
* | | 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