summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | BLD: update OpenBLAS to pre-0.3.9 versionmattip2020-02-271-1/+1
| | | | | |
* | | | | | Merge pull request #15682 from numpy/dependabot/pip/hypothesis-5.6.0Charles Harris2020-03-021-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | MAINT: Bump hypothesis from 5.5.4 to 5.6.0
| * | | | | MAINT: Bump hypothesis from 5.5.4 to 5.6.0dependabot/pip/hypothesis-5.6.0dependabot-preview[bot]2020-03-021-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.5.4 to 5.6.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.5.4...hypothesis-python-5.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | DOC: Improve np.finfo docs (#15678)Ross Barnowski2020-03-011-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: Improve docs for np.finfo. Replace inaccurate statements about eps and epsneg attrs with correct statements and examples. Added np.spacing and np.nextafter to See Also. Closes #6940. * Removed LaTeX math from finfo docstring. * MAINT: Add periods at end of some sentences. Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
* | | | | Merge pull request #15672 from rossbar/maint/fixme_gh_commentCharles Harris2020-03-011-1/+2
|\ \ \ \ \ | | | | | | | | | | | | MAINT: Added comment pointing FIXME to relevant PR.
| * | | | | FIXME -> NOTE: more precise language in comment.Ross Barnowski2020-03-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Reference multiple relevant discussions on GH
| * | | | | MAINT: Added comment pointing FIXME to relevant PR.Ross Barnowski2020-03-011-0/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarifies a FIXME comment in numpy/__init__.py by referencing relevant discussion in issue tracker. Closes #15668.
* | | | | Merge pull request #15673 from notmatthancock/doc/reword-howtoext-docMatti Picus2020-03-011-8/+8
|\ \ \ \ \ | |_|/ / / |/| | | | DOC: Make extension module wording more clear
| * | | | DOC: Make extension module wording more clearmatt2020-02-291-8/+8
|/ / / /
* | | | DOC: Update to clarify actual behavior real_if_(all elements)_close (gh-15644)and-sang2020-02-281-5/+6
| |/ / |/| | | | | | | | | | | | | | Updated the description to consider all array elements Updated the examples to use multiple elements array, to show that one element not close enough prevent for the whole array to be considered as real Closes #15626
* | | Merge pull request #15295 from melissawm/linalg-tutorialMatti Picus2020-02-289-1/+596
|\ \ \ | | | | | | | | DOC: Added tutorial about linear algebra on multidimensional arrays
| * | | Fixing linksmelissawm2020-02-281-10/+11
| | | |
| * | | Fixing formatting of source.melissawm2020-02-271-46/+72
| | | |
| * | | Added intersphinx mappings for skimage and imageio; added proper links to ↵melissawm2020-02-272-21/+10
| | | | | | | | | | | | | | | | external docs.
| * | | Fixed missing backtick.melissawm2020-02-211-1/+1
| | | |
| * | | Added plot scripts and reworded to respond to PR comments.melissawm2020-02-217-74/+212
| | | |
| * | | Incorporated @bonn0062's suggestions.Melissa Weber Mendonça2020-01-241-15/+16
| | | |
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-2/+1
| | | | | | | | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * | | Addressing comments on PR.Melissa Weber Mendonça2020-01-211-133/+105
| | | |
| * | | DOC: Added tutorial about linear algebra on multidimensional arraysMelissa Weber Mendonça2020-01-082-0/+469
| | | |
* | | | Merge pull request #15665 from mattip/whoopsCharles Harris2020-02-283-7/+16
|\ \ \ \ | | | | | | | | | | BUG: fix doctest exception messages
| * | | | BUG: fix doctest exception messagesmattip2020-02-283-7/+16
|/ / / /
* | | | Merge pull request #12646 from shoyer/refguide-check-exceptionsMatti Picus2020-02-282-3/+4
|\ \ \ \ | | | | | | | | | | TST: check exception details in refguide_check.py
| * | | | TST: check exception details in refguide_check.pyStephan Hoyer2019-01-012-3/+4
| | | | | | | | | | | | | | | | | | | | xref GH-12548
* | | | | Merge pull request #15504 from emmanuelle/patch-1Matti Picus2020-02-281-4/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | DOC: Remove duplicated code in true_divide docstring
| * | | | DOC: reorder for a better flowmattip2020-02-281-3/+3
| | | | |
| * | | | Removed duplicated code in docstringEmmanuelle Gouillart2020-02-041-3/+0
| | | | | | | | | | | | | | | I believe this line comes from an older version of the docstring which was importing `__future__`.
* | | | | TST: Test division by zero both with scalar and with array (gh-15577)Christian Kastner2020-02-261-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The value for platform.machine() was reported from Debian in 2012, but current Debian systems no longer this value. Switch the test to the new arm_softfloat flag, which is the actual underlying cause of the test failure. closes gh-15562
* | | | | Merge pull request #14995 from seberg/array-like-coercionMatti Picus2020-02-263-170/+187
|\ \ \ \ \ | | | | | | | | | | | | BUG: Use ``__array__`` during dimension discovery