summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REM: Remove benchmarks files.Charles Harris2013-02-285-146/+0
* Merge pull request #2950 from seberg/issue-2949njsmith2013-02-282-3/+37
|\
| * BUG: Fix strides of trailing 1s when reshapingSebastian Berg2013-01-252-3/+37
* | Merge pull request #3027 from charris/2to3-remove-has_key-updateseberg2013-02-272-4/+4
|\ \
| * | 2to3: Remove `has_key` use that was missed.Charles Harris2013-02-272-4/+4
* | | Merge pull request #3028 from charris/2to3-except-updateseberg2013-02-277-9/+9
|\ \ \ | |/ / |/| |
| * | 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-277-9/+9
|/ /
* | Merge pull request #2943 from rgommers/bento-ini-filesRalf Gommers2013-02-271-0/+24
|\ \
| * | BUG: npy-pkg-config ini files were missing after Bento build.Ralf Gommers2013-01-221-0/+24
* | | Merge pull request #3020 from charris/2to3-remove-has_keyseberg2013-02-271-4/+4
|\ \ \
| * | | 2to3: Change use 'has_key' to 'key in'.Charles Harris2013-02-261-4/+4
* | | | Merge pull request #3023 from charris/2to3-exceptseberg2013-02-2726-55/+55
|\ \ \ \
| * | | | 2to3: Use modern exception syntax.Charles Harris2013-02-2626-55/+55
| |/ / /
* | | | Merge pull request #3002 from seberg/issue-3001Charles Harris2013-02-244-46/+126
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: non-empty takes on empty axes failed for clip/wrap logicSebastian Berg2013-02-252-0/+11
| * | | TST: Add test for np.take refcountingSebastian Berg2013-02-251-38/+56
| * | | BUG: Incref items in np.take on error as they are decrefed laterSebastian Berg2013-02-253-14/+65
* | | | Merge pull request #3009 from daveydave400/fix_zeros_like_docCharles Harris2013-02-221-0/+8
|\ \ \ \
| * | | | Added 'subok' keyword documentation to zeros_like and ones_likedaveydave4002013-02-221-0/+8
|/ / / /
* | | | Merge pull request #3006 from seberg/fix-empty-itemCharles Harris2013-02-202-0/+6
|\ \ \ \
| * | | | BUG: Fix regression of bad error/random behavior in item methodSebastian Berg2013-02-202-0/+6
| |/ / /
* | | | Merge pull request #2996 from andreas-h/patch-1Charles Harris2013-02-171-1/+1
|\ \ \ \
| * | | | Update numpy/lib/function_base.pyAndreas Hilboll2013-02-171-1/+1
|/ / / /
* | | | DOC: update bento docs (close #2993).David Cournapeau2013-02-161-2/+5
|/ / /
* | | Merge pull request #2974 from seberg/issue-427Charles Harris2013-02-122-14/+36
|\ \ \
| * | | BUG: Fix reporting of memory error inside sortingSebastian Berg2013-02-102-6/+28
| * | | BUG: Fix dtypes in sorting functions to npy_intpSebastian Berg2013-02-101-8/+8
* | | | Merge pull request #2979 from charris/fix-nansumseberg2013-02-122-1/+12
|\ \ \ \
| * | | | BUG: Make nansum work with booleans.Charles Harris2013-02-122-1/+12
* | | | | Merge pull request #2975 from bfroehle/tp_allocnjsmith2013-02-101-1/+1
|\ \ \ \ \
| * | | | | ENH: Use tp_basicsize, not NPY_SIZEOF_PYARRAYOBJECT, for memory allocation.Bradley M. Froehle2013-02-101-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #2976 from bfroehle/memory_wastenjsmith2013-02-101-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: PyArray_LexSort allocates too much temporary memory.Bradley M. Froehle2013-02-101-2/+2
|/ / / /
* | | | DOC: update 1.7.0-notes.rst from release branchOndřej Čertík2013-02-061-0/+43
|/ / /
* | | Merge pull request #2947 from charris/fix-complex-polynomial-fitCharles Harris2013-02-0412-12/+73
|\ \ \
| * | | MAINT: Use a better method to detect complex arrays.Charles Harris2013-01-246-6/+6
| * | | TST: Add Test for column scaling in the polynomial package fits.Charles Harris2013-01-236-0/+25
| * | | BUG: gh-2790, fix column scaling in polynomial package least squares.Charles Harris2013-01-236-12/+48
* | | | Merge pull request #2960 from esc/doc/fix/ctypeslibCharles Harris2013-02-011-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | DOC/FIX: fix example in ctypeslib module documentationValentin Haenel2013-02-011-2/+2
|/ / /
* | | DOC: mention the change of default for separate compilation.David Cournapeau2013-01-241-0/+11
* | | FEAT: use separate build by default.David Cournapeau2013-01-243-4/+4
* | | REF: make the separate compilation env handling a tad simpler.David Cournapeau2013-01-242-10/+2
* | | Merge pull request #2940 from ContinuumIO/ndindex_fix_moreTravis E. Oliphant2013-01-232-1/+7
|\ \ \ | |/ / |/| |
| * | TST: Add a test for ndindex call.Travis E. Oliphant2013-01-211-0/+4
| * | Fix-up logic for checking for zero-d arrays.Travis E. Oliphant2013-01-211-1/+3
| |/
* | Merge pull request #2725 from seberg/take_0dseberg2013-01-234-3/+54
|\ \ | |/ |/|
| * ENH: Allow 0-d indexes in np.takeSebastian Berg2013-01-064-3/+54
* | BUG: fix separate compilation mode for bento build.David Cournapeau2013-01-211-4/+16
* | BUG: fix inclusion of private hader in #d2122ea1f458e9429b692111238f7b9f4a852db2David Cournapeau2013-01-211-1/+1