summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: mark _version.py as third-party code for LGTMeric-wieser/vendor-_version.pyEric Wieser2021-09-021-0/+1
* MAINT: mark _version.py as generatedEric Wieser2021-09-021-0/+3
* Merge pull request #19815 from mwtoews/maint-ioerrorCharles Harris2021-09-0222-54/+48
|\
| * MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-0222-54/+48
* | Merge pull request #19817 from BvB93/io-protocolCharles Harris2021-09-025-26/+72
|\ \
| * | TST: Update the IO-related typing testsBas van Beek2021-09-022-3/+22
| * | MAINT: Make the `_SupportsGetItem` protocol positional-onlyBas van Beek2021-09-021-1/+1
| * | ENH: Use custom file-like protocols instead of `typing.IO`Bas van Beek2021-09-023-22/+49
|/ /
* | Merge pull request #19811 from mwtoews/dep-quote_argsMatti Picus2021-09-021-1/+8
|\ \ | |/ |/|
| * DEP: Deprecate quote_args (from numpy.distutils.misc_util)Mike Taves2021-09-021-1/+8
* | Merge pull request #19813 from numpy/doc/user-guide-default-rngCharles Harris2021-09-021-1/+1
|\ \ | |/ |/|
| * DOC: Fix import of default_rngdoc/user-guide-default-rngRobert Kern2021-09-011-1/+1
|/
* 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
* | Merge pull request #19802 from BvB93/pep-457Charles Harris2021-08-3112-235/+270
|\ \
| * | 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
* | | Merge pull request #19799 from BvB93/typing-extensionsCharles Harris2021-08-311-3/+0
|\ \ \ | |/ / |/| |
| * | TST: Drop typing-extensions from test_requirements.txtBas van Beek2021-08-311-3/+0
|/ /
* | Merge pull request #19784 from BvB93/37-typingCharles Harris2021-08-3043-815/+478
|\ \
| * | BLD: Temporarily reintroduce `typing_extensions` for python 3.10Bas van Beek2021-08-301-0/+3
| * | BLD: Drop typing extension as an (optional) runtime dependencyBas van Beek2021-08-304-46/+1
| * | 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 #19789 from numpy/dependabot/pip/hypothesis-6.17.3Charles Harris2021-08-301-1/+1
|\ \
| * | MAINT: Bump hypothesis from 6.15.0 to 6.17.3dependabot[bot]2021-08-301-1/+1
|/ /
* | Merge pull request #19407 from Mukulikaa/indexing-docs-mergeMatti Picus2021-08-304-929/+808
|\ \ | |/ |/|
| * DOC: Removed unnecessary section linkMukulika2021-08-301-3/+1
| * DOC: Renamed section to Basic indexingMukulika2021-08-281-5/+5
| * DOC: Added examples and other minor changes after reviewMukulika2021-08-281-59/+142
| * DOC: Reformatted examplesMukulika2021-08-201-51/+52
| * DOC: Replaced indexing stub doc with routinesMukulika2021-08-184-131/+69
| * DOC: Exchanged the contents of Indexing basics and Indexing ref docsMukulika2021-08-182-734/+735
| * DOC: Rearranged parts of the Indexing docs to consolidate contentMukulika2021-08-182-546/+404
* | 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
* | | Merge pull request #19747 from charris/update-readmeCharles Harris2021-08-271-4/+22
|\ \ \
| * | | MAINT: Add some badges to README.mdCharles Harris2021-08-251-4/+22
* | | | Remove reference since it's not used (#19766)Illviljan2021-08-271-3/+0
* | | | Merge pull request #19764 from Illviljan/around_docstring_testCharles Harris2021-08-271-3/+3
|\ \ \ \
| * | | | Fix so doctest passesIllviljan2021-08-271-3/+3
|/ / / /
* | | | Merge pull request #19758 from HowJMay/remove-redundent-semicolonCharles Harris2021-08-264-4/+4
|\ \ \ \
| * | | | MAINT: Remove redundant semicolonHowJMay2021-08-274-4/+4
|/ / / /
* | | | NEP: add qualifier for free(), mention ContextVar (#19663)Matti Picus2021-08-261-5/+26
* | | | 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
* | | | | Merge pull request #19638 from iritkatriel/no_compileMatti Picus2021-08-261-30/+8
|\ \ \ \ \