summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #5694 from rgommers/intel-ccompilerCharles Harris2015-03-202-9/+55
|\ \ \
| * | | ENH: distutils: add compiler classes for Intel compilers + MSVC-built Python.Ralf Gommers2015-03-192-9/+55
* | | | Merge pull request #5701 from argriffing/frobenius-norm-speedupCharles Harris2015-03-201-11/+15
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: use the fast elementwise 2-norm implementation more often in linalg.normalex2015-03-201-11/+15
|/ / /
* | | Merge pull request #5693 from rgommers/numpyswigfileJulian Taylor2015-03-182-1/+35
|\ \ \
| * | | DOC: put a copy of the text in LICENSE.txt into tools/swig/numpy.iRalf Gommers2015-03-181-0/+34
| * | | MAINT: update year of copyright note in LICENSE.txtRalf Gommers2015-03-181-1/+1
|/ / /
* | | Merge pull request #5689 from rgommers/array2string-docJaime2015-03-182-0/+5
|\ \ \ | |/ / |/| |
| * | DOC: add array2string to reference guide and explain relation to array_repr/strRalf Gommers2015-03-182-0/+5
|/ /
* | Merge pull request #5682 from matthew-brett/add-clear-catch-warnings-cmCharles Harris2015-03-143-2/+144
|\ \
| * | DOC: `clear_and_catch_warnings` release noteMatthew Brett2015-03-141-0/+12
| * | ENH: add clear_and_catch_warnings context managerMatthew Brett2015-03-142-2/+132
| |/
* | Merge pull request #5670 from jaimefrio/sort_refactorCharles Harris2015-03-139-378/+198
|\ \
| * | MAINT: refactor PyArray_Sort and PyArray_Partitionjaimefrio2015-03-119-378/+198
| |/
* | Merge pull request #5677 from jaimefrio/override_sig_normalizeCharles Harris2015-03-133-4/+30
|\ \
| * | DOC: 'signature' preferred over 'sig' as ufunc keyword argumentJaime Fernandez2015-03-121-3/+6
| * | ENH: normalize 'sig' to 'signature' in ufunc overrideJaime Fernandez2015-03-122-1/+24
* | | Merge pull request #5676 from jaimefrio/ufunc_at_noutCharles Harris2015-03-132-0/+9
|\ \ \
| * | | BUG: ufunc.at only works on single output ufuncsJaime Fernandez2015-03-122-0/+9
| |/ /
* | | Merge pull request #5673 from jaimefrio/ufunc_maxargsCharles Harris2015-03-133-0/+23
|\ \ \ | |/ / |/| |
| * | BUG: check for nargs <= NPY_MAXARGS in ufunc constructorjaimefrio2015-03-123-0/+23
| |/
* | Merge pull request #5585 from Kreiswolke/BugFixTileJaime2015-03-122-1/+12
|\ \
| * | Update shape_base.pyKreiswolke2015-03-111-2/+2
| * | BUG: Fixed issue #4679 and added testOliver Eberle2015-02-192-1/+12
* | | Merge pull request #5519 from jaimefrio/array_interface_dtypeCharles Harris2015-03-123-7/+88
|\ \ \
| * | | ENH: PyArray_FromInterface checks descr if typestr is np.voidjaimefrio2015-03-083-7/+88
* | | | Merge pull request #5659 from jaimefrio/strict_out_checkCharles Harris2015-03-123-10/+40
|\ \ \ \ | |_|_|/ |/| | |
| * | | ENH: Strict checking of ufunc keyword argument namesJaime Fernandez2015-03-093-10/+40
* | | | Merge pull request #5666 from charris/fix-loadtxt-complexJaime2015-03-112-2/+15
|\ \ \ \
| * | | | BUG: loadtxt fails with complex data in Python 3.Charles Harris2015-03-112-2/+15
|/ / / /
* | | | Merge pull request #5661 from stuarteberg/patch-1Charles Harris2015-03-101-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: `linalg.eig()`: Add "See Also" ref to `eigh()`Stuart Berg2015-03-101-2/+5
|/ / /
* | | Merge pull request #5658 from endolith/patch-1Charles Harris2015-03-091-0/+10
|\ \ \
| * | | DOC: adjust wording of random data noteendolith2015-03-091-6/+6
| * | | Add note about random seedsendolith2015-03-081-0/+10
* | | | Merge pull request #5594 from newville/masterCharles Harris2015-03-091-10/+47
|\ \ \ \
| * | | | whitespace fixesMatt Newville2015-03-071-4/+4
| * | | | stylistic improvementsMatt Newville2015-03-071-15/+22
| * | | | Merge branch 'master' of https://github.com/numpy/numpyMatt Newville2015-03-0740-499/+894
| |\ \ \ \
| * | | | | interp(): add storage of previous value for next index lookupMatt Newville2015-02-221-11/+41
* | | | | | Merge pull request #5565 from juliantaylor/pep338-f2pyJulian Taylor2015-03-092-26/+27
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ENH: make f2py an executable moduleJulian Taylor2015-03-082-26/+27
* | | | | | Merge pull request #5623 from rev112/fix_overflow_hypergeometricJaime2015-03-082-2/+13
|\ \ \ \ \ \
| * | | | | | BUG: Fix potential overflows in rk_hypergeometric_hrua()Anton Ovchinnikov2015-03-032-2/+13
* | | | | | | Merge pull request #5640 from pv/fix-npy-pickle-loadCharles Harris2015-03-088-15/+158
|\ \ \ \ \ \ \
| * | | | | | | STY: fold long linesPauli Virtanen2015-03-083-10/+14
| * | | | | | | DOC: update release notes vs np.load, np.save pickle kwargsPauli Virtanen2015-03-081-0/+8
| * | | | | | | BUG: enable working around pickle compatibility issues on Py3 in npy filesPauli Virtanen2015-03-087-15/+146
|/ / / / / / /
* | | | | | | Merge pull request #5621 from jaimefrio/ufunc_out_tupleCharles Harris2015-03-084-100/+311
|\ \ \ \ \ \ \
| * | | | | | | ENH: ufuncs can take a tuple of arrays as 'out' kwargJaime Fernandez2015-03-084-100/+311