summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REF: core: clean up PyUFunc_CheckOverridePauli Virtanen2013-09-221-89/+91
* BUG: core: don't ignore raised exceptions in __numpy_ufunc__ handlerPauli Virtanen2013-09-222-2/+16
* Merge pull request #3773 from charris/enable-f2py-testsnjsmith2013-09-211-2/+2
|\
| * ENH: Add gfortran to travis.yml configuration to enable f2py tests.Charles Harris2013-09-211-2/+2
* | Merge pull request #3753 from jarondl/fix-doc-savetxtCharles Harris2013-09-211-13/+14
|\ \
| * | DOC STY: make npyio docstrings less than 80 charsYaron de Leeuw2013-09-211-6/+6
| * | small typoYaron de Leeuw2013-09-151-1/+1
| * | Fixes in the npyio documentationYaron de Leeuw2013-09-151-11/+12
* | | Merge pull request #3752 from pv/doc-some-xrefCharles Harris2013-09-192-13/+33
|\ \ \ | |_|/ |/| |
| * | DOC: improve __numpy_ufunc__ documentationPauli Virtanen2013-09-152-13/+33
| |/
* | Merge pull request #3658 from jjhelmus/percentile_enh_newJulian Taylor2013-09-193-84/+192
|\ \
| * | TST: note on overwrite_input parameter in percentileJonathan Helmus2013-09-162-2/+13
| * | MAINT: changed 'closest' interpolation to 'nearest'Jonathan Helmus2013-09-162-7/+7
| * | TST: additional test for percentileJonathan Helmus2013-09-131-0/+3
| * | DOC: changes to scoreatpercentile docstring, doc test now passesJonathan Helmus2013-09-131-18/+20
| * | MAINT: cleaning up percentile function.Jonathan Helmus2013-09-132-52/+21
| * | ENH: percentile function with additional parameters and vecorizationJonathan Helmus2013-09-133-86/+209
* | | Merge pull request #3765 from charris/forward-port-3761Charles Harris2013-09-192-7/+21
|\ \ \
| * | | BUG: Fix issue with PR #3491Jay Bourque2013-09-192-7/+21
|/ / /
* | | MAINT: update release scripts for building OS X binaries.Ralf Gommers2013-09-163-12/+4
* | | Merge pull request #3482 from jjhelmus/linspace_enhseberg2013-09-163-16/+55
|\ \ \ | |_|/ |/| |
| * | ENH: Add dtype parameter to linspace and logspace functions.Jonathan Helmus2013-09-133-16/+55
| |/
* | Merge pull request #3746 from charris/fix-nansum-documentationCharles Harris2013-09-141-2/+2
|\ \
| * | DOC: Make documentation of nansum current with 1.9.Charles Harris2013-09-141-2/+2
* | | Merge pull request #3747 from cgohlke/py_hash_tCharles Harris2013-09-144-34/+47
|\ \ \
| * | | BUG: use correct type for hash valuesChristoph Gohlke2013-09-144-34/+47
|/ / /
* | | Merge pull request #3700 from larsmans/static-loggamCharles Harris2013-09-141-3/+4
|\ \ \
| * | | MAINT: make loggam static in random kitLars Buitinck2013-09-081-3/+4
* | | | Merge pull request #3741 from juliantaylor/doc-updateCharles Harris2013-09-145-1/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: add isclose and partition to reference and link some docsJulian Taylor2013-09-145-1/+10
* | | | Merge pull request #3736 from charris/add-savez_compressed-to-docsCharles Harris2013-09-131-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Make savez_compressed show up in the documentation.Charles Harris2013-09-131-0/+1
|/ / /
* | | Merge pull request #3725 from juliantaylor/fix-subarray-zerosCharles Harris2013-09-132-27/+42
|\ \ \ | |_|/ |/| |
| * | BUG: fix zero initialization with subarray dtypesJulian Taylor2013-09-132-27/+42
* | | Merge pull request #3723 from charris/workaround-dgeqrf-bugCharles Harris2013-09-131-38/+22
|\ \ \
| * | | MAINT: Make the qr raw mode test independent of the LAPACK library.Charles Harris2013-09-121-38/+22
| |/ /
* | | Merge pull request #3728 from juliantaylor/f2py-negative-refcountCharles Harris2013-09-121-2/+3
|\ \ \
| * | | BUG: f2py, fix decref on wrong objectJulian Taylor2013-09-121-2/+3
|/ / /
* | | Merge pull request #3726 from juliantaylor/dbg-fixesnjsmith2013-09-123-10/+12
|\ \ \ | |/ / |/| |
| * | BUG: fix bad alignment assertsJulian Taylor2013-09-121-3/+3
| * | BUG: ensure raising of invalid on bad complex powersJulian Taylor2013-09-122-7/+9
|/ /
* | Merge pull request #3720 from charris/refactor-test_xerblaCharles Harris2013-09-111-36/+25
|\ \
| * | MAINT: Refactor test_xerbla to hide printed error messages.Charles Harris2013-09-111-36/+25
|/ /
* | Merge pull request #3715 from seberg/ndindex-0sizeCharles Harris2013-09-092-1/+6
|\ \
| * | BUG: Fix 0-sized ndindexSebastian Berg2013-09-092-1/+6
* | | Merge pull request #3696 from juliantaylor/copy-array-createnjsmith2013-09-092-20/+96
|\ \ \
| * | | ENH: copy ndarrays if they are encountered in setArrayFromSequenceJulian Taylor2013-09-072-20/+96
* | | | Merge pull request #3709 from charris/update-conversion_utils_hCharles Harris2013-09-091-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: PyArray_SelectkindConverter should be in conversion_utils.h.Charles Harris2013-09-091-0/+5
|/ / /
* | | Merge pull request #3701 from cgohlke/patch-2Charles Harris2013-09-082-0/+7
|\ \ \ | |_|/ |/| |