summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* API: Make datetime64 timezone naiveStephan Hoyer2016-01-158-432/+275
* TST: Make assert_warns an optional contextmanagerStephan Hoyer2016-01-142-18/+66
* Merge pull request #6912 from gfyoung/asarray_orderCharles Harris2016-01-142-16/+41
|\
| * BUG: Enforce order param for MaskedArray constructiongfyoung2016-01-152-16/+41
* | Merge pull request #7015 from njsmith/fix-1.10-messagesCharles Harris2016-01-142-4/+4
|\ \ | |/ |/|
| * DOC: Clean up/fix several references to the "future" 1.10 releaseNathaniel J. Smith2016-01-142-4/+4
* | TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-148-24/+135
* | Merge pull request #6465 from shoyer/datetime64-NaT-castingCharles Harris2016-01-142-8/+35
|\ \
| * | BUG: fix casting rules for generic datetime64/timedelta64 unitsStephan Hoyer2015-10-132-8/+35
* | | Fix number sequenceAbdullah Alrasheed2016-01-141-4/+4
* | | BUG: skip invalid path distutils warning for empty stringsJulian Taylor2016-01-131-1/+1
* | | Merge pull request #6728 from gerritholl/structured_multidim_masked_array_fil...ahaldane2016-01-122-0/+24
|\ \ \
| * | | BUG/TST: Fix for #6723 including test: force fill_value.ndim==0Gerrit Holl2015-12-072-0/+24
* | | | 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
* | | | | 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
| |_|_|/ |/| | |
* | | | BUG: make result of isfinite/isinf/signbit a booleanJulian Taylor2016-01-111-4/+4
* | | | DEP: Deprecate random_integersgfyoung2016-01-102-0/+28
* | | | 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-103-11/+175
|\ \ \ \ \
| * | | | | ENH: moveaxis functionStephan Hoyer2016-01-093-11/+175
| | |/ / / | |/| | |
* | | | | 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