summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Fix lint - 2Pearu Peterson2021-06-151-1/+2
| | | | | | |
| * | | | | | Fix lintPearu Peterson2021-06-151-9/+19
| | | | | | |
| * | | | | | BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc ↵Pearu Peterson2021-06-155-67/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and copy (the second round)
* | | | | | | Merge pull request #19262 from seberg/maint-ufunc-object-tinyCharles Harris2021-06-171-10/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | MAINT: Some tiny fixes and style changes in `ufunc_object.c`
| * | | | | | | MAINT: Some tiny fixes and style changes in `ufunc_object.c`Sebastian Berg2021-06-161-10/+7
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Technically, the index setref fixes reference count issues on failure. Setting it to NULL isn't really necessary, but means that `goto fail` could be used later also.
* | | | | | | Merge pull request #19261 from BvB93/2dimCharles Harris2021-06-163-21/+353
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ENH: Add annotations for `np.lib.twodim_base`
| * | | | | | | TST: Add typing tests for `np.lib.twodim_base`Bas van Beek2021-06-162-0/+109
| | | | | | | |
| * | | | | | | ENH: Add annotations for `np.lib.twodim_base`Bas van Beek2021-06-161-21/+244
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #19245 from BvB93/shape_baseCharles Harris2021-06-163-34/+69
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ENH: Add dtype-support to the `np.core.shape_base` annotations
| * | | | | | | TST: Update the typing tests for `np.core.shape_base`Bas van Beek2021-06-142-18/+20
| | | | | | | |
| * | | | | | | ENH: Add dtype-support to `np.core.shape_base`Bas van Beek2021-06-141-16/+47
| | | | | | | |
| * | | | | | | ENH: Add annotations for `__all__`Bas van Beek2021-06-141-0/+2
| |/ / / / / /
* | | | | | | Merge pull request #19263 from seberg/maint-ufunc-reduce-small-changesCharles Harris2021-06-161-30/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | STY: Small changes to the `PyUFunc_ReduceWrapper`
| * | | | | | | STY: Small changes to the `PyUFunc_ReduceWrapper`Sebastian Berg2021-06-161-30/+16
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | These changes are simply designed to lower the churn of the larger PR that has to follow eventually.
* | | | | | | Merge pull request #19167 from rossbar/improve-sanity-check-error-readibilityMatti Picus2021-06-161-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ENH: Improve readibility of error message in terminal.
| * | | | | | | Update numpy/__init__.pyRoss Barnowski2021-06-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | | | | | | Update warning linebreaks per review.Ross Barnowski2021-06-071-4/+4
| | | | | | | |
* | | | | | | | DOC: Add warnings section to arange docstring (#16796)royjacobson2021-06-161-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: Warn about using fractional steps in np.arange Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | | | | | | | DOC: Fix formatting in rot90() docstring (#19256)Tim Hoffmann2021-06-161-2/+5
| |_|/ / / / / |/| | | | | |
* | | | | | | DOC: added explanation about tril/triu n-dimensional functionality. (#19131)Melissa Weber Mendonça2021-06-141-3/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: added explanation about tril/triu n-dimensional functionality. Additional examples are also provided. Closes gh-10310
* | | | | | | TST: Fixed two test failures for mypy 0.902Bas van Beek2021-06-142-3/+3
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #19237 from BvB93/multiarray2Charles Harris2021-06-138-56/+564
|\ \ \ \ \ \ | | | | | | | | | | | | | | ENH: Add annotations to np.core.multiarray part 3/4
| * | | | | | DOC: Make the `sep` argument mandatory in the `np.fromstring` signatureBas van Beek2021-06-131-1/+1
| | | | | | |
| * | | | | | DOC: Fix the signatures of 3 functionsBas van Beek2021-06-131-5/+5
| | | | | | |
| * | | | | | TST: Update the typing tests for `np.core.multiarray`Bas van Beek2021-06-134-2/+102
| | | | | | |
| * | | | | | ENH: Add annotations for all remaining multiarray functionsBas van Beek2021-06-132-45/+440
| | | | | | |
| * | | | | | MAINT: Update the Union of classes implementing the buffer protocolBas van Beek2021-06-131-2/+15
| | | | | | |
| * | | | | | MAINT: Remove `digitize` from `np.core.multiarray.__all__`Bas van Beek2021-06-131-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | There is no `digitize` function in aforementioned namespace
* | | | | | Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to ↵Ralf Gommers2021-06-135-252/+59
|/ / / / / | | | | | | | | | | | | | | | malloc and copy." (#19235)
* | | | | Merge pull request #19209 from r-devulap/glibc-ver-2.17Charles Harris2021-06-121-0/+19
|\ \ \ \ \ | | | | | | | | | | | | TST: Ignore exp FP exceptions test for glibc ver < 2.17
| * | | | | TST: Getting rid of printRaghuveer Devulapalli2021-06-111-2/+1
| | | | | |
| * | | | | TST: 2 blank lines after class defRaghuveer Devulapalli2021-06-101-0/+1
| | | | | |
| * | | | | TST: Use conditional xfailRaghuveer Devulapalli2021-06-101-16/+22
| | | | | |
| * | | | | BUG: Do not use bare exceptRaghuveer Devulapalli2021-06-091-2/+2
| | | | | |
| * | | | | TST: Ignore exp FP exceptions test for glibc ver < 2.17Raghuveer Devulapalli2021-06-091-11/+24
| | | | | |
* | | | | | Merge pull request #19227 from BvB93/multiarray3Charles Harris2021-06-126-83/+226
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ENH: Add annotations to `np.core.multiarray` part 2/4
| * | | | | TST: Update the typing tests for `np.core.multiarray`Bas van Beek2021-06-113-33/+48
| | | | | |
| * | | | | ENH: Allow `array` and `empty_like` to pass through subclasses if `dtype=None`Bas van Beek2021-06-111-0/+19
| | | | | |
| * | | | | ENH: Add basic dtype-support to 4 array constructorsBas van Beek2021-06-111-12/+114
| | | | | |
| * | | | | ENH: Use literals for the constants when possibleBas van Beek2021-06-111-9/+9
| | | | | |
| * | | | | MAINT: Move 4 array constructors from `np.core._asarray` to `np.core.multiarray`Bas van Beek2021-06-113-39/+35
| | | | | |
| * | | | | MAINT: Move 9 constants from `np` to `np.core.multiarray`Bas van Beek2021-06-112-11/+22
| | | | | |
* | | | | | Merge pull request #19223 from BvB93/arraypadCharles Harris2021-06-113-2/+119
|\ \ \ \ \ \ | |/ / / / / |/| | | | | ENH: Add annotations for `np.pad`
| * | | | | TST: Add typing tests for `np.lib.arraypad`Bas van Beek2021-06-112-0/+28
| | | | | |
| * | | | | ENH: Add annotations for `np.lib.arraypad`Bas van Beek2021-06-111-2/+91
| | | | | |
* | | | | | MAINT: Remove python 2 specific string comparison codeSebastian Berg2021-06-111-40/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | This code is unnecessary since dropping support for Python 2 and could be simplified a bit due to that.
* | | | | Merge pull request #19060 from BvB93/multiarray-docsCharles Harris2021-06-1011-168/+621
|\ \ \ \ \ | | | | | | | | | | | | ENH: Add initial annotations to `np.core.multiarray`
| * | | | | DOC: Mark a number of function arguments as positional-onlyBas van Beek2021-06-061-9/+9
| | | | | |
| * | | | | TST: Add typing tests for `np.core.multiarray`Bas van Beek2021-06-065-54/+188
| | | | | |
| * | | | | ENH: Add initial annotations to `np.core.multiarray`Bas van Beek2021-06-062-30/+268
| | | | | |