summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* 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 #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 #3023 from charris/2to3-exceptseberg2013-02-276-12/+12
|\ \ \
| * | | 2to3: Use modern exception syntax.Charles Harris2013-02-266-12/+12
* | | | 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
* | | | Added 'subok' keyword documentation to zeros_like and ones_likedaveydave4002013-02-221-0/+8
* | | | BUG: Fix regression of bad error/random behavior in item methodSebastian Berg2013-02-202-0/+6
|/ / /
* | | 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 #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
| |/ /
* | | BUG: PyArray_LexSort allocates too much temporary memory.Bradley M. Froehle2013-02-101-2/+2
|/ /
* | FEAT: use separate build by default.David Cournapeau2013-01-242-2/+2
* | REF: make the separate compilation env handling a tad simpler.David Cournapeau2013-01-242-10/+2
* | Merge pull request #2725 from seberg/take_0dseberg2013-01-233-3/+53
|\ \ | |/ |/|
| * ENH: Allow 0-d indexes in np.takeSebastian Berg2013-01-063-3/+53
* | 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
* | 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
* | | 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-155-917/+1
|\ \
| * | DEP: Remove scons related files and code.Charles Harris2013-01-135-917/+1
* | | Merge pull request #2897 from ContinuumIO/ndindex_fixnjsmith2013-01-152-5/+7
|\ \ \
| * | | Add test for __array_interface__Jay Bourque2013-01-091-0/+7
| * | | Fix ndindex issueJay Bourque2013-01-091-5/+0
* | | | Merge pull request #2907 from seberg/nonarray-assignment-masternjsmith2013-01-133-4/+26
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: Make 1d fancy indexing special case use unsafe_castingSebastian Berg2013-01-132-1/+5
| * | | BUG: Convert non-array rhs for boolean assignment with correct dtypeSebastian Berg2013-01-132-3/+21
* | | | Merge pull request #2909 from argriffing/patch-2Charles Harris2013-01-121-4/+0
|\ \ \ \
| * | | | remove a confusing docstring lineargriffing2013-01-111-4/+0
| |/ / /
* | | | Update numpy/core/code_generators/ufunc_docstrings.pyargriffing2013-01-111-1/+1
|/ / /
* | | Added support for AArch64 architectureMarcin Juszkiewicz2013-01-102-0/+3
|/ /
* | Merge pull request #2838 from charris/test-numpy-constantsCharles Harris2013-01-061-0/+13
|\ \ | |/ |/|
| * TST: Add tests for constants.Charles Harris2012-12-161-0/+13
* | Merge pull request #2882 from seberg/issue2503seberg2013-01-065-19/+77
|\ \
| * | MAINT: Minor cleanupSebastian Berg2013-01-063-7/+6
| * | MAINT: Move offset calculations into special functionSebastian Berg2013-01-035-42/+61
| * | BUG: Fix CheckStrides and strides setter checks for available memorySebastian Berg2013-01-033-15/+55
* | | Merge pull request #2888 from charris/fix-headersnjsmith2013-01-056-54/+27
|\ \ \
| * | | MAINT: Remove newly defined non-prefixed macros from noprefix.h.Charles Harris2013-01-051-15/+0
| * | | BUG: Fixup use of undefined macros and remove redundant code.Charles Harris2013-01-051-18/+2