summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest from 5.3.4 to 5.3.5dependabot/pip/pytest-5.3.5dependabot-preview[bot]2020-02-031-1/+1
* Merge pull request #15491 from mattip/mark-slowSebastian Berg2020-02-023-0/+3
|\
| * TST: mark the top 3 slowest tests to save ~10 secondsmattip2020-02-023-0/+3
* | Merge pull request #15484 from ericmariasis/report_genericMatti Picus2020-02-021-23/+20
|\ \ | |/ |/|
| * nabbed the last backslash areaEric Mariasis2020-02-011-2/+2
| * resolved spacing issueEric Mariasis2020-02-011-2/+2
| * resolved merge conflictEric Mariasis2020-02-011-5/+1
| * review actionsEric Mariasis2020-02-011-2/+7
| |\
| | * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| | * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| | * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+2
| | * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | seberg review actionsEric Mariasis2020-02-011-4/+11
| |/
| * more review actionsEric Mariasis2020-02-011-5/+1
| * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * inlining single use functionEric Mariasis2020-02-011-10/+1
| * Merge branch 'report_generic' of https://github.com/ericmariasis/numpy into r...Eric Mariasis2020-02-011-3/+3
| |\
| | * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| | * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| | * Update numpy/core/src/multiarray/descriptor.cEric Mariasis2020-02-011-1/+1
| * | Review actions for issue #15484Eric Mariasis2020-02-011-3/+5
| |/
| * fixing generic error messages to be more specificEric Mariasis2020-02-011-9/+9
* | Merge pull request #15483 from Bharat123rox/squeezeMatti Picus2020-02-021-1/+11
|\ \
| * | Update according to reviewBharat Raghunathan2020-02-021-1/+1
| * | Updated statement and example according to review commentsBharat Raghunathan2020-02-021-8/+5
| * | Merge branch 'squeeze' of https://github.com/Bharat123rox/numpy into squeezeBharat Raghunathan2020-02-021-1/+1
| |\ \
| | * | Update numpy/core/fromnumeric.py with review commentBharat Raghunathan2020-02-011-1/+1
| * | | Merge branch 'master' of https://github.com/numpy/numpy into squeezeBharat Raghunathan2020-02-0218-982/+531
| |\ \ \ | | |/ / | |/| |
| * | | [DOC] Mention special case of np.squeeze with one elementBharat Raghunathan2020-02-011-1/+14
| | |/ | |/|
* | | Merge pull request #15427 from seberg/deprecate-unused-c-apiMatti Picus2020-02-028-96/+120
|\ \ \ | |_|/ |/| |
| * | DOC: Document deprecation of C-API functionsSebastian Berg2020-02-011-0/+12
| * | DEP: Deprecate PyUFunc_SetUsesArraysAsDataSebastian Berg2020-01-312-0/+11
| * | DEP: Deprecate PyUFunc_GenericFunction public C-API functionSebastian Berg2020-01-312-16/+36
| * | DEP: Schedule PyArray_GetArrayParamsFromObject for removalSebastian Berg2020-01-315-80/+61
* | | Merge pull request #14867 from r-devulap/maximum-avxMatti Picus2020-02-016-23/+298
|\ \ \
| * | | MAINT: Use npy_int32 instead of npy_int, added some commentsRaghuveer Devulapalli2020-01-281-18/+68
| * | | BUG: Avoid vectorizing using AVX for very large stridesRaghuveer Devulapalli2020-01-281-18/+42
| * | | TST: Testing strided arrays for np.maximum and np.minimumRaghuveer Devulapalli2020-01-281-0/+25
| * | | ENH: Use AVX-512 for np.maximum and np.minimumRaghuveer Devulapalli2020-01-284-2/+156
| * | | BENCH: adding benchmarks for np.maximumRaghuveer Devulapalli2020-01-281-0/+22
* | | | Merge pull request #15482 from seberg/clean-type-structsMatti Picus2020-02-0112-959/+233
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: Use `.identifier = val` intializer for all type related structsSebastian Berg2020-02-014-198/+106
| * | | MAINT: Use `.identifier = val` to fill type structsSebastian Berg2020-02-0110-761/+127
* | | | NEP: universal SIMD NEP 38 (#15228)Matti Picus2020-01-311-0/+253