summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9432 from eric-wieser/masked-0d-methodsCharles Harris2017-08-273-19/+47
|\
| * BUG: Keep mask when calling methods on 0d arrays.Eric Wieser2017-08-133-10/+41
| * MAINT: Collect together _arraymethods, and remove duplicate 'copy'Eric Wieser2017-08-121-9/+6
* | Merge pull request #9306 from WarrenWeckesser/f2py-remove-fprintf-stderrCharles Harris2017-08-261-38/+70
|\ \
| * | BUG: f2py: Convert some error messages printed to stderr to exceptions.Warren Weckesser2017-08-261-38/+70
* | | Merge pull request #9590 from bashtage/relax-noncentral-f-checksCharles Harris2017-08-262-7/+13
|\ \ \
| * | | ENH: Remove unnecessary restriction in noncen-fKevin Sheppard2017-08-222-7/+13
* | | | Merge pull request #9609 from srinivasreddy/ne_dunderCharles Harris2017-08-261-0/+2
|\ \ \ \
| * | | | BUG: add `__ne__` method to dummy_ctype class.Srinivas Reddy Thatiparthy2017-08-261-0/+2
| | |/ / | |/| |
* | | | Merge pull request #9611 from srinivasreddy/rm_exceptionCharles Harris2017-08-261-6/+1
|\ \ \ \
| * | | | MAINT: remove try..except clause.Srinivas Reddy Thatiparthy2017-08-261-6/+1
| |/ / /
* | | | Merge pull request #9591 from srinivasreddy/cleanupCharles Harris2017-08-263-12/+0
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Remove unnecessary importsSrinivas Reddy Thatiparthy2017-08-263-12/+0
* | | | Merge pull request #9610 from pv/scalar-copy-kwargsCharles Harris2017-08-253-3/+16
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Different fix for scalartypes.c.src `__copy__` method.Charles Harris2017-08-251-3/+3
| * | | BUG: core: fix array_copy_keeporder METH_VARARGS signaturePauli Virtanen2017-08-251-1/+1
| * | | BUG: core: fix wrong method flags for scalartypes.c.src:gentype_copyPauli Virtanen2017-08-252-1/+14
|/ / /
* | | Merge pull request #9604 from srinivasreddy/refactorCharles Harris2017-08-251-16/+9
|\ \ \
| * | | MAINT: Reuse the code to compute sha256, md5 hashesSrinivas Reddy Thatiparthy2017-08-251-16/+9
|/ / /
* | | Merge pull request #9601 from MSeifert04/doc_rot90_added_directiveCharles Harris2017-08-241-2/+2
|\ \ \
| * | | DOC: rot90 wrongly positioned versionadded directive. [skip ci]Michael Seifert2017-08-251-2/+2
* | | | Merge pull request #9599 from irushchyshyn/pad-reflect-empty-arrayNathaniel J. Smith2017-08-242-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix infinite loop when creating np.pad on an empty arrayIryna Shcherbina2017-08-242-0/+7
* | | | Merge pull request #9588 from bashtage/remove-flatiter-mtrandCharles Harris2017-08-242-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | REF: Remove direct access to flatiter typesKevin Sheppard2017-08-222-2/+3
| |/ /
* | | Merge pull request #9586 from b-carter/fix_nonzero_docstringseberg2017-08-221-3/+4
|\ \ \
| * | | update example in np.nonzero docstringBrandon Carter2017-08-211-3/+4
|/ / /
* | | Merge pull request #9582 from seberg/rcond-defaultCharles Harris2017-08-193-2/+46
|\ \ \ | |/ / |/| |
| * | ENH: Warn to change lstsq default for rcondSebastian Berg2017-08-193-2/+46
|/ /
* | Merge pull request #9581 from MSeifert04/doc_fix_linkEric Wieser2017-08-181-1/+1
|\ \
| * | DOC: Fix link in numpy.ndarray.copy method (missing backticks)Michael Seifert2017-08-181-1/+1
|/ /
* | Merge pull request #9577 from bashtage/dirichlet-alpha-validationCharles Harris2017-08-172-0/+12
|\ \
| * | BUG: Missing dirichlet input validationKevin Sheppard2017-08-172-0/+12
* | | Merge pull request #9575 from pv/cabs-blacklistCharles Harris2017-08-174-2/+165
|\ \ \ | |/ / |/| |
| * | BUG: core: remove extra return statementPauli Virtanen2017-08-171-1/+1
| * | BUG: core: blacklist MSVC cabs* on win32Pauli Virtanen2017-08-171-0/+4
| * | TST: core: add a test that exercise untested npymath functionsPauli Virtanen2017-08-173-1/+160
|/ /
* | Merge pull request #9574 from pv/fpflagCharles Harris2017-08-165-3/+135
|\ \
| * | TST: add FPU mode check also for pytestPauli Virtanen2017-08-161-0/+54
| * | ENH: check for FPU mode changes in the test suitePauli Virtanen2017-08-163-3/+72
| * | BUG: blacklist MSVC hypot() on win32Pauli Virtanen2017-08-161-0/+9
|/ /
* | Merge pull request #9564 from nolta/fix-cpuinfo-getoutputCharles Harris2017-08-151-1/+1
|\ \
| * | BUG: fix distutils/cpuinfo.py:getoutput()Mike Nolta2017-08-151-1/+1
|/ /
* | Merge pull request #9554 from rgommers/f2py-mingw32-issueCharles Harris2017-08-141-1/+1
|\ \
| * | BUG: fix regression in 1.13.x in distutils.mingw32ccompiler.Ralf Gommers2017-08-151-1/+1
* | | Merge pull request #9550 from jrbourbeau/fix-doc-linksCharles Harris2017-08-141-0/+2
|\ \ \ | |/ / |/| |
| * | DOC: removes broken docstring example (source code, png, pdf) linksJames Bourbeau2017-08-131-0/+2
| |/
* | Merge pull request #9552 from charris/fix-invalid-escapeseberg2017-08-141-2/+2
|\ \
| * | DOC, BUG: Fix Python 3.6 invalid escape sequence.Charles Harris2017-08-131-2/+2
|/ /
* | DOC: add example for isscalar on strings (#9361)Christoph Boeddeker2017-08-131-0/+2