summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | BUG: MaskedArray._optinfo is discarded by__eq__/__ne__ (#9540)David Schaefer2017-08-132-0/+20
* | Merge pull request #9527 from Licht-T/fix-scalar-astypeEric Wieser2017-08-131-13/+14
|\ \ | |/ |/|
| * BUG: Fix scalar-ravel so that it can receive keyword argumentsLicht Takeuchi2017-08-101-3/+3
| * BUG: Fix scalar-flatten so that it can receive keyword argumentsLicht Takeuchi2017-08-101-3/+4
| * BUG: Fix scalar-view so that it can receive keyword argumentsLicht Takeuchi2017-08-101-3/+3
| * BUG: Fix scalar-searchsorted so that it can receive keyword argumentsLicht Takeuchi2017-08-101-3/+3
| * BUG: Fix scalar-copy so that it can receive keyword argumentsLicht Takeuchi2017-08-101-3/+3
| * BUG: Fix scalar-tobytes so that it can receive keyword argumentsLicht Takeuchi2017-08-091-3/+3
| * BUG: Fix scalar-tostring so that it can receive keyword argumentsLicht Takeuchi2017-08-091-3/+3
| * BUG: Fix scalar-astype so that it can receive keyword argumentsLicht Takeuchi2017-08-071-4/+4
* | Merge pull request #9524 from charris/add_init_to_test_directoriesCharles Harris2017-08-1232-18/+25
|\ \
| * | TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-0632-18/+25
| |/
* | Merge pull request #9543 from dhermes/fix-note-on-quad-precCharles Harris2017-08-121-1/+1
|\ \
| * \ Merge branch 'master' into fix-note-on-quad-precCharles Harris2017-08-1218-53/+64
| |\ \ | |/ / |/| |
* | | Merge pull request #9422 from deniederhut/doc/types-formattingCharles Harris2017-08-121-2/+2
|\ \ \
| * | | DOC: reverts some escapes [ci-skip]Dillon Niederhut2017-08-111-2/+2
| * | | DOC: removes extraneous whitespace with escapesDillon Niederhut2017-07-271-3/+3
| * | | DOC: correct formatting of basic.types.htmlDillon Niederhut2017-07-261-3/+3
* | | | Merge pull request #9544 from eric-wieser/error-convertingCharles Harris2017-08-1217-51/+62
|\ \ \ \
| * | | | MAINT: Use the error_converting macro where possibleEric Wieser2017-08-1117-51/+62
|/ / / /
| | * | DOC: Adding backslash between double-backtick and s.Danny Hermes2017-08-111-1/+1
| |/ / |/| |
* | | MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-1013-52/+53
* | | Merge pull request #9536 from eric-wieser/better-polynomial-reprCharles Harris2017-08-106-55/+63
|\ \ \
| * | | BUG/TST: Fix the polynomial.test_printing tests, which never tested anything ...Eric Wieser2017-08-101-25/+25
| * | | ENH: Show domain and window as kwargs in reprEric Wieser2017-08-105-30/+38
|/ / /
* | | Merge pull request #9529 from seberg/nat-spamCharles Harris2017-08-072-20/+38
|\ \ \ | |_|/ |/| |
| * | BUG: The NAT deprecation warning should not be given for every single valueSebastian Berg2017-08-072-20/+38
|/ /
* | Merge pull request #9522 from eric-wieser/stop-using-obj2sctypeCharles Harris2017-08-065-46/+36
|\ \
| * | MAINT: Remove unneeded asfarrayEric Wieser2017-08-062-12/+15
| * | BUG: Don't allow an array to be passed as the dtype argumentEric Wieser2017-08-063-3/+14
| * | BUG: Don't duplicate the type->dtype conversion logicEric Wieser2017-08-061-31/+7
* | | Merge pull request #9505 from eric-wieser/fix-issubdtypeCharles Harris2017-08-0612-22/+97
|\ \ \
| * | | DEP: Deprecate the coercion of dtype-likes to their superclassEric Wieser2017-08-052-0/+33
| * | | DOC: Make example work in python 3Eric Wieser2017-08-051-1/+1
| * | | BUG: dtypes are ignored and downcast in issubdtypeEric Wieser2017-08-052-8/+36
| * | | BUG: abstract types did not compare correctly with issubdtypeEric Wieser2017-08-052-2/+11