summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | 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 #6960 from mhvk/trace-allow-subclasses-release-noteCharles Harris2016-01-061-0/+6
|\ \ \ \ \
| * | | | | Release note entry for change in behaviour for np.trace.Marten van Kerkwijk2016-01-061-0/+6
|/ / / / /
* | | | | Merge pull request #6905 from kohr-h/issue-6899__broadcast_with_one_argJaime2016-01-065-14/+28
|\ \ \ \ \
| * | | | | DOC: Mention single-arg broadcast in release notesHolger Kohr2016-01-061-0/+11
| * | | | | 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 #6958 from charris/update-1.10.3-notesCharles Harris2016-01-061-0/+8
|\ \ \ \ \ \
| * | | | | | DOC: update 1.10.3 release notes.Charles Harris2016-01-061-0/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6954 from charris/update-1.10.3-notesCharles Harris2016-01-061-1/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: Update 1.10.3 release notes with last minute additions.Charles Harris2016-01-061-1/+4
| | |/ / / | |/| | |
* | | | | 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
* | | | | Merge pull request #6950 from mhvk/trace-subclassesCharles Harris2016-01-063-1/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG trace is not subclass aware, such that np.trace(ma) != ma.trace().Marten van Kerkwijk2016-01-063-1/+33
|/ / / /
* | | | Merge pull request #6930 from jakirkham/test_dot_transNathaniel J. Smith2016-01-061-1/+74
|\ \ \ \
| * | | | TST: Verify that certain variations of dot products of a matrix with views of...John Kirkham2016-01-051-1/+74
|/ / / /
* | | | Merge pull request #6946 from charris/update-1.10.3-notesCharles Harris2016-01-051-2/+7
|\ \ \ \
| * | | | DOC: Update the 1.10.3 release notes for release.Charles Harris2016-01-051-2/+7
|/ / / /
* | | | 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
* | | | | Merge pull request #6943 from charris/fix-latexCharles Harris2016-01-053-16/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC,BUG: Fix some latex generation problems.Charles Harris2016-01-053-16/+33
* | | | | Merge pull request #6939 from charris/create-1.11.3-release-notesCharles Harris2016-01-051-0/+22
|\ \ \ \ \ | |/ / / /
| * | | | DOC: Create Numpy 1.10.3 release notes.Charles Harris2016-01-041-0/+22
|/ / / /
* | | | 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