summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Release 1.7.1rc1v1.7.1rc1Ondrej Certik2013-03-242-4/+4
* DOC: add 1.7.1-notes.rst notesOndrej Certik2013-03-241-0/+26
* Merge pull request #3136 from certik/backport3128Ondřej Čertík2013-03-242-14/+125
|\
| * TST: rework tests to work with Python 2.4Ondrej Certik2013-03-101-14/+21
| * TST: skip general test on non-posix platformsOndrej Certik2013-03-101-10/+15
| * TST: Redirect the other stream to temp. fileOndrej Certik2013-03-101-6/+11
| * Implement separate checking for stdout and stderrOndrej Certik2013-03-102-15/+14
| * TST: add robust tests for exec_command()Ondrej Certik2013-03-101-1/+44
| * PEP8: don't use \Ondrej Certik2013-03-101-2/+2
| * FIX: add _supports_fileno() for testing fileno()Ondrej Certik2013-03-101-2/+15
| * BUG: fix issue with distutils.exec_command introduced in 1.7.0.Ralf Gommers2013-03-102-16/+55
* | Merge pull request #3134 from charris/backport-3123njsmith2013-03-091-1/+1
|\ \
| * | DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n').Maximilian Albert2013-03-081-1/+1
| |/
* | Merge pull request #3135 from charris/backport-3130njsmith2013-03-091-2/+4
|\ \ | |/ |/|
| * DOC: Add mention of PyArray_SetBaseObject stealing a referenceMark Wiebe2013-03-081-2/+4
|/
* Merge pull request #3117 from seberg/backport-choice-object-scalarnjsmith2013-03-083-5227/+5298
|\
| * MAINT: Regenerate mtrand.cSebastian Berg2013-03-061-1/+25600
| * MAINT: random.choice python 2.4 compatibility changesSebastian Berg2013-03-063-25566/+11
| * BUG: fix random.choice scalar object result and disallow 0-d arraysSebastian Berg2013-03-042-18/+45
* | Merge pull request #3131 from charris/backport-365njsmith2013-03-081-1/+1
|\ \
| * | BUG: Exported f2py_size symbol prevents linking multiple f2py modules.Bradley M. Froehle2013-03-071-1/+1
|/ /
* | Merge pull request #3124 from njsmith/backport-2976Ondřej Čertík2013-03-071-2/+2
|\ \ | |/ |/|
| * BUG: PyArray_LexSort allocates too much temporary memory.Bradley M. Froehle2013-03-061-2/+2
|/
* Merge pull request #3108 from rgommers/backport-2943-bento-ini-filesnjsmith2013-03-021-0/+24
|\
| * BUG: npy-pkg-config ini files were missing after Bento build.Ralf Gommers2013-03-021-0/+24
|/
* Merge pull request #3105 from seberg/backport-nditer-fix-op_axes-initializationnjsmith2013-03-013-30/+3
|\
| * DOC: Remove documentation of non-existing advanced iter NA flags.Sebastian Berg2013-03-011-29/+0
| * BUG: initialize op_axes when only itershape is givenSebastian Berg2013-03-012-1/+3
|/
* Merge pull request #3039 from seberg/backport-object-takenjsmith2013-02-284-10/+130
|\
| * BUG: non-empty takes on empty axes failed for clip/wrap logicSebastian Berg2013-02-282-0/+11
| * TST: Add test for np.take refcountingSebastian Berg2013-02-281-36/+53
| * BUG: Incref items in np.take on error as they are decrefed laterSebastian Berg2013-02-283-10/+102
* | Merge pull request #2985 from seberg/backport-large-sort-fixesnjsmith2013-02-262-14/+36
|\ \
| * | BUG: Fix reporting of memory error inside sortingSebastian Berg2013-02-132-6/+28
| * | BUG: Fix dtypes in sorting functions to npy_intpSebastian Berg2013-02-131-8/+8
| |/
* | Merge pull request #2982 from charris/backport-fix-nansumnjsmith2013-02-262-1/+12
|\ \
| * | BUG: Make nansum work with booleans.Charles Harris2013-02-122-1/+12
| |/
* | Merge pull request #2984 from charris/backport-fix-complex-polynomial-fitnjsmith2013-02-2612-12/+73
|\ \
| * | TST: Add Test for column scaling in the polynomial package fits.Charles Harris2013-02-126-0/+25
| * | BUG: gh-2790, fix column scaling in polynomial package least squares.Charles Harris2013-02-126-12/+48
| |/
* | Merge pull request #3007 from seberg/fix-empty-item-backportnjsmith2013-02-262-0/+6
|\ \
| * | BUG: Fix regression of bad error/random behavior in item methodSebastian Berg2013-02-202-0/+6
| |/
* | Merge pull request #2983 from charris/backport-fix-memory-leaknjsmith2013-02-262-0/+8
|\ \ | |/ |/|
| * BUG: gh-2969: Backport memory leak fix 80b3a34.Charles Harris2013-02-122-0/+8
|/
* Merge pull request #2973 from cgohlke/patch-1Charles Harris2013-02-091-1/+0
|\
| * Fix `1` is printed during numpy.test()Christoph Gohlke2013-02-091-1/+0
|/
* REL: Release 1.7.0v1.7.0Ondřej Čertík2013-02-091-1/+1
* REL: Release 1.7.0rc2v1.7.0rc2Ondřej Čertík2013-02-061-2/+2
* Merge pull request #2964 from certik/doc2542Ondřej Čertík2013-02-061-0/+38
|\
| * DOC: document the casting rules changesOndřej Čertík2013-02-061-0/+38
|/