summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Bump pytest from 5.3.0 to 5.3.1dependabot/pip/pytest-5.3.1dependabot-preview[bot]2019-12-021-1/+1
| | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/5.3.1/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.0...5.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #15019 from WarrenWeckesser/doc-covMatti Picus2019-11-301-1/+1
|\ | | | | DOC: lib: Use a clearer example of ddof in the notes of the cov docstring.
| * DOC: lib: Use a clearer example of ddof in the notes of the cov docstring.Warren Weckesser2019-11-301-1/+1
|/ | | | | | Use `ddof = 1` instead of 9, and remove a confusing comment. Closes gh-15010.
* Merge pull request #15009 from anis-ladram/patch-2Matti Picus2019-11-301-2/+2
|\ | | | | DOC: Fix typo in numpy.loadtxt and numpy.genfromtxt documentation
| * DOC: Fix typo in loadtxt and genfromtxtAnis Ladram2019-11-291-2/+2
| |
| * DOC: Fix typo in numpy.loadtxt documentationAnis Ladram2019-11-291-1/+1
| | | | | | Parameter fname: generator must return byte strings for Python 3, not Python3k.
* | Merge pull request #15014 from hmaarrfk/compat_comment_1.18Eric Wieser2019-11-301-3/+9
|\ \ | |/ |/| DOC: add a more useful comment to compat.py3k.py
| * DOC: add a more useful comment to compat.py3k.pyMark Harfouche2019-11-291-3/+9
|/
* Merge pull request #15004 from MartinThoma/doc/fix-pcgCharles Harris2019-11-281-2/+2
|\ | | | | MAINT: Fix long name of PCG64
| * MAINT: Change Congruent to Congruential in PCGCharles Harris2019-11-281-2/+2
| | | | | | [skip ci]
| * DOC: Fix abbreviation of PCG64Martin Thoma2019-11-281-1/+1
|/ | | | | | | See publication by O'Neill (reference 2): "The name for the family, PCG, stands for permuted congruential generator [...]"
* Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-278-6/+125
|\ | | | | TST. API: test using distributions.h via cffi
| * DOC: document the CFFI examplemattip2019-11-222-0/+25
| |
| * TST: skip cffi tests when PYTHONOPTIMIZE>1, pycparser failsmattip2019-11-212-0/+12
| |
| * API, MAINT: export symbols on MSVC, fix typosmattip2019-11-212-4/+4
| |
| * TST. API: test using distributions.h via cffimattip2019-11-213-2/+84
| |
* | Merge pull request #14948 from mattip/document-randomCharles Harris2019-11-2714-66/+426
|\ \ | | | | | | DOC, API: add random.__init__.pxd and document random.* functions
| * | DOC: update note from reviewmattip2019-11-211-84/+84
| | |
| * | DOC: fixes from reviewmattip2019-11-212-7/+18
| | |
| * | MAINT: "See also" -> "See Also"mattip2019-11-211-23/+23
| | |
| * | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-2114-66/+415
| | |
* | | Merge pull request #14983 from charris/revert-71fc59dCharles Harris2019-11-271-20/+0
|\ \ \ | | | | | | | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like
| * | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-11-251-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 71fc59d587016d6f36007ba06e074d4d4a6b483d which was part of gh-13399 and the followup commit ba53a63ee9be7a7bad7685b051a0ef984caa321e from gh-13663. The issue is that we mix Sequence protocol and `__array__` usage when coercing arrays. It seems easiest to revert this for the 1.17.x release and make a larger breaking change in the 1.18.x release cycle. Since this only occurs for stranger array-likes. This revert is limited to the 1.17.x branch for now.
* | | | Merge pull request #14982 from bwignall/typoCharles Harris2019-11-259-10/+10
|\ \ \ \ | | | | | | | | | | MAINT: Fix typos
| * | | | Fix typosBrian Wignall2019-11-259-10/+10
| | | | |
* | | | | Merge pull request #14973 from mattip/norm-docCharles Harris2019-11-251-4/+7
|\ \ \ \ \ | | | | | | | | | | | | DOC: fix docstring of np.linalg.norm
| * | | | | MAINT: Small clarification spelling fixes.Charles Harris2019-11-251-5/+5
| | | | | |
| * | | | | DOC: fix docstring of np.linalg.normmattip2019-11-231-4/+7
| | | | | |
* | | | | | Merge pull request #12658 from tylerjereddy/NaT_sort_orderCharles Harris2019-11-254-0/+49
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | BUG: NaT now sorts to ends of arrays
| * | | | | DOC: add release notemattip2019-11-221-0/+5
| | | | | |
| * | | | | BUG: NaT now sorts to end of arraysTyler Reddy2019-11-223-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added unit tests for NaT sorting to the ends of arrays * NaT now treated as largest integer for sorting purposes, so that it sorts to end of arrays for consistency with NaN
* | | | | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-256-7/+43
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | API: Forbid Q<->m safe casting
| * | | | | Followup: Make "same_kind" casting possible for consistencySebastian Berg2019-10-163-2/+9
| | | | | |
| * | | | | API: Forbid Q<->m safe castingEric Wieser2019-10-165-6/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is, uint64 <-> timedelta64. Allowing this casting was weird, because Q<->q is forbidden, yet q and m are both int64. This fixes gh-12927
* | | | | | Merge pull request #14978 from numpy/dependabot/pip/pytest-5.3.0Sebastian Berg2019-11-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | MAINT: Bump pytest from 5.2.4 to 5.3.0
| * | | | | | MAINT: Bump pytest from 5.2.4 to 5.3.0dependabot-preview[bot]2019-11-251-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.2.4 to 5.3.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.2.4...5.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | Merge pull request #14974 from ilayn/os_add_dll_dirRalf Gommers2019-11-241-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | MAINT: Added Python3.8 branch to dll lib discovery on Windows
| * | | | | | MAINT: Added Python3.8 branch to dll lib discoveryIlhan Polat2019-11-241-2/+5
| | | | | | |
* | | | | | | Merge pull request #14976 from pv/asv-conf-updateRalf Gommers2019-11-241-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | DEV: update asv.conf.json
| * | | | | | DEV: update asv.conf.jsonPauli Virtanen2019-11-241-2/+3
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Due to Numpy cythonize changes, Cython is required. Update renamed asv option + bump default Python version.
* | | | | | DOC: Document ma.filled behavior with non-scalar fill_value (#13698)Kriti Singh2019-11-232-8/+38
| | | | | | | | | | | | | | | | | | * DOC: Document and deprecate ma.filled behavior with non-scalar fill_value
* | | | | | MAINT: Cleaned up mintypecode for Py3 (#14967)Joseph Fox-Rabinovitz2019-11-231-6/+4
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | Using generators instead of full-blown lists Using set for search instead of list Using min to get single element insteaf of sorting full list
* | | | | Merge pull request #14903 from mattip/nep-0034-acceptedRalf Gommers2019-11-231-2/+2
|\ \ \ \ \ | | | | | | | | | | | | NEP: move nep 34 to accepted
| * | | | | NEP: move nep 34 to acceptedmattip2019-11-131-2/+2
| | | | | |
* | | | | | Merge pull request #14732 from mattip/refguide-rstCharles Harris2019-11-236-94/+191
|\ \ \ \ \ \ | | | | | | | | | | | | | | TST: run refguide-check on rst files in doc/*
| * | | | | | MAINT: remove deprecation warningsmattip2019-11-221-4/+4
| | | | | | |
| * | | | | | MAINT: fixes from reviewmattip2019-11-181-2/+2
| | | | | | |
| * | | | | | MAINT: fixes from reviewmattip2019-11-161-6/+17
| | | | | | |
| * | | | | | MAINT: pep8, remove checks of *.py files from --rst checkmattip2019-11-011-9/+10
| | | | | | |
| * | | | | | MAINT: fixes from reviewmattip2019-10-311-12/+27
| | | | | | |