summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Ensure SeedSequence 0-padding does not collide with spawn keysRobert Kern2020-06-092-2/+37
* 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
* | | Merge pull request #16510 from madphysicist/patch-1Charles Harris2020-06-081-1/+1
|\ \ \
| * | | DOC: Minor rounding correction in Generator.binomialJoseph Fox-Rabinovitz2020-06-061-1/+1
| |/ /
* | | ENH: Improve the ARM cpu feature detection by parsing /proc/cpuinfo (#16321)Chunlin2020-06-082-25/+268
* | | BUG: Fix cython warning in random/_common.pyx.Charles Harris2020-06-071-1/+2
* | | Merge pull request #16503 from bashtage/bug-broadcast-sizeCharles Harris2020-06-072-0/+70
|\ \ \
| * | | BUG: Correct broadcasting when size is not NoneKevin Sheppard2020-06-052-0/+70
| |/ /
* | | Merge pull request #16524 from pv/f2py-threadsafe-cb-fixupCharles Harris2020-06-072-19/+18
|\ \ \
| * | | MAINT: f2py: move thread-local declaration definition to common macroPauli Virtanen2020-06-082-19/+18
* | | | Merge pull request #16522 from seiko2plus/issue_16516Charles Harris2020-06-071-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT:ARMHF Fix detecting feature groups NEON_HALF and NEON_VFPV4Sayed Adel2020-06-071-3/+4
* | | | TST: f2py: add test for callback threadsafetyPauli Virtanen2020-06-071-0/+50
* | | | BUG: numpy/f2py: put callback globals to thread-local storagePauli Virtanen2020-06-074-47/+156
|/ / /
* | | STY: f2py/rules: replace \t with whitespace for readabilityPauli Virtanen2020-06-071-37/+37
* | | STY: f2py/cb_rules: replace \t by whitespace for readabilityPauli Virtanen2020-06-071-147/+147
* | | Merge pull request #16500 from bjnath/move_c_style_linkRalf Gommers2020-06-062-3/+3
|\ \ \
| * | | DOC: Use intersphinx for NEP referencesBen Nathanson2020-06-042-3/+3
* | | | DOC: Fixes for 18 broken links (#16472)bjnath2020-06-064-6/+5
* | | | MAINT: make Py_SET_SIZE and Py_SET_TYPE macros a bit safer (#16501)Thomas A Caswell2020-06-061-2/+2
| |/ / |/| |
* | | Merge pull request #15162 from seberg/reduce-axes-tryMatti Picus2020-06-0410-595/+479
|\ \ \
| * | | BUG: The reduction output must not cause the input to be broadcastSebastian Berg2020-05-302-1/+15
| * | | MAINT: Address review comments related to NPY_ITER_REDUCTION_AXISSebastian Berg2020-05-304-11/+11
| * | | DOC: Slightly improve error message on incorrectly shaped reductionsSebastian Berg2020-05-111-7/+9
| * | | BUG,MAINT: Simplify reduction result creation using reduce axisSebastian Berg2020-05-113-387/+160
| * | | BUG: Avoid incorrect broadcasts on non-core outputs in gufuncsSebastian Berg2020-05-112-6/+22
| * | | MAINT: Use reduction axis marker for einsumSebastian Berg2020-05-111-4/+2
| * | | ENH: Allow specifying reduction axis in nditer/NpyIterSebastian Berg2020-05-112-12/+92
| * | | MAINT: Simplify strides and axis check in npyiter_new_temp_arraySebastian Berg2020-05-112-64/+75
| * | | MAINT: Simplify signature of npyiter_replace_axisdataSebastian Berg2020-05-111-13/+11
| * | | MAINT: (nditer) move duplicated reduce axis check into helper funcSebastian Berg2020-05-111-54/+43
| * | | MAINT: Simplify undoing of iter-axis-perm in nditerSebastian Berg2020-05-113-54/+57
* | | | Merge pull request #16468 from scivision/gcc10Sebastian Berg2020-06-041-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: gcc >= 10: correctly compare major versionMichael Hirsch2020-06-021-1/+2
* | | | Merge pull request #15666 from rossbar/enh/poly_strMatti Picus2020-06-044-23/+463
|\ \ \ \
| * | | | STY: Move comment outside of try/except.Ross Barnowski2020-05-131-3/+3
| * | | | Handle TypeError in _generate_str for coefs.Ross Barnowski2020-05-132-7/+54
| * | | | ENH: Improved __str__, __format__ for polynomialsRoss Barnowski2020-05-074-23/+416
* | | | | Merge pull request #16389 from seberg/hardcode-scalar-buffersMatti Picus2020-06-0411-30/+182
|\ \ \ \ \