summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* FEAT: use separate build by default.David Cournapeau2013-01-212-2/+2
* REF: make the separate compilation env handling a tad simpler.David Cournapeau2013-01-212-10/+2
* 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-1533-2125/+3
|\
| * DEP: Remove more references to scons related files.Charles Harris2013-01-141-2/+0
| * DEP: Remove scons related files and code.Charles Harris2013-01-1332-2123/+3
* | 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
| * | Fix the test for numpy.ndindex()Travis E. Oliphant2013-01-101-1/+1
| * | Add test for __array_interface__Jay Bourque2013-01-091-0/+7
| * | Add test for optional size argument for ndindexJay Bourque2013-01-091-0/+4
| * | 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
| |/ /
* | | Merge pull request #2910 from rutsky/doctest_svd_typonjsmith2013-01-121-1/+1
|\ \ \
| * | | Fix typo in SVD usage exampleVladimir Rutsky2013-01-121-1/+1
| |/ /
* | | 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
| * | | MAINT: Remove tabs from numpyconfig.h.Charles Harris2013-01-051-9/+9
| * | | MAINT: Gather NPY_SIZEOF* macros into one spot.Charles Harris2013-01-051-6/+9
| * | | MAINT: Add some macros to noprefix.hCharles Harris2013-01-051-7/+22
| * | | MAINT: Remove unneeded include from ndarraytypes.h.Charles Harris2013-01-051-3/+0
| * | | MAINT: Remove unneeded comment form arrayobject.hCharles Harris2013-01-051-11/+0
* | | | BUG: Replace unprefixed SIZEOF_* macros with prefixed versions.Charles Harris2013-01-059-26/+25
|/ / /
* | | Merge pull request #2886 from seberg/complex256-byteswapCharles Harris2013-01-052-25/+28
|\ \ \
| * | | BUG: Fix byteswapping for complex scalarsSebastian Berg2013-01-052-25/+28
| |/ /
* | | Fixed choice docstring, wrong default sizeJuan Luis Cano Rodríguez2013-01-041-1/+1
* | | MAINT: remove painful to look at exec statement from np.errstate test.Ralf Gommers2013-01-021-28/+16