summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix docstrings.pr/19857Charles Harris2021-10-082-325/+514
* MAINT, ENH [#10736] Add interpolation methods to quantileabel2021-10-063-194/+788
* TST: Make nanfunc test ignore overflow instead of xfailing testSebastian Berg2021-09-071-3/+1
* Merge pull request #19821 from BvB93/nanfunctionsCharles Harris2021-09-052-75/+89
|\
| * MAINT: Let `_remove_nan_1d` attempt to identify nan-containing object arraysBas van Beek2021-09-051-2/+4
| * MAINT: Copy the `_methods._std` code-path for handling `nanstd` object-arraysBas van Beek2021-09-041-6/+3
| * TST: Add more tests for `nanmedian`, `nanquantile` and `nanpercentile`Bas van Beek2021-09-031-0/+17
| * TST: Expand the old `TestNanFunctions_IntTypes` test with non-integer number ...Bas van Beek2021-09-031-71/+52
| * BUG: Fixed an issue wherein certain `nan<x>` functions could fail for object ...Bas van Beek2021-09-031-3/+20
* | Merge pull request #18884 from seiko2plus/breathe_doxygenMatti Picus2021-09-052-0/+3
|\ \
| * | DOC: Add support for documenting C/C++ via Doxygen & BreatheSayed Adel2021-08-302-0/+3
* | | STY: Small cleanups of includes in *.c files.Charles Harris2021-09-0364-197/+203
* | | Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-0371-105/+144
|\ \ \
| * | | MAIN: Minor include rationalization.Charles Harris2021-09-0371-105/+144
* | | | Merge pull request #19818 from sistaseetaram/related-to-#19077Charles Harris2021-09-032-4/+3
|\ \ \ \
| * | | | fix unhashable instance and potential exception identified by LGTMSista Seetaram2021-09-032-2/+1
| * | | | fixed unhashable instance and potential exception as listed in LGTM#19077Sista Seetaram2021-09-032-3/+3
* | | | | Merge pull request #19809 from charris/fix-compiler-warningsCharles Harris2021-09-031-6/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAINT: Fix warnings generated by convert_datatype.hCharles Harris2021-09-011-6/+6
| | |/ / | |/| |
* | | | Merge pull request #19803 from BvB93/is_integerCharles Harris2021-09-026-9/+117
|\ \ \ \ | |_|/ / |/| | |
| * | | STY: Use a more descriptive variable nameBas van Beek2021-09-021-4/+4
| * | | DOC: Misc documentation improvementsBas van Beek2021-08-311-1/+5
| * | | ENH: Add `integer.is_integer`Bas van Beek2021-08-315-2/+37
| * | | TST: Add tests for `np.floating.is_integer`Bas van Beek2021-08-312-1/+22
| * | | ENH: Add `is_integer` to the `np.floating` subclassesBas van Beek2021-08-313-7/+55
* | | | Merge pull request #19815 from mwtoews/maint-ioerrorCharles Harris2021-09-0220-47/+47
|\ \ \ \
| * | | | MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-0220-47/+47
* | | | | 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
* | | | | DEP: Deprecate quote_args (from numpy.distutils.misc_util)Mike Taves2021-09-021-1/+8
|/ / / /
* | | | 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