summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix Testmarload2020-08-031-0/+7
* Update numpy/core/function_base.pyWansoo Kim2020-08-031-1/+1
* Update numpy/core/function_base.pyWansoo Kim2020-08-031-1/+1
* BUG: linspace should round towards -infinitymarload2020-08-031-0/+3
* Merge pull request #16802 from seberg/user-dtypes-no-objectsMatti Picus2020-08-031-0/+8
|\
| * MAINT: Explicitly disallow object user dtypesSebastian Berg2020-07-111-0/+8
* | BUG: Set readonly flag in array interface instead of warning (gh-16350)Alexander Belopolsky2020-08-032-11/+25
* | DOC: Add correctness vs strictness consideration for np.dtype (#16917)Anirudh Subramanian2020-08-031-2/+16
* | Merge pull request #16879 from Zac-HD/isolate-hypothesis-configMatti Picus2020-08-022-1/+25
|\ \
| * | Configure hypothesis for np.test()Zac-HD2020-07-232-1/+25
* | | DOC: update val to be scalar or array like optional closes #16901 (#16907)Paul2020-07-311-3/+5
* | | ENH: Add Neon SIMD implementations for add, sub, mul, and div (#16969)DumbMice2020-07-311-1/+113
* | | MAINT: Implemented two dtype-related TODO's (#16622)Bas van Beek2020-07-304-17/+91
* | | Merge pull request #16730 from danbeibei/fcompilerCharles Harris2020-07-301-1/+1
|\ \ \
| * | | ENH: Use f90 compiler specified in command line args for pgi compilers. Issue...Daniel Vanzo2020-07-281-1/+1
* | | | MAINT: Added the `order` parameter to `np.array()` (#16966)Bas van Beek2020-07-293-0/+12
* | | | Merge pull request #16974 from mattip/pypy-win32Charles Harris2020-07-295-29/+55
|\ \ \ \
| * | | | TST: fix tests for windows + PyPymattip2020-07-305-29/+55
* | | | | DOC: Clarify input to irfft/irfft2/irfftn (#16950)Bharat Raghunathan2020-07-291-3/+7
* | | | | DOC: Fixed typo in lib/recfunctions.py (#16973)Jesse Li2020-07-291-2/+2
* | | | | Merge pull request #16941 from seberg/types-are-not-arraylikesCharles Harris2020-07-282-2/+58
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update numpy/core/tests/test_array_coercion.pySebastian Berg2020-07-241-1/+1
| * | | | BUG: Allow array-like types to be coerced as object array elementsSebastian Berg2020-07-242-2/+58
* | | | | update numpy/lib/arraypad.py with appropriate chain exception (#16953)Noman Arshad2020-07-281-1/+1
* | | | | MAINT: Use arm64 instead of aarch64 on travis.Charles Harris2020-07-271-2/+2
| |/ / / |/| | |
* | | | Merge pull request #16943 from seberg/deprecate-single-element-arraylike-coer...Charles Harris2020-07-253-2/+66
|\ \ \ \
| * | | | Update numpy/core/src/multiarray/array_coercion.cSebastian Berg2020-07-241-1/+1
| * | | | DEP: Deprecate size-one ragged array coercionSebastian Berg2020-07-243-2/+66
| |/ / /
* | | | Merge pull request #16815 from cjblocker/mgrid-floatMatti Picus2020-07-252-7/+34
|\ \ \ \
| * | | | MAINT: reference issue in comments for added index_tricks testsCameron Blocker2020-07-131-0/+2
| * | | | TST: update mgrid test from code reviewCameron Blocker2020-07-131-4/+6
| * | | | TST: fixed dtype check error from code reviewCameron Blocker2020-07-121-2/+2
| * | | | BUG: fix mgrid output for lower precision float inputsCameron Blocker2020-07-122-7/+30
* | | | | Merge pull request #16900 from Ashutosh619-sudo/masterMatti Picus2020-07-241-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix exception causes in __init__.pyashutosh619-sudo2020-07-191-1/+1
| * | | | Fix exception causes in __init__.pyashutosh619-sudo2020-07-191-2/+2
* | | | | Revert "Merge pull request #16248 from alexrockhill/edge"mattip2020-07-232-30/+3
* | | | | change != to ==Alex2020-07-221-1/+1
* | | | | fixed simplifyAlex2020-07-221-5/+10
* | | | | simplifiedAlex2020-07-222-14/+14
* | | | | forgot to include monotonicityAlex2020-07-221-2/+2
* | | | | changed from large number error to different solutionAlex2020-07-222-9/+11
* | | | | edge first tryAlex2020-07-222-2/+22
| |_|/ / |/| | |
* | | | Merge pull request #16919 from rossbar/doc/add_ufuncMatti Picus2020-07-211-3/+1
|\ \ \ \
| * | | | DOC: Add ufunc docstring to generated docs.Ross Barnowski2020-07-201-3/+1
* | | | | Merge pull request #16850 from seberg/deprecate-object-scalarsMatti Picus2020-07-211-0/+26
|\ \ \ \ \
| * | | | | DEP: Deprecate NumPy object scalarsSebastian Berg2020-07-131-0/+26
* | | | | | ENH: Integrate the new CPU dispatcher with umath generator (#16888)Sayed Adel2020-07-211-3/+24
* | | | | | MAINT: Avoid exception in NpzFile destructor if constructor raises BadZipFile...John Zwinck2020-07-211-2/+3
| |/ / / / |/| | | |
* | | | | Merge pull request #16914 from seberg/string-to-complexCharles Harris2020-07-203-4/+61
|\ \ \ \ \