summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Bump pydata-sphinx-theme from 0.5.2 to 0.6.1dependabot/pip/pydata-sphinx-theme-0.6.1dependabot-preview[bot]2021-04-191-1/+1
| | | | | | | | Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.5.2 to 0.6.1. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.5.2...v0.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #18802 from Bharat123rox/choiceMatti Picus2021-04-182-7/+9
|\ | | | | DOC: Improve random.choice() documentation
| * DOC: Improve random.choice() documentationBharat123rox2021-04-182-7/+9
|/
* Merge pull request #18801 from slayoo/patch-1Charles Harris2021-04-171-1/+1
|\ | | | | DOC: fix typo in frexp docstring
| * typo fix within docstring ("is lies")Sylwester Arabas2021-04-181-1/+1
|/
* Merge pull request #18761 from seberg/small-fixups-nep43Ralf Gommers2021-04-171-27/+28
|\ | | | | DOC: Small fixes (including formatting) for NEP 43
| * DOC: Small fixes (including formatting) for NEP 43Sebastian Berg2021-04-121-27/+28
| | | | | | | | | | Just have been reviewing the text, I may do larger changes, but lets start with the small ones...
* | Merge pull request #18796 from Carreau/doc-3Ralf Gommers2021-04-172-1/+2
|\ \ | | | | | | DOC: Misc Numpydoc and formatting for proper parsing.
| * | DOC: Add blank line before section.Matthias Bussonnier2021-04-161-0/+1
| | | | | | | | | | | | Otherwise Numpydoc does not see the section.
| * | DOC: Format version number in directiveMatthias Bussonnier2021-04-161-1/+1
|/ /
* | Merge pull request #18795 from seiko2plus/fix_cygwin_simd_testCharles Harris2021-04-161-2/+17
|\ \ | | | | | | SIMD, TEST: Workaround for misaligned stack GCC BUG ABI on WIN64
| * | SIMD, TEST: Workaround for misaligned stack GCC BUG ABI on WIN64Sayed Adel2021-04-171-2/+17
| | | | | | | | | | | | | | | | | | This patch fixes the segfault error for GCC SIMD module builds on WIN64, the problem occurs when GCC aligned load the AVX registers(256-bit) from stack pointer with 128-bit alignment.
* | | Merge pull request #18791 from kwinkunks/patch-1Charles Harris2021-04-161-5/+5
|\ \ \ | | | | | | | | DOC: Fixes small things in the genfromtext docstring
| * | | Fixes small typos in the genfromtext docstringMatt Hall2021-04-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | - `comments`: Added a full stop after 'discarded'. - `names`: changed 'proceeded' to 'preceeded'. - `excludelist`: inserted 'with' because it sounds odd without it; the example makes it clear. - `replace_space`: should strictly be "variable names" or "variables' names". The latter seems fussy so I chose the former.
* | | | Merge pull request #18792 from charris/update-towncrier-versionSebastian Berg2021-04-163-6/+4
|\ \ \ \ | |_|/ / |/| | | MAINT: Use recent towncrier releases on PyPI.
| * | | MAINT: Update towncrier version in install and notesCharles Harris2021-04-163-6/+4
|/ / / | | | | | | | | | | | | | | | We were installing towncrier from the github master branch because there had been no releases with the needed fixes. That has changed with the recent release of versions 19.9.0 and 21.3.0.
* | | Merge pull request #18789 from rossbar/pin-sphinx-themeCharles Harris2021-04-161-1/+1
|\ \ \ | | | | | | | | DEV: Pin pydata-sphinx-theme to 0.5.2.
| * | | Pin pydata-sphinx-theme to 0.5.2.Ross Barnowski2021-04-161-1/+1
| |/ /
* | | Merge pull request #18790 from seberg/towncrier-explicit-buildMatti Picus2021-04-163-3/+3
|\ \ \ | |/ / |/| | CI: Use `towncrier build` explicitly
| * | CI: Use `towncrier build` explicitlySebastian Berg2021-04-163-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without any argument towncrier defaults to `build`. But towncrier added a `--version` argument to just print the towncrier version. NumPy relies on passing `--version` which collides. Even if towncrier might revert the change, using `towncrier build` explicitly just doesn't hurt. Closes gh-18788
* | | Merge pull request #18781 from BvB93/__all__Charles Harris2021-04-166-6/+29
|\ \ \ | | | | | | | | ENH: Add `__all__` to a number of public modules
| * | | ENH: Add `__all__` to a number of public modulesBas van Beek2021-04-156-6/+29
| | | |
* | | | Merge pull request #18780 from BvB93/placeholder3Charles Harris2021-04-161-48/+106
|\ \ \ \ | |_|/ / |/| | | ENH: Improve the placeholder annotations for the main numpy namespace (part 2)
| * | | ENH: Improve the placeholder annotations of the C-based functionsBas van Beek2021-04-151-32/+58
| | | | | | | | | | | | | | | | All new function definitions based on the respective functions' docstring
| * | | ENH: Improve the placeholder annotations for classesBas van Beek2021-04-151-16/+48
| |/ / | | | | | | | | | | | | Use explicitly defined classes rather than annotating them as `Type[Any]`. The latter currently causes issues with mypy, which does not allow it to be used as a baseclass (because reasons?)
* | | Merge pull request #18787 from larsoner/docSebastian Berg2021-04-162-6/+17
|\ \ \ | | | | | | | | DOC: Document newer pytest conventions
| * | | DOC: Document newer pytest conventionsEric Larson2021-04-162-6/+17
| |/ /
* | | Merge pull request #18785 from endolith/patch-2Sebastian Berg2021-04-161-1/+1
|\ \ \ | |/ / |/| | DOC: change `dec.parametrize` to `pytest.mark.parametrize`
| * | DOC: Fix dec.paramaterize typoendolith2021-04-151-1/+1
|/ /
* | DOC: Fix spelling of "reccomended" ("recommended") (#18779)Deepyaman Datta2021-04-151-1/+1
| |
* | Merge pull request #18778 from BvB93/shapelikeCharles Harris2021-04-143-5/+24
|\ \ | | | | | | MAINT: Relax the integer-type-constraint of `npt._ShapeLike`
| * | TST: Fix a test failure for python 3.7Bas van Beek2021-04-151-2/+4
| | |
| * | STY: pep8 fixesBas van Beek2021-04-151-4/+9
| | |
| * | MAINT: Relax the integer-type-constraint of `npt._ShapeLike`Bas van Beek2021-04-142-1/+13
| | | | | | | | | | | | Change `int` into the more forgiving `SupportsIndex` protocol
| * | MAINT: Ensure that the `np.ndarray` constructor can take any shape-like ojectBas van Beek2021-04-141-1/+1
|/ /
* | Merge pull request #18773 from greglucas/typo-azureCharles Harris2021-04-131-1/+1
|\ \ | | | | | | CI: Fixing typo in Azure job run
| * | CI: Fixing typo in Azure job runGreg Lucas2021-04-131-1/+1
|/ /
* | Merge pull request #18772 from seberg/codecov-tweaksCharles Harris2021-04-131-3/+4
|\ \ | | | | | | CI: Use informational mode for codecov
| * | CI: Use informational mode for codecovSebastian Berg2021-04-131-3/+4
| | | | | | | | | | | | [skip CI]
* | | Merge pull request #18770 from timhoffm/doc-npCharles Harris2021-04-131-8/+4
|\ \ \ | | | | | | | | DOC: More concise "How to import NumPy" description
| * | | MAINT: Fix comma usage.Charles Harris2021-04-131-1/+1
| | | |
| * | | More concise "How to import NumPy" descriptionTim Hoffmann2021-04-131-8/+4
| |/ /
* | | Merge pull request #18771 from timhoffm/doc-numpy-testingCharles Harris2021-04-131-5/+5
|\ \ \ | |/ / |/| | DOC: Use: from numpy.testing import ...
| * | DOC: Use: from numpy.testing import ...Tim Hoffmann2021-04-131-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | instead of `import numpy.testing as npt`. - all of NumPy's own tests themselves use the from-import variant - There's `import numpy.typing as npt` around in some places so we should not abbreviate another module import with `npt`. Optional further enhancement: If this is a convention we also want users to adopt, this should be mentioned in the module docstring of `numpy.testing`.
* | Merge pull request #18765 from BvB93/placeholderCharles Harris2021-04-132-209/+220
|\ \ | |/ |/| ENH: Improve the placeholder annotations for the main numpy namespace
| * DEP: Remove all references to `numarray` from the namespaceBas van Beek2021-04-132-1/+1
| | | | | | | | It has been deprecated and removed for quite some time
| * ENH: Annotate a few previously missing ufuncs as suchBas van Beek2021-04-131-4/+4
| |
| * ENH: Improve placeholder annotations for C-based functionsBas van Beek2021-04-131-36/+37
| |
| * ENH: Improve placeholder annotations for Python-based functionsBas van Beek2021-04-131-149/+150
| |
| * ENH: Improve placeholder annotation for non-function objectsBas van Beek2021-04-131-30/+39
|/ | | | e.g. types and instances