summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Collect together _arraymethods, and remove duplicate 'copy'Eric Wieser2017-08-121-9/+6
* 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
| * | | MAINT: Simplify test for string-likesEric Wieser2017-08-051-2/+1
| * | | MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser2017-08-056-10/+10
| * | | BUG: Be explicit about allowing all integer types in matrix exponentiationEric Wieser2017-08-052-1/+7
* | | | Merge pull request #9521 from eric-wieser/numbers.NumberCharles Harris2017-08-062-0/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: Make issubclass(np.number, numbers.Number) return trueEric Wieser2017-08-052-0/+14
| |/ /
* | | Merge pull request #9520 from eric-wieser/remove-TypeTypeseberg2017-08-061-12/+6
|\ \ \
| * | | MAINT: types.TypeType does not ever need to be usedEric Wieser2017-08-051-12/+6
| |/ /
* | | Merge pull request #9519 from charris/remove-level-in-testsseberg2017-08-068-173/+164
|\ \ \ | |/ / |/| |
| * | MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-058-173/+164
|/ /
* | Merge pull request #9517 from charris/rebase-9508Charles Harris2017-08-0542-330/+330
|\ \
| * | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-0542-330/+330
|/ /
* | Merge pull request #9469 from charris/fix-true-divideCharles Harris2017-08-046-43/+143
|\ \
| * | BUG: Fix true_divide when dtype=np.float64 specified.Charles Harris2017-08-036-43/+143
* | | Merge pull request #9457 from eric-wieser/ma-ufunc-fixesCharles Harris2017-08-041-27/+21
|\ \ \ | |/ / |/| |
| * | MAINT: Add a common subclass to all the masked ufunc wrappersEric Wieser2017-07-241-27/+21
* | | Merge pull request #9492 from charris/add-chebyshev-interpolationCharles Harris2017-08-014-3/+171
|\ \ \
| * | | DOC: Document chebinterp in 1.14 release notes.Charles Harris2017-07-291-1/+8
| * | | MAINT: Rename chebinterp to chebinterpolation and add test.Charles Harris2017-07-293-43/+126
| * | | ENH: Add np.polynomial.chebyshev.chebinterp functionLukas Mericle2017-07-242-1/+79
* | | | Merge pull request #9482 from madphysicist/iterative-diffEric Wieser2017-08-012-23/+84
|\ \ \ \
| * | | | MAINT: Changed diff to use iterative instead of recursive approachJoseph Fox-Rabinovitz2017-07-312-23/+84
* | | | | Merge pull request #9503 from eric-wieser/scoped-declarationsEric Wieser2017-07-311-5/+6
|\ \ \ \ \
| * | | | | MAINT: Move variables into deepest relevant scope, for clarityEric Wieser2017-07-311-5/+6
|/ / / / /