summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #18245 from rgommers/fix-bdisteggCharles Harris2021-01-271-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BLD: fix issue with `bdist_egg`, which made `make dist` in doc/ failRalf Gommers2021-01-271-1/+2
|/ / / /
* | | | Merge pull request #18223 from SnoopJeDi/fix_random-generator-choice_docCharles Harris2021-01-261-1/+8
|\ \ \ \
| * | | | Clarify description of exampleJames Gerity2021-01-261-2/+2
| * | | | Mark example as randomJames Gerity2021-01-261-1/+1
| * | | | DOC: add example of sampling from 2-D arrayJames Gerity2021-01-241-0/+7
| * | | | DOC: Drop '1-D' from docstringJames Gerity2021-01-241-1/+1
* | | | | Merge pull request #18230 from seberg/issue-17977Charles Harris2021-01-263-47/+99
|\ \ \ \ \
| * | | | | Fix ref to user guide in release notes.Ross Barnowski2021-01-262-1/+3
| * | | | | Apply suggestions from code reviewSebastian Berg2021-01-262-5/+4
| * | | | | Update numpy/__init__.pySebastian Berg2021-01-261-6/+4
| * | | | | Update doc/source/release/1.20.0-notes.rstSebastian Berg2021-01-261-2/+2
| * | | | | DOC: Clarify the type alias deprecation messageSebastian Berg2021-01-262-47/+99
* | | | | | Fix example in array subclassing doc (#18235)Nicolas Hug2021-01-261-1/+1
* | | | | | Merge pull request #18232 from Carreau/shape_base_docMatti Picus2021-01-261-7/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | DOC: lib/shape_base numpydoc formatting.Matthias Bussonnier2021-01-251-7/+7
* | | | | | Merge pull request #18116 from seberg/futurewarn-string-promotionMatti Picus2021-01-2610-43/+182
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-2510-43/+182
* | | | | | Merge pull request #18224 from numpy/dependabot/pip/pydata-sphinx-theme-0.4.2Matti Picus2021-01-251-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | MAINT: Bump pydata-sphinx-theme from 0.4.1 to 0.4.2dependabot/pip/pydata-sphinx-theme-0.4.2dependabot-preview[bot]2021-01-251-1/+1
* | | | | | Merge pull request #18225 from numpy/dependabot/pip/mypy-0.800Matti Picus2021-01-252-3/+3
|\ \ \ \ \ \
| * | | | | | TST: Fix two failing typing testsdependabot/pip/mypy-0.800Bas van Beek2021-01-251-2/+2
| * | | | | | MAINT: Bump mypy from 0.790 to 0.800dependabot-preview[bot]2021-01-251-1/+1
| |/ / / / /
* | | | | | Merge pull request #18176 from Illviljan/Illviljan-faster_tril_indicesMatti Picus2021-01-252-3/+16
|\ \ \ \ \ \
| * | | | | | Add triu_indices and tril_indicesIllviljan2021-01-181-0/+6
| * | | | | | import indices, broadcast_toIllviljan2021-01-151-7/+8
| * | | | | | use same tri formatIllviljan2021-01-151-1/+1
| * | | | | | faster tril_indicesIllviljan2021-01-111-2/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #18226 from numpy/dependabot/pip/hypothesis-6.0.3Charles Harris2021-01-251-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT: Bump hypothesis from 6.0.2 to 6.0.3dependabot/pip/hypothesis-6.0.3dependabot-preview[bot]2021-01-251-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #18227 from numpy/dependabot/pip/pytest-cov-2.11.1Charles Harris2021-01-251-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT: Bump pytest-cov from 2.10.1 to 2.11.1dependabot/pip/pytest-cov-2.11.1dependabot-preview[bot]2021-01-251-1/+1
| |/ / / / /
* | | | | | Merge pull request #18097 from rgommers/nep-backcompat-updateMatti Picus2021-01-251-175/+233
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Adopt copy-edits suggested by charrisRalf Gommers2021-01-241-29/+29
| * | | | | Address more review comments on the backwards compat NEPRalf Gommers2021-01-231-6/+15
| * | | | | DOC: update for review comments on NEP 23Ralf Gommers2021-01-231-20/+29
| * | | | | Commit code review suggestions by seberg Ralf Gommers2021-01-231-5/+6
| * | | | | DOC: address review comments on NEP 23Ralf Gommers2021-01-021-7/+19
| * | | | | NEP: rewrite the backwards compatibility NEP contentsRalf Gommers2020-12-301-70/+180
| * | | | | NEP: remove versioning related content from backwards compat NEPRalf Gommers2020-12-291-17/+2
| * | | | | NEP: update backwards compatibility NEP text, remove examplesRalf Gommers2020-12-291-89/+21
* | | | | | Merge pull request #18221 from Carreau/doc-fixes-chooseMatti Picus2021-01-251-17/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | DOC: Misc single to double backticks fixes.Matthias Bussonnier2021-01-241-17/+17
|/ / / / /
* | | | | Merge pull request #18217 from charris/fix-complexwarning-in-testSebastian Berg2021-01-241-0/+1
|\ \ \ \ \
| * | | | | MAINT: Ignore ComplexWarning in ``test_iter_copy_casts``Charles Harris2021-01-241-0/+1
* | | | | | Merge pull request #18211 from rgommers/fix-shuffle-objectCharles Harris2021-01-244-9/+54
|\ \ \ \ \ \
| * | | | | | Remove duplicate axis checkRalf Gommers2021-01-231-4/+0
| * | | | | | BUG: shuffling empty array with axis=1 was brokenRalf Gommers2021-01-234-8/+39
| * | | | | | MAINT: warn when shuffling unrecognized objectsRalf Gommers2021-01-232-5/+23
* | | | | | | Merge pull request #18204 from BvB93/tst_mypyCharles Harris2021-01-242-44/+46
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |