summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change test to use np.testing.assert_Thomas Robitaille2012-11-201-1/+1
* Fix setting of fill_value for string columns in Python 3Thomas Robitaille2012-11-132-1/+6
* Merge pull request #2730 from leschef/faster_dotCharles Harris2012-11-122-4/+75
|\
| * Removed trailing printf statementNicolas Scheffer2012-11-121-1/+0
| * ENH: Remove the need for temporary copies in numpy.dotNicolas Scheffer2012-11-122-4/+76
* | Merge pull request #2722 from seberg/stride_setnjsmith2012-11-122-1/+9
|\ \
| * | BUG: Update aligned flag when setting strides attribute.Sebastian Berg2012-11-092-1/+9
* | | Merge pull request #2723 from pv/py24-fixCharles Harris2012-11-111-1/+1
|\ \ \ | |/ / |/| |
| * | BUG: fix Python 2.4 build with NPY_SEPARATE_COMPILATIONPauli Virtanen2012-11-111-1/+1
|/ /
* | Merge pull request #2693 from glyg/masterCharles Harris2012-11-091-1/+1
|\ \
| * | Fixed parenthesis typoGuillaume Gay2012-10-221-1/+1
| * | Taking njsmith comment into account Guillaume Gay2012-10-221-2/+2
| * | Correct `linalg.solve` doc stringGuillaume Gay2012-10-221-2/+2
* | | Merge pull request #2717 from cbrueffer/cleanupCharles Harris2012-11-081-7/+7
|\ \ \ | |_|/ |/| |
| * | Fix typos.Christian Brueffer2012-11-091-7/+7
|/ /
* | Fixes that let PyArray_DATA and PyArray_BYTES be used as lvalues.Charles Harris2012-11-061-2/+2
|\ \
| * | BUG: Remove pointer cast from the PyArray_DATA macro.Charles Harris2012-11-061-2/+2
| * | 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-213-5/+55
|\ \ | |/ |/|
| * FIX: Update release notes.Travis E. Oliphant2012-10-191-3/+10
| * 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
|\ \ \ \ \