summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* API,DEP: Move ufunc signature parsing to the startSebastian Berg2021-04-085-177/+462
* BUG: Check out requirements and raise when not satisfiedKevin Sheppard2021-04-072-9/+53
* Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_divMatti Picus2021-04-066-22/+149
|\
| * SIMD: Use scalar division for Armv7, Aarch64, and IBM/PowerGanesh Kathiresan2021-04-061-1/+11
| * TST: Division tests for unsigned intsGanesh Kathiresan2021-03-201-4/+13
| * SIMD, MAINT: Refined kernel and inner ufunc functionsGanesh Kathiresan2021-03-201-66/+43
| * MAINT: Fixed dispatch in generate_umathGanesh Kathiresan2021-03-201-1/+5
| * ENH, SIMD: Add dispatch to build processGanesh Kathiresan2021-03-202-1/+2
| * ENH, SIMD: Use integer dispatchGanesh Kathiresan2021-03-202-17/+12
| * ENH, SIMD: Added integer dispatchGanesh Kathiresan2021-03-201-0/+131
* | Merge pull request #18708 from DCtheTall/meshgrid-testCharles Harris2021-04-051-0/+21
|\ \
| * | review commentsDCtheTall2021-04-051-6/+13
| * | rm commentDCtheTall2021-03-311-1/+0
| * | Add tests np.meshgrid for higher dimensional grids.DCtheTall2021-03-311-0/+15
* | | Merge pull request #18629 from ahaldane/min_digitsCharles Harris2021-03-318-88/+219
|\ \ \
| * | | DOC: Add versionadded for new min_digits argument.Charles Harris2021-03-311-1/+4
| * | | Update arrayprint.pyAllan Haldane2021-03-191-3/+4
| * | | Update numpy/core/arrayprint.pyAllan Haldane2021-03-191-1/+1
| * | | Update numpy/core/arrayprint.pyAllan Haldane2021-03-191-3/+3
| * | | BUG/ENH: fix array2string rounding bug by adding min_digits optionAllan Haldane2021-03-188-88/+215
* | | | Merge pull request #18701 from kchoudhu/mainCharles Harris2021-03-311-1/+2
|\ \ \ \
| * | | | Strip extra newline when dumping gfortran version on MacOSKamil Choudhury2021-03-301-1/+2
* | | | | STY: Indentation fixes.Charles Harris2021-03-311-7/+7
* | | | | TST: Tests for parsing Fortran abstract interface and a working example.Pearu Peterson2021-03-313-3/+72
* | | | | ENH: Support parsing Fortran abstract interface blocks.Pearu Peterson2021-03-313-9/+12
* | | | | Merge pull request #18697 from seberg/finish-deprecations-umathMatti Picus2021-03-313-146/+38
|\ \ \ \ \
| * | | | | DEP: Disable PyUFunc_GenericFunction and PyUFunc_SetUsesArraysAsDataSebastian Berg2021-03-293-146/+38
| |/ / / /
* | | | | Merge pull request #17586 from BvB93/type_aliasesCharles Harris2021-03-309-15/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Apply suggestions from code review Bas van Beek2021-01-163-3/+4
| * | | | MAINT: Remove a redundant use of `sctypeDict`Bas van Beek2021-01-161-2/+2
| * | | | TST: Add a deprecation testBas van Beek2021-01-161-0/+3
| * | | | DEP: Add a deprecation noteBas van Beek2021-01-161-0/+1
| * | | | MAINT,DEP: Replace references to `typeDict` with `sctypeDict`Bas van Beek2021-01-165-11/+11
| * | | | DEP: Formally deprecate the use of `typeDict`Bas van Beek2021-01-164-3/+6
* | | | | Merge pull request #18686 from mgorny/test-path-dot-fixMatti Picus2021-03-291-1/+1
|\ \ \ \ \
| * | | | | BUG: Fix test_ccompiler_opt when path contains dotsMichał Górny2021-03-281-1/+1
* | | | | | Remove trailing whitespaceAlexander Hunt2021-03-291-2/+2
* | | | | | Merge branch 'main' of github.com:oscar139/numpy into mainAlexander Hunt2021-03-291-4/+2
|\ \ \ \ \ \
| * | | | | | Remove unnecessary commentsAlex2021-03-291-2/+0
| * | | | | | Clarify comments on ProtocolAlex2021-03-291-2/+2
* | | | | | | Merge remote-tracking branch 'upstream/main' into mainAlexander Hunt2021-03-292-1/+139
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove unused variablesAnne Archibald2021-03-281-2/+0
| * | | | | | BUG: fix segfault in object/longdouble operationsAnne Archibald2021-03-282-1/+141
| |/ / / / /
* | | | | | Add test case for np.datetime64(dt.date(2000, 5, 3))Alexander Hunt2021-03-281-0/+1
* | | | | | Added _DatetimeScalar to replace dt.Datetime in np.datetime64Alexander Hunt2021-03-271-2/+15
|/ / / / /
* | | | | Merge pull request #18679 from mrios1999/mainCharles Harris2021-03-262-1/+5
|\ \ \ \ \
| * | | | | BUG: Changed METH_VARARGS to METH_NOARGSmrios2021-03-251-0/+4
| * | | | | BUG: Changed METH_VARARGS to METH_NOARGSmrios2021-03-251-1/+1
* | | | | | Merge pull request #18515 from terfilip/select-dtype-err-msg-18430Charles Harris2021-03-261-2/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: Adding exception chaining and switching to fstringFilip Ter2021-03-241-5/+4