summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #2923 from baeuml/swig-fix-python3Charles Harris2013-01-201-1/+3
|\ \
| * | fix numpy.i for python 3Martin Baeuml2013-01-161-1/+3
* | | Merge pull request #2936 from charris/fix-print-negative-float-zeroCharles Harris2013-01-202-1/+30
|\ \ \
| * | | TST: Add test for printing of scalar values.Charles Harris2013-01-201-0/+29
| * | | BUG: gh-2935, fix printing of scalar float -0.0.Charles Harris2013-01-201-1/+1
|/ / /
* | | Merge pull request #2933 from seberg/result_type-segfaultCharles Harris2013-01-192-1/+2
|\ \ \
| * | | BUG: Fix segfault in np.result_type for None input.Sebastian Berg2013-01-192-1/+2
| |/ /
* | | Merge pull request #2928 from mwiebe/string_init_memleaknjsmith2013-01-181-1/+5
|\ \ \ | |/ / |/| |
| * | BUG: Fix memory leak in ndarray construction from strings (gh-2927)Mark Wiebe2013-01-171-1/+5
|/ /
* | Merge pull request #2914 from charris/remove-scons-supportCharles Harris2013-01-1539-2264/+12
|\ \
| * | DEP: Remove more references to scons related files.Charles Harris2013-01-144-7/+1
| * | BUG: Need to keep pointer to using scons in HOWTO_RELEASE.rst.txt.Charles Harris2013-01-131-1/+2
| * | BUG: Need to keep SCons support in cpucaps and cpuid.Charles Harris2013-01-132-0/+13
| * | DOC: Document removal of SCons support in doc/release/1.8-notes.rst.Charles Harris2013-01-131-3/+8
| * | DEP: Remove scons related files and code.Charles Harris2013-01-1337-2269/+4
* | | Merge pull request #2897 from ContinuumIO/ndindex_fixnjsmith2013-01-154-7/+41
|\ \ \
| * | | Fix 0-d ndincr to have correct return value.Travis E. Oliphant2013-01-111-1/+1
| * | | Fix the test for numpy.ndindex()Travis E. Oliphant2013-01-112-5/+24
| * | | Use super instead of direct access to inheritance.Travis E. Oliphant2013-01-101-1/+1
| * | | Fix the 0-d patch so it doesn't change the non 0-d iteratorTravis E. Oliphant2013-01-101-11/+11
| * | | Fix ndindex for 0-d arrays.Travis E. Oliphant2013-01-101-1/+10