summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | BUG: Fix test_f2py so it runs correctly in runtests.py.Charles Harris2015-12-311-1/+1
* | | | | | Merge pull request #6915 from rgommers/doc-nose-dependencyCharles Harris2015-12-311-1/+1
|\ \ \ \ \ \
| * | | | | | DOC: update min nose version in import error message, and add note to READMERalf Gommers2015-12-311-1/+1
* | | | | | | MAINT: Cleanup and spelling fixups in ma.core testsgfyoung2015-12-301-24/+2
|/ / / / / /
* | | | | | Merge pull request #6901 from njsmith/test-warning-defaultsRalf Gommers2015-12-3013-48/+60
|\ \ \ \ \ \
| * | | | | | [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-3013-39/+50
| * | | | | | [FIX] fix NoseTester's raise_warning defaultNathaniel J. Smith2015-12-292-16/+17
| | |/ / / / | |/| | | |
* | | | | | MAINT: Cleaned up unused variables and spelling mistakes in np.random modulesgfyoung2015-12-292-6/+1
|/ / / / /
* | | | | ENH: Allow random_integers to include the maximum np.iinfo('l').maxgfyoung2015-12-282-31/+46
* | | | | DOC: Comment all O1s [ci skip]Eric Larson2015-12-281-2/+2
* | | | | FIX: Fix MKL for LinuxEric Larson2015-12-281-2/+2
|/ / / /