summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: typo: affectLars Buitinck2015-10-023-7/+7
* Merge pull request #6312 from behzadnouri/object-lexsortCharles Harris2015-10-023-5/+48
|\
| * ENH: adds lexsort for arrays with object dtypebehzad nouri2015-10-023-5/+48
|/
* Merge pull request #6336 from njsmith/clean-up-ufunc-dead-codeCharles Harris2015-10-017-63/+33
|\
| * MAINT: cleanup dead code/arguments/fields from ufuncsNathaniel J. Smith2015-10-017-63/+33
* | Merge pull request #6322 from pizzathief/issue5900Charles Harris2015-10-012-5/+6
|\ \
| * | DOC: numpy.diff docstring changed as per recommendation onjason king2015-09-162-5/+6
* | | Merge pull request #6346 from ChristopherHogan/signbit_fixCharles Harris2015-10-011-1/+1
|\ \ \
| * | | BUG: Guarantee non-zero is 1 for switch statementsChris Hogan2015-10-011-1/+1
* | | | Merge pull request #6384 from anntzer/fill-default-dtype-futurewarningCharles Harris2015-09-281-0/+10
|\ \ \ \
| * | | | Add tests.Antony Lee2015-09-281-0/+10
* | | | | Merge pull request #6269 from yashmehrotra/depr-pyobject_compareCharles Harris2015-09-285-41/+46
|\ \ \ \ \
| * | | | | MAINT: Deprecated PyObject_Compare in favor of PyObject_RichCompareBool. Fixe...Yash Mehrotra2015-09-295-41/+46
* | | | | | Merge pull request #6382 from anntzer/fill-default-dtype-futurewarningCharles Harris2015-09-281-2/+7
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | FutureWarning for np.full(..., non-float).Antony Lee2015-09-281-2/+7
|/ / / / /
* | | | | Merge pull request #6361 from seberg/issue6359ahaldane2015-09-273-1/+28
|\ \ \ \ \
| * | | | | TST: Add test that array interface descr and typestr itemsize matchSebastian Berg2015-09-271-0/+10
| * | | | | BUG: Add void field at end of dtype.descr to match itemsizeSebastian Berg2015-09-252-1/+18
| |/ / / /
* | | | | Merge pull request #6371 from seberg/pr-5771Charles Harris2015-09-272-1/+10
|\ \ \ \ \
| * | | | | TST: Test empty warning for split with manual inputsSebastian Berg2015-09-271-0/+9
| * | | | | BUG: Expanded warning conditions for array_splitMichael Currie2015-09-271-1/+1
* | | | | | Merge pull request #6372 from seberg/revert-vdotCharles Harris2015-09-273-43/+55
|\ \ \ \ \ \
| * | | | | | DOC: Document behaviour of ravel more clearlySebastian Berg2015-09-271-1/+5
| * | | | | | REV: Make sure ravel returns a contiguous arraySebastian Berg2015-09-272-42/+50
* | | | | | | Merge pull request #6373 from seberg/vdot-newshapeCharles Harris2015-09-272-6/+32
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BUG: Fix vdot for uncontiguous arrays.Sebastian Berg2015-09-272-6/+32
|/ / / / / /
* | | | | | Merge pull request #6368 from anntzer/empty-object-is-noneCharles Harris2015-09-261-2/+2
|\ \ \ \ \ \
| * | | | | | Document empty(..., object) initialization to None.Antony Lee2015-09-261-2/+2
* | | | | | | Merge pull request #6362 from seberg/issue6351Charles Harris2015-09-262-9/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BUG,ENH: allow linalg.cond to work on a stack of matricesSebastian Berg2015-09-252-9/+19
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #6347 from charris/fix-sdist-missing-filesCharles Harris2015-09-254-1/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST: Update test__version.py.Charles Harris2015-09-231-0/+13
| * | | | | BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.inCharles Harris2015-09-232-0/+6
| * | | | | BUG: PEP440 compliant versioning for development releases.Charles Harris2015-09-231-1/+1
* | | | | | Merge pull request #6355 from jjhelmus/ma_zero_shapeahaldane2015-09-252-2/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG: numpy.ma functions can be called with only keyword argumentsJonathan Helmus2015-09-242-2/+14
|/ / / / /
* | | | | Merge pull request #6243 from dzagorny/intel-distutils-fixesCharles Harris2015-09-228-63/+92
|\ \ \ \ \
| * | | | | Changed from distutils_MSVCCompiler toDmitry Zagorny2015-09-152-11/+12
| * | | | | Align with pep8Dmitry Zagorny2015-09-152-5/+8
| * | | | | Fixed issue: SciPy can't be build in case, if python was installed intoDmitry Zagorny2015-09-151-28/+15
| * | | | | MSVCCompiler overwrite 'lib' and 'include' environment variables. ThisDmitry Zagorny2015-09-156-35/+71
| * | | | | Added closing for 'so_dup' and 'se_dup' file descriptors.Dmitry Zagorny2015-09-151-0/+2
* | | | | | Merge pull request #6328 from zerothi/enh-distutils-openblasCharles Harris2015-09-222-3/+14
|\ \ \ \ \ \
| * | | | | | ENH: enabled extra_link_args in OpenBLAS segmentNick Papior2015-09-172-3/+14
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #6321 from pizzathief/issue5904Charles Harris2015-09-211-3/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: linalg.eig will return an array of a real type if thejason king2015-09-161-3/+4
|/ / / / /
* | | | | Merge pull request #6278 from endolith/patch-1Charles Harris2015-09-131-1/+2
|\ \ \ \ \
| * | | | | DOC: Note that all imports need to be explicitendolith2015-09-011-1/+2
* | | | | | Merge pull request #6279 from pitrou/parallel_runtestsJulian Taylor2015-09-101-1/+5
|\ \ \ \ \ \
| * | | | | | DEV: allow parallel build in runtests.pyAntoine Pitrou2015-09-021-1/+5
| |/ / / / /