summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
* | | | | | | | 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 #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
| | |/ / / / | |/| | | |
* | | | | | BUG: npy_acosh fallback too simple.Eric Moore2016-01-081-1/+14
|/ / / / /
* | | | | Merge pull request #6955 from rgommers/distutils-cleanupCharles Harris2016-01-0729-392/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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 #6932 from jakirkham/opt_dot_transNathaniel J. Smith2016-01-061-1/+96
|\ \ \ \ \
| * | | | | ENH: Use the helper function `syrk` to compute `dot` more quickly and accurat...John Kirkham2016-01-061-1/+28
| * | | | | ENH: Added the helper function `syrk` that computes `a.T @ a` or `a @ a.T`.John Kirkham2016-01-061-0/+68
* | | | | | Merge pull request #6905 from kohr-h/issue-6899__broadcast_with_one_argJaime2016-01-064-14/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST: add test for broadcast with one argumentHolger Kohr2016-01-042-5/+11
| * | | | | ENH: allow single input argument in numpy.broadcastHolger Kohr2016-01-042-9/+6
* | | | | | Merge pull request #6952 from mhvk/preserve-recarray-subtype-on-slicingCharles Harris2016-01-062-4/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | BUG recarray slices should preserve subclass.Marten van Kerkwijk2016-01-062-4/+11
* | | | | | BUG trace is not subclass aware, such that np.trace(ma) != ma.trace().Marten van Kerkwijk2016-01-063-1/+33
|/ / / / /
* | | | | TST: Verify that certain variations of dot products of a matrix with views of...John Kirkham2016-01-051-1/+74
* | | | | Merge pull request #6942 from mwiebe/modprecCharles Harris2016-01-052-1/+7
|\ \ \ \ \
| * | | | | BUG: Fix copy/paste error treating modifiedpreceding as modifiedfollowingMark Wiebe2016-01-051-1/+1
| * | | | | TST: Add datetime test distinguishing modified following from precedingMark Wiebe2016-01-051-0/+6
* | | | | | DOC,BUG: Fix some latex generation problems.Charles Harris2016-01-052-16/+32
|/ / / / /
* | | | | Merge pull request #6935 from ldoddema/maint_randomCharles Harris2016-01-041-7/+3
|\ \ \ \ \
| * | | | | DOC: high arg is mandatory for mtrand._rand_int32ldoddema2016-01-041-7/+3
| * | | | | MAINT: Fix notation in mtrand.pyx documentation.ldoddema2016-01-041-2/+2
* | | | | | DEP: deprecate np.testing.randEvgeni Burovski2016-01-041-0/+3
|/ / / / /
* | | | | DOC: Match Documentation to Behavior for MaskedArray.filledgfyoung2016-01-031-1/+5
|/ / / /
* | | | Merge pull request #6900 from kohr-h/masterCharles Harris2016-01-031-5/+5
|\ \ \ \
| * | | | ENH: clarify error message of broadcastHolger Kohr2016-01-031-5/+5
* | | | | MAINT: Fix typos in 1.11.0-notes.rst and mtrand.pyx documentation.Charles Harris2016-01-031-1/+1
* | | | | Merge pull request #6910 from charris/add-64-bit-random-intCharles Harris2016-01-039-63/+799
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Get rid of C++ style comment in multiarray_tests.c.srcCharles Harris2016-01-021-1/+1
| * | | | TST,BUG: Fix use of randint in test_mem_overlap.py.Charles Harris2016-01-021-17/+24
| * | | | TST: Add tests for new randint functionality.Charles Harris2016-01-021-0/+77
| * | | | ENH: Add dtype argument to random.randint.Charles Harris2016-01-026-45/+697
* | | | | TST: Add regression test for gh-6922.Charles Harris2016-01-021-0/+6
* | | | | BUG: #6922: Fix segfault introduced in 23901aa.Charles Harris2016-01-021-2/+6
* | | | | Merge pull request #6886 from charris/use-temppathCharles Harris2016-01-025-121/+74
|\ \ \ \ \
| * | | | | BUG: ignore exceptions in numpy/tests/test_scripts.py/test_f2pCharles Harris2015-12-261-4/+5
| * | | | | MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-264-118/+70