summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump sphinx from 4.1.2 to 4.2.0dependabot/pip/sphinx-4.2.0dependabot[bot]2021-09-131-1/+1
* Merge pull request #19849 from sayantikabanik/mainMelissa Weber Mendonça2021-09-1024-25/+25
|\
| * Required changes made for the sentence case implementationSayantika Banik2021-09-084-4/+4
| * Merge branch 'numpy:main' into mainSayantika Banik2021-09-081-1/+1
| |\
| * \ Merge branch 'main' of https://github.com/sayantikabanik/numpySayantika Banik2021-09-08116-371/+1182
| |\ \
| * | | Mix capitalization fix for page titles [sentence case implementation]Sayantika Banik2021-09-0827-29/+29
* | | | Merge pull request #19854 from BvB93/nanfunctionsCharles Harris2021-09-092-13/+20
|\ \ \ \
| * | | | TST: Expand `TestNanFunctions_NumberTypes` with 0d arraysBas van Beek2021-09-091-12/+17
| * | | | BUG: Fixed an issue wherein `var` would raise for 0d object arraysBas van Beek2021-09-091-1/+3
* | | | | Merge pull request #19856 from BvB93/ufunc-subclassCharles Harris2021-09-091-7/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Mark type-check-only ufunc subclasses as ufunc aliases during runtimeBas van Beek2021-09-091-7/+10
|/ / / /
* | | | Merge pull request #19827 from charris/cleanup-header-guards-commonCharles Harris2021-09-0825-72/+81
|\ \ \ \
| * | | | MAINT: Standardize guards in numpy/core/src/common.Charles Harris2021-09-0525-72/+81
* | | | | Merge pull request #19826 from charris/cleanup-header-guardsCharles Harris2021-09-0824-75/+89
|\ \ \ \ \
| * | | | | MAINT: Standardize header guards,Charles Harris2021-09-0524-75/+89
| |/ / / /
* | | | | Merge pull request #19829 from charris/cleanup-header-guards-multiarrayCharles Harris2021-09-0847-154/+156
|\ \ \ \ \
| * | | | | MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-0547-154/+156
| |/ / / /
* | | | | Merge pull request #19846 from charris/update-to-3.10rc2Sebastian Berg2021-09-082-1/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAINT: Update testing to 3.10rc2Charles Harris2021-09-072-1/+9
* | | | | Merge pull request #19850 from nsait-linaro/replace_ssize_t_with_py_ssize_tCharles Harris2021-09-081-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Replace use of ssize_t with Py_ssize_tNiyas Sait2021-09-081-1/+1
* | | | | 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
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |