summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC/MAINT: Python 2.6 or 3.2 requiredLars Buitinck2014-09-251-1/+1
* TST: extend truth table test to arrays with various dtypesLars Buitinck2014-09-241-10/+32
* ENH: faster (branchless) logical_xorLars Buitinck2014-09-241-8/+8
* Merge pull request #5104 from juliantaylor/inner-fixCharles Harris2014-09-231-0/+3
|\
| * BUG: check success of PyArray_DescrFromType in PyArray_InnerProductJulian Taylor2014-09-231-0/+3
* | Merge pull request #5107 from juliantaylor/na-docCharles Harris2014-09-231-9/+1
|\ \
| * | DOC: remove preservena reference from docstringsJulian Taylor2014-09-231-9/+1
| |/
* | Merge pull request #5106 from juliantaylor/sequence-fixCharles Harris2014-09-232-1/+23
|\ \
| * | BUG: check if object provides len() before trying to iterate itJulian Taylor2014-09-232-1/+23
| |/
* | Merge pull request #5105 from juliantaylor/where-no-subtypeCharles Harris2014-09-231-1/+1
|\ \
| * | BUG: don't propagate subtypes from np.whereJulian Taylor2014-09-231-1/+1
| |/
* | Merge pull request #5099 from perimosocordiae/patch-1Jaime2014-09-232-1/+7
|\ \
| * | BUG: np.unique with chararray + inverse_indexCJ Carey2014-09-232-1/+7
* | | Merge pull request #5088 from juliantaylor/not-fixCharles Harris2014-09-199-11/+14
|\ \ \ | |/ / |/| |
| * | BUG: fix wrong error checks of PyBytes_AsStringAndSizeJulian Taylor2014-09-209-11/+14
* | | Merge pull request #5087 from juliantaylor/unicode-argminCharles Harris2014-09-192-2/+12
|\ \ \
| * | | BUG: fix out of bound access in unicode argmin/argmaxJulian Taylor2014-09-192-2/+12
| | |/ | |/|
* | | Merge pull request #5034 from seberg/inplace-ravelJulian Taylor2014-09-182-17/+92
|\ \ \
| * | | ENH: Allow ravel to reshape in place when possibleSebastian Berg2014-09-142-17/+92
* | | | BUG: Readd the cblas.h header.Charles Harris2014-09-174-8/+587
* | | | DOC: update numpy.extract docstringGregory R. Lee2014-09-151-1/+3
* | | | Merge pull request #5072 from charris/remove-testcalcs.pyJaime2014-09-151-68/+0
|\ \ \ \
| * | | | MAINT: Remove testcalcs.py file.Charles Harris2014-09-151-68/+0
| |/ / /
* | | | Merge pull request #5070 from juliantaylor/gnubsd-fixCharles Harris2014-09-141-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | TST: gnufreebsd has fixed the thread control word lossJulian Taylor2014-09-141-3/+1
* | | | Merge pull request #5061 from keszybz/fix-dimension-messageJulian Taylor2014-09-132-2/+2
|\ \ \ \
| * | | | BUG: fix off-by-one in dimension error messageZbigniew Jędrzejewski-Szmek2014-09-101-1/+1
| * | | | BUG: fix off-by-one in dimensionality error messageZbigniew Jędrzejewski-Szmek2014-09-101-1/+1
* | | | | Merge pull request #5024 from pp-mo/in1d_of_setJulian Taylor2014-09-131-0/+4
|\ \ \ \ \
| * | | | | DOC: warn about using a set with 'in1d'.Patrick Peglar2014-08-311-0/+4
* | | | | | Merge pull request #5045 from ryanblak/argmin-docJulian Taylor2014-09-131-4/+44
|\ \ \ \ \ \
| * | | | | | DOC: added doc for argminryanblak2014-09-041-4/+44
* | | | | | | Merge pull request #5066 from seberg/index-sequenceJulian Taylor2014-09-132-2/+36
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | TST: Test tuple subclass index and broken sequence indexSebastian Berg2014-09-131-1/+32
| * | | | | BUG: cannot convert invalid sequence index to tupleSebastian Berg2014-09-131-2/+5
* | | | | | Merge pull request #5067 from juliantaylor/restore-dupCharles Harris2014-09-111-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | BUG: restore api of npy_PyFile_DupClose in python2Julian Taylor2014-09-111-1/+1
* | | | | | MAINT: make main a strict prototype in configure checksJulian Taylor2014-09-091-6/+6
* | | | | | Merge pull request #5056 from juliantaylor/scalar-exactCharles Harris2014-09-076-36/+107
|\ \ \ \ \ \
| * | | | | | ENH: skip numpy_ufunc and priority lookup for numpy scalarsJulian Taylor2014-09-072-2/+7
| * | | | | | API: add PyArray_IsAnyScalarExact for a fast check for scalarsJulian Taylor2014-09-074-4/+25
| * | | | | | ENH: search typenumbers from typeobjects via a binary searchJulian Taylor2014-09-071-34/+79
* | | | | | | Merge pull request #5047 from juliantaylor/move-dotblas-to-multiarrayCharles Harris2014-09-0723-1559/+1051
|\ \ \ \ \ \ \
| * | | | | | | ENH: add better error message for misaligned matricesJulian Taylor2014-09-044-9/+67
| * | | | | | | MAINT: cleanup unnecessary codeJulian Taylor2014-09-043-41/+2
| * | | | | | | BLD: check for CBLAS header in "unoptimized" blasJulian Taylor2014-09-041-1/+25
| * | | | | | | BUG: Capitalize environmental variables in numpy/core/__init__.py.Charles Harris2014-09-041-6/+5
| * | | | | | | TST: Add vdot tests, move tests from test_blasdot to test_multiarray.Charles Harris2014-09-042-163/+74
| * | | | | | | DOC: Update docs to reflect deprecation of alterdot and restoredot.Charles Harris2014-09-042-37/+44
| * | | | | | | ENH: Move vdot to multiarray.Charles Harris2014-09-0415-1000/+384