summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19781 from mwtoews/foreach-itemMatti Picus2021-09-018-75/+72
|\
| * MAINT: refactor "for ... in range(len(" statementsMike Taves2021-09-018-75/+72
* | STY: Use the PEP 457 positional-only syntax in `numpy.typing`Bas van Beek2021-08-312-100/+102
* | STY: Use the PEP 457 positional-only syntax in the stub filesBas van Beek2021-08-3110-135/+168
* | BLD: Drop typing extension as an (optional) runtime dependencyBas van Beek2021-08-302-42/+0
* | MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-3033-199/+57
* | MAINT: Drop .py code-paths specific to Python 3.7Bas van Beek2021-08-307-570/+417
|/
* Merge pull request #19715 from yashasvimisra2798/casting_patch1Matti Picus2021-08-292-1/+12
|\
| * lint: fix flake8 errorsYashasvi Misra2021-08-271-2/+1
| * test: add test_float_to_bool()Yashasvi Misra2021-08-271-7/+9
| * add testYashasvi Misra2021-08-261-0/+6
| * updateYashasvi Misra2021-08-191-0/+4
* | Remove reference since it's not used (#19766)Illviljan2021-08-271-3/+0
* | Fix so doctest passesIllviljan2021-08-271-3/+3
* | MAINT: Remove redundant semicolonHowJMay2021-08-274-4/+4
* | Merge pull request #19725 from anntzer/loadtxt-fh-closingMatti Picus2021-08-261-14/+12
|\ \
| * | MAINT: Use a contextmanager to ensure loadtxt closes the input file.Antony Lee2021-08-221-14/+12
* | | Update numpy/core/overrides.pySebastian Berg2021-08-251-2/+2
* | | remove import time compileIrit Katriel2021-08-251-30/+8
* | | Merge pull request #19621 from seberg/fix-normal-ufunc-safetyCharles Harris2021-08-252-2/+33
|\ \ \
| * | | MAINT: Fix spellingCharles Harris2021-08-251-1/+1
| * | | BUG: The normal cast-safety for ufunc loops is "no" castingSebastian Berg2021-08-242-2/+33
* | | | Merge pull request #19736 from neutrinoceros/hotfix_reg_19721Matti Picus2021-08-252-1/+11
|\ \ \ \
| * | | | BUG: fix a regression where a masked_array's mask wouldn't updateClément Robert2021-08-241-0/+9
| * | | | Add check for when value is a np.maiameskild2021-08-241-1/+2
| | |_|/ | |/| |
* | | | Merge pull request #19730 from phetdam/hotfix-19575Sebastian Berg2021-08-241-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: address 19575 ref leak of capi_tmp in f2py/cb_rules.pyDerek Huang2021-08-221-0/+1
| | |/ | |/|
* | | Merge pull request #19743 from anntzer/aliasMatti Picus2021-08-243-4/+4
|\ \ \
| * | | MAINT: Avoid use of confusing compat aliases.Antony Lee2021-08-243-4/+4
* | | | Merge pull request #18585 from data-apis/array-apiCharles Harris2021-08-2323-3/+3702
|\ \ \ \ | |/ / / |/| | |
| * | | Use catch_warnings(record=True) instead of simplefilter('ignore')Aaron Meurer2021-08-231-1/+1
| * | | Remove an unused importAaron Meurer2021-08-231-2/+0
| * | | Remove Python 3.7 checks from the array API codeAaron Meurer2021-08-232-17/+6
| * | | Make sure array_api is included in the public API testsAaron Meurer2021-08-121-0/+1
| * | | Add smallest_normal to the array API finfoAaron Meurer2021-08-121-6/+2
| * | | Fix the return annotation for numpy.array_api.Array.__setitem__Aaron Meurer2021-08-121-1/+1
| * | | Run (selective) black on the array_api submoduleAaron Meurer2021-08-0618-390/+1054
| * | | Update the docstring of numpy.array_apiAaron Meurer2021-08-061-38/+41
| * | | Fix the array API nonzero() functionAaron Meurer2021-08-061-1/+1
| * | | Make the axis argument to squeeze() in the array_api module positional-onlyAaron Meurer2021-08-061-1/+1
| * | | Fix the array API unique() functionAaron Meurer2021-08-061-1/+5
| * | | Fix the array API __len__ methodAaron Meurer2021-08-061-2/+1
| * | | Fix the tests for Python 3.7Aaron Meurer2021-08-061-6/+12
| * | | Make the array API submodule not break the test suiteAaron Meurer2021-08-061-3/+10
| * | | Fix some dictionary key mismatches in the array API testsAaron Meurer2021-08-061-27/+27
| * | | Add a setup.py to the array_api submoduleAaron Meurer2021-08-051-0/+10
| * | | Give a better error when numpy.array_api is imported in Python 3.7Aaron Meurer2021-08-051-0/+6
| * | | Fix casting for the array API concat() and stack()Aaron Meurer2021-08-041-4/+5
| * | | Move some imports out of functions to the top of the fileAaron Meurer2021-08-041-3/+4
| * | | Move the array API dtype categories into the top levelAaron Meurer2021-08-043-26/+17