summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.43.4 to 5.46.0dependabot/pip/hypothesis-5.46.0dependabot-preview[bot]2021-01-041-1/+1
* Merge pull request #18082 from rgommers/roadmap-updateMatti Picus2021-01-031-37/+44
|\
| * DOC: roadmap updateRalf Gommers2021-01-021-37/+44
* | Merge pull request #18100 from seiko2plus/issue_18092Matti Picus2021-01-035-34/+51
|\ \
| * | MAINT, BLD: few tweaks in the comments and log messageSayed Adel2021-01-032-6/+6
| * | BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-035-31/+48
* | | Merge pull request #18103 from DWesl/avoid-changing-odd-tempfile-namesCharles Harris2021-01-011-2/+2
|\ \ \
| * | | TST: Avoid changing odd tempfile names in tests' site.cfgDWesl2021-01-011-2/+2
|/ / /
* | | Merge pull request #18062 from krnilo/add-lstsq-detailsCharles Harris2020-12-301-2/+3
|\ \ \ | |/ / |/| |
| * | STY: Add spaces around '-'.Charles Harris2020-12-301-1/+1
| * | DOC: add missing details to linalg.lstsq docstringNilo Kruchelski2020-12-301-2/+3
* | | Merge pull request #18091 from anntzer/docsetCharles Harris2020-12-2912-15/+15
|\ \ \
| * | | DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-2912-15/+15
* | | | Merge pull request #18090 from tylerjereddy/treddy_char_class_3Sebastian Berg2020-12-296-13/+13
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: multiline regex class simplifyTyler Reddy2020-12-296-13/+13
|/ / /
* | | Merge pull request #18051 from rpolley/deprecate-np-testing-dec-2Matti Picus2020-12-293-211/+260
|\ \ \
| * | | TST: add stacklevel parameter to test calls to warnings.warnRyan Polley2020-12-221-3/+3
| * | | TST: move np.testing.dec tests to test_deprecations.pyRyan Polley2020-12-202-211/+213
| * | | DEC: update deprecation version to 1.21 and add date commentsRyan Polley2020-12-201-12/+18
| * | | DEC: deprecate the decorators in np.testing.decRyan Polley2020-12-201-0/+41
* | | | Merge pull request #18088 from Carreau/doc-wiSebastian Berg2020-12-297-7/+7
|\ \ \ \
| * | | | DOC: Update reference to verbatim in a few location.Matthias Bussonnier2020-12-287-7/+7
* | | | | Merge pull request #18083 from tylerjereddy/treddy_superfluous_char_classesCharles Harris2020-12-2812-27/+27
|\ \ \ \ \
| * | | | | MAINT: regex char class improveTyler Reddy2020-12-2812-27/+27
|/ / / / /
* | | | | Merge pull request #18007 from eric-wieser/float-printing-docCharles Harris2020-12-282-0/+41
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-2/+2
| * | | | Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-0/+11
| * | | | Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-2/+6
| * | | | Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-161-1/+1
| * | | | DOC: Add a brief explanation of float printingEric Wieser2020-12-162-0/+26
* | | | | Merge pull request #18081 from numpy/dependabot/pip/hypothesis-5.43.4Ralf Gommers2020-12-281-1/+1
|\ \ \ \ \
| * | | | | MAINT: Bump hypothesis from 5.43.3 to 5.43.4dependabot-preview[bot]2020-12-281-1/+1
* | | | | | Merge pull request #18079 from numpy/dependabot/pip/sphinx-3.4.1Matti Picus2020-12-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: Bump sphinx from 3.3.1 to 3.4.1dependabot/pip/sphinx-3.4.1dependabot-preview[bot]2020-12-281-1/+1
* | | | | | Merge pull request #18080 from numpy/dependabot/pip/pytz-2020.5Matti Picus2020-12-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: Bump pytz from 2020.4 to 2020.5dependabot-preview[bot]2020-12-281-1/+1
|/ / / / /
* | | | | Merge pull request #18078 from rgommers/fix-neps-buildissuesCharles Harris2020-12-273-7/+16
|\ \ \ \ \
| * | | | | DOC: fix build warning for NEP 36Ralf Gommers2020-12-271-1/+1
| * | | | | DOC: fix invalid C code in NEP 10Ralf Gommers2020-12-271-3/+7
| * | | | | DOC: fix build warnings in NEP 35Ralf Gommers2020-12-271-3/+8
|/ / / / /
* | | | | Merge pull request #18042 from charris/testingCharles Harris2020-12-271-10/+6
|\ \ \ \ \
| * | | | | MAINT: Add dist_info to valid setup.py commands.Charles Harris2020-12-271-10/+6
* | | | | | Merge pull request #18077 from rgommers/nep-28-website-finishedCharles Harris2020-12-271-2/+4
|\ \ \ \ \ \
| * | | | | | NEP: mark NEP 28 on website redesign as finalRalf Gommers2020-12-271-2/+4
|/ / / / / /
* | | | | | Merge pull request #18074 from tylerjereddy/treddy_exprtype_regex_simplifyCharles Harris2020-12-261-3/+3
|\ \ \ \ \ \
| * | | | | | MAINT: exprtype regex simplifyTyler Reddy2020-12-261-3/+3
* | | | | | | Merge pull request #18072 from tylerjereddy/treddy_crackfortran_regex_simplify_1Charles Harris2020-12-261-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT: PR 18072 revisionsTyler Reddy2020-12-261-1/+1
| * | | | | | MAINT: crackfortran regex simplifyTyler Reddy2020-12-251-2/+2
* | | | | | | Merge pull request #17587 from seiko2plus/to_npyv_sincos_f32Matti Picus2020-12-2612-297/+278
|\ \ \ \ \ \ \