summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix docstrings.pr/19857Charles Harris2021-10-082-325/+514
* MAINT, ENH [#10736] Add interpolation methods to quantileabel2021-10-064-194/+796
* Merge pull request #19845 from seberg/make-nanfunc-test-more-specificCharles Harris2021-09-071-3/+1
|\
| * TST: Make nanfunc test ignore overflow instead of xfailing testSebastian Berg2021-09-071-3/+1
|/
* Merge pull request #19837 from numpy/dependabot/pip/hypothesis-6.18.0Charles Harris2021-09-061-1/+1
|\
| * MAINT: Bump hypothesis from 6.17.3 to 6.18.0dependabot[bot]2021-09-061-1/+1
|/
* Merge pull request #19838 from numpy/dependabot/pip/pytest-6.2.5Charles Harris2021-09-061-1/+1
|\
| * MAINT: Bump pytest from 6.2.4 to 6.2.5dependabot[bot]2021-09-061-1/+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-0515-13/+719
|\ \
| * | DOC: Improve Doxygen Javadoc style examplesSayed Adel2021-08-313-16/+43
| * | DOC: skip generating c/c++ doc from comment blocks when Doxygen or Breathe is...Sayed Adel2021-08-312-1/+15
| * | DOC: Apply suggestions from Matti reviewSayed Adel2021-08-312-14/+21
| * | DOC: Add release note for DoxygenSayed Adel2021-08-302-1/+9
| * | CI, DOC: Enable Sphinx parallel buildSayed Adel2021-08-301-5/+6
| * | DOC: Add support for documenting C/C++ via Doxygen & BreatheSayed Adel2021-08-3011-8/+657
* | | Merge pull request #19824 from charris/cleanup-includesCharles Harris2021-09-0465-198/+204
|\ \ \
| * | | STY: Small cleanups of includes in *.c files.Charles Harris2021-09-0365-198/+204
|/ / /
* | | Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-0372-113/+157
|\ \ \
| * | | MAIN: Minor include rationalization.Charles Harris2021-09-0372-113/+157
* | | | Merge pull request #19754 from charris/add-clang-format-fileCharles Harris2021-09-032-0/+44
|\ \ \ \
| * | | | ENH: Add a clang-format file.Charles Harris2021-09-032-0/+44
* | | | | 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 #19819 from numpy/eric-wieser/vendor-_version.pyCharles Harris2021-09-022-0/+4
|\ \ \ \
| * | | | 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 #19803 from BvB93/is_integerCharles Harris2021-09-027-9/+131
|\ \ \ \ | |/ / / |/| | |
| * | | STY: Use a more descriptive variable nameBas van Beek2021-09-021-4/+4
| * | | DOC: Misc documentation improvementsBas van Beek2021-08-312-4/+8
| * | | DOC: Add a release not for `floating.is_integer`Bas van Beek2021-08-311-0/+14
| * | | 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-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