summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #6975 from charris/add-cacosh-to-glibc-blacklistCharles Harris2016-01-121-0/+6
|\ \ \ \ \
| * | | | | BUG: Add more complex trig functions to glibc < 2.16 blacklist.Charles Harris2016-01-081-0/+6
* | | | | | Merge pull request #6969 from charris/bench-randintCharles Harris2016-01-121-0/+38
|\ \ \ \ \ \
| * | | | | | ENH: Add benchmark tests for numpy.random.randint.Charles Harris2016-01-071-0/+38
| |/ / / / /
* | | | | | Merge pull request #6968 from jakirkham/optimize_innerproductCharles Harris2016-01-125-259/+72
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | MAINT: Refactor `PyArray_InnerProduct` so that it just performs a transpose a...John Kirkham2016-01-113-135/+34
| * | | | | MAINT: Refactor `cblas_innerproduct` to use `cblas_matrixproduct`.John Kirkham2016-01-111-129/+9
| * | | | | BUG: Clear error before constructing error message using calls to `PyObject_R...John Kirkham2016-01-111-4/+24
| * | | | | TST: Ensure `inner` fails correctly if array types cannot be coerced into a c...John Kirkham2016-01-111-0/+7
| * | | | | TST: Ensure `dot` fails correctly if array types cannot be coerced into a com...John Kirkham2016-01-111-0/+7
|/ / / / /
* | | | | Merge pull request #6994 from juliantaylor/signbitCharles Harris2016-01-111-4/+4
|\ \ \ \ \
| * | | | | BUG: make result of isfinite/isinf/signbit a booleanJulian Taylor2016-01-111-4/+4
|/ / / / /
* | | | | Merge pull request #6931 from gfyoung/random_integers_deprecateCharles Harris2016-01-103-3/+39
|\ \ \ \ \
| * | | | | DEP: Deprecate random_integersgfyoung2016-01-103-3/+39
|/ / / / /
* | | | | Merge pull request #6989 from jakirkham/sty_indent_doc_typos_floatintCharles Harris2016-01-101-26/+25
|\ \ \ \ \
| * | | | | DOC: Fix typos.John Kirkham2016-01-101-2/+2
| * | | | | STY: Fix indentation in example from docs.John Kirkham2016-01-101-24/+23
* | | | | | Merge pull request #6980 from juliantaylor/vect-isfiniteCharles Harris2016-01-103-35/+169
|\ \ \ \ \ \
| * | | | | | ENH: vectorize isinf, isfinite and signbitJulian Taylor2016-01-103-35/+169
* | | | | | | Merge pull request #6630 from shoyer/moveaxisseberg2016-01-105-11/+178
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ENH: moveaxis functionStephan Hoyer2016-01-095-11/+178
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6986 from jakirkham/test_innerproductCharles Harris2016-01-091-0/+52
|\ \ \ \ \ \
| * | | | | | TST: Add an `inner` test with two 3D tensors.John Kirkham2016-01-091-0/+27
| * | | | | | TST: Add more scalar tests to ensure `inner` keeps the answer with the right ...John Kirkham2016-01-091-0/+16
| * | | | | | TST: Try using `inner` with some different orderings for matrix and vector pr...John Kirkham2016-01-091-0/+9
|/ / / / / /
* | | | | | Merge pull request #6962 from rehassachdeva/BugFixesCharles Harris2016-01-091-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT, STY: Removed unused variable in f2py/f90mod_rules.pyrehassachdeva2016-01-071-1/+1
* | | | | | | Merge pull request #6982 from charris/update-6972Charles Harris2016-01-091-3/+5
|\ \ \ \ \ \ \
| * | | | | | | DOC: Update trapz docstring.Charles Harris2016-01-091-3/+5
| * | | | | | | DOC: fix typos in trapz()François Boulogne2016-01-091-1/+1
* | | | | | | | Merge pull request #6983 from charris/update-6970Charles Harris2016-01-091-2/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | DOC: Clarify the docstrings of matrix.argmin and matrix.argmax.Charles Harris2016-01-091-2/+10
| * | | | | | | DOC: Update defmatrix.argmax docstring.Nicolás Della Penna2016-01-091-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #6977 from jakirkham/bench_innerproductCharles Harris2016-01-091-0/+7
|\ \ \ \ \ \ \
| * | | | | | | BENCH: Perform benchmarking for the computation of `inner` on a matrix with i...John Kirkham2016-01-081-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #6978 from kpsychas/patch-1Ralf Gommers2016-01-091-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fix for windowsKonstantinos Psychas2016-01-081-1/+1
* | | | | | | Merge pull request #6979 from jakirkham/cblas_matrixproduct_bracesNathaniel J. Smith2016-01-091-24/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | STY: Place braces on the same lines as control structure requiring them.John Kirkham2016-01-091-24/+12
| |/ / / / /
* | | | | | Merge pull request #6976 from ewmoore/acosh_fallbackCharles Harris2016-01-081-1/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG: npy_acosh fallback too simple.Eric Moore2016-01-081-1/+14
|/ / / / /
* | | | | Merge pull request #6955 from rgommers/distutils-cleanupCharles Harris2016-01-0730-392/+12
|\ \ \ \ \
| * | | | | DOC: mention removal of Pyrex support in 1.11.0 release notes.Ralf Gommers2016-01-071-0/+4
| * | | | | MAINT: remove unused f2py and SWIG tests from numpy.distutils.Ralf Gommers2016-01-0625-301/+0
| * | | | | MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-068-92/+9
* | | | | | Merge pull request #6965 from charris/update-master-from-1.10.xRalf Gommers2016-01-073-36/+42
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | DOC: Sync 1.10.3 and 1.10.4 release notes, update reference doc.Charles Harris2016-01-063-36/+42
* | | | | | Merge pull request #6932 from jakirkham/opt_dot_transNathaniel J. Smith2016-01-063-1/+118
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BENCH: Add benchmarks between an array and its transpose that share data, whi...John Kirkham2016-01-061-0/+14
| * | | | | DOC: Update the 1.11.0 release notes to mention optimizations of `A.T @ A` an...John Kirkham2016-01-061-0/+8