summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC: typo: affectLars Buitinck2015-10-023-7/+7
* ENH: adds lexsort for arrays with object dtypebehzad nouri2015-10-022-5/+42
* Merge pull request #6336 from njsmith/clean-up-ufunc-dead-codeCharles Harris2015-10-013-46/+15
|\
| * MAINT: cleanup dead code/arguments/fields from ufuncsNathaniel J. Smith2015-10-013-46/+15
* | 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
* | | | | 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
* | | | | | | 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-252-0/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST: Update test__version.py.Charles Harris2015-09-231-0/+13
| * | | | | BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.inCharles Harris2015-09-231-0/+3
* | | | | | 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-221-2/+13
|\ \ \ \ \ \
| * | | | | | ENH: enabled extra_link_args in OpenBLAS segmentNick Papior2015-09-171-2/+13
| | |_|_|_|/ | |/| | | |
* | | | | | DOC: linalg.eig will return an array of a real type if thejason king2015-09-161-3/+4
|/ / / / /
* | | | | Merge pull request #6262 from aarchiba/longdouble_docsCharles Harris2015-09-101-0/+39
|\ \ \ \ \
| * | | | | DOC: be more emphatic about Windows and 64 bitsAnne Archibald2015-09-011-7/+9
| * | | | | DOC describe the situation of extended precision in numpyAnne Archibald2015-09-011-0/+37
* | | | | | Merge pull request #6271 from charris/change-deprecated-indexes-to-errorCharles Harris2015-09-106-480/+245
|\ \ \ \ \ \
| * | | | | | STY: PEP8 fixes for test_indexing.py.Charles Harris2015-09-061-7/+15
| * | | | | | TST,DEP: Move deprecation tests that now test for exceptions.Charles Harris2015-09-062-222/+196
| * | | | | | DEP,MAINT: Change deprecated indexing to errors.Charles Harris2015-09-066-321/+104
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #6290 from has2k1/datetime-timedelta-dtypeCharles Harris2015-09-101-1/+3
|\ \ \ \ \ \
| * | | | | | DOC: Document Datetime, Timedelta dtype kindsHassan Kibirige2015-09-081-1/+3
* | | | | | | BUG: allow npy_PyFile_Dup2 to report its error in np.fromfileColin Jermain2015-09-081-2/+0