summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Remove pointer cast from the PyArray_BYTES macro.Frederic2012-11-061-1/+1
* Merge pull request #2702 from seberg/issue2700Stefan van der Walt2012-11-062-95/+46
|\
| * MNT: Remove _check_zeros from NewShapeSebastian Berg2012-11-011-92/+36
| * BUG: Reshape of 0-sized arrays failed to work without copySebastian Berg2012-11-012-5/+12
* | Merge pull request #483 from astrofrog/fix-masked-getitemnjsmith2012-10-312-10/+8
|\ \ | |/ |/|
| * Fixed failing testsThomas Robitaille2012-10-111-4/+4
| * When accessing MaskedArray rows, always return an mvoid objectThomas Robitaille2012-10-111-6/+4
* | Merge pull request #2694 from seberg/cflags2njsmith2012-10-2513-177/+154
|\ \
| * | MNT: Remove unnecessary special cases in _UpdateContiguousFlagsSebastian Berg2012-10-231-16/+0
| * | MNT: Minor cleanups in comments and lowlevel_strided_loops.Sebastian Berg2012-10-223-9/+10
| * | TST: Check if contiguous flags are correct in various situationsSebastian Berg2012-10-221-0/+32
| * | BUG: Fix bug with size 1-dims in CreateSortedStridePermSebastian Berg2012-10-215-20/+11
| * | MNT: Remove unnecessary stride/flags cleanup.Sebastian Berg2012-10-212-40/+5
| * | API: ctors changed so that contiguous flags ignore 1-dim axisSebastian Berg2012-10-211-10/+30
| * | API: Change Flags Updateing to allow C-/F-contiguous arraysSebastian Berg2012-10-211-62/+45
| * | TST: Test order='F' combined with C/F-contiguous arrays.Sebastian Berg2012-10-211-0/+10
| * | BUG: Replace ISFORTRAN by IS_F_CONTIGUOUS.Sebastian Berg2012-10-213-6/+6
| * | API: Change isfortran to f-contig and not c-contigSebastian Berg2012-10-212-5/+6
| * | TST: Update ctypes tests for changed contiguous flags setting.Sebastian Berg2012-10-211-2/+2
| * | ENH: Do not rely on clean strides for loops.Sebastian Berg2012-10-211-28/+18
| |/
* | Merge pull request #482 from ContinuumIO/void_scalar_hashTravis E. Oliphant2012-10-212-2/+45
|\ \ | |/ |/|
| * BUG: Ensure that writeable records are not hashed.Travis E. Oliphant2012-10-132-0/+12
| * TST: Add one more test.Travis E. Oliphant2012-10-091-0/+2
| * BUG: Fix void_scalar hash function to use the elements of the record in the h...Travis E. Oliphant2012-10-092-2/+31
* | Merge pull request #480 from matthew-brett/fix-distutils-log-warningTravis E. Oliphant2012-10-091-2/+0
|\ \
| * | FIX: remove log line causing warning from disutilsMatthew Brett2012-10-061-2/+0
* | | Merge pull request #476 from njsmith/copy-memory-orderTravis E. Oliphant2012-10-093-3/+34
|\ \ \
| * | | [FIX] preserve memory order in np.copy()Nathaniel J. Smith2012-10-013-3/+34
* | | | Merge pull request #466 from seberg/issue465Travis E. Oliphant2012-10-092-3/+18
|\ \ \ \
| * | | | TST: Test that ndmin honors requested and original order.Sebastian Berg2012-09-291-0/+7
| * | | | BUG: Fill correct strides for ndmin in array creationSebastian Berg2012-09-291-3/+11
* | | | | Merge pull request #454 from seberg/issue380Travis E. Oliphant2012-10-092-4/+10
|\ \ \ \ \
| * | | | | TST: reshaping of zero strided array (Issue #380)Sebastian Berg2012-09-241-0/+6
| * | | | | BUG: strides should only be changed if dimensions==1Sebastian Berg2012-09-241-4/+4
* | | | | | Merge pull request #444 from 87/fix_array_ifaceTravis E. Oliphant2012-10-093-102/+183
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | TST: Add more tests.Han Genuit2012-09-301-3/+14
| * | | | | BUG: Disallow shapesize > 1 when coercing scalar to arrayHan Genuit2012-09-301-0/+7
| * | | | | ENH: Assume object is scalar if no shape and data attribute are givenHan Genuit2012-09-301-19/+24
| * | | | | BUG: Handle scalars correctly.Han Genuit2012-09-301-2/+2
| * | | | | BUG: Fixes for Python 3.xHan Genuit2012-09-202-3/+18
| * | | | | BUG: Make sure empty shapes are disallowed when data is specifiedHan Genuit2012-09-161-0/+10
| * | | | | TST: Add test for special case in array interfaceHan Genuit2012-09-161-0/+14
| * | | | | BUG: Make shape check for special case a bit stricterHan Genuit2012-09-161-2/+2
| * | | | | ENH: Allow objects to use the array interface without specifying dataHan Genuit2012-09-161-105/+124
* | | | | | BUG: fix in-place build.David Cournapeau2012-10-091-1/+1
* | | | | | inplace passes testsJohn Salvatier2012-10-082-4/+5
* | | | | | fixed testsJohn Salvatier2012-10-082-8/+9
* | | | | | added initial mapiter testsJohn Salvatier2012-10-082-0/+149
* | | | | | eliminated oned and fancy arguments to MapIterArrayJohn Salvatier2012-10-081-6/+13
* | | | | | changed error handling for clarityJohn Salvatier2012-10-081-3/+5