summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | removed expsure of mapiter typeJohn Salvatier2012-10-081-1/+0
* | | | | | changed the name of _swap_axesJohn Salvatier2012-10-083-6/+6
* | | | | | gave MapIter an APIJohn Salvatier2012-10-085-3/+28
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #477 from seberg/ticket2218Charles Harris2012-10-032-2/+18
|\ \ \ \ \
| * | | | | TST: Complex to bool conversion (Ticket 2218)Sebastian Berg2012-10-011-0/+8
| * | | | | BUG: Fix complex to bool conversion in lowlevel_strided_loopsSebastian Berg2012-10-011-2/+10
| | |_|/ / | |/| | |
* | | | | Merge pull request #459 from jseabold/fix-unicode-repr-objectnjsmith2012-10-032-1/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | TST: Change expected output for Python 3.Skipper Seabold2012-09-261-1/+8
| * | | | BUG: Use numpystr for arrayprint fallback instead of strSkipper Seabold2012-09-251-1/+1
| * | | | TST: Add failing test for unicode array with object dtypeSkipper Seabold2012-09-251-0/+4
* | | | | DOC: fix a typo in a commentOndřej Čertík2012-09-301-1/+1
* | | | | Merge pull request #449 from seberg/setobjrefnjsmith2012-09-309-0/+23
|\ \ \ \ \
| * | | | | BUG: PyErr_SetObject does not steal reference.Sebastian Berg2012-09-229-0/+23
| | |_|_|/ | |/| | |
* | | | | Add doc to {empty,zeros,ones}_like that tell in witch version their dtype and...Frederic2012-09-262-0/+6
* | | | | Merge pull request #457 from njsmith/fix-diagonal-refcountingnjsmith2012-09-262-0/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: Fix memory leak in PyArray_DiagonalNathaniel J. Smith2012-09-242-0/+8
* | | | | Merge pull request #440 from matthew-brett/crazy-axis-concat-warningnjsmith2012-09-242-2/+81
|\ \ \ \ \
| * | | | | TST: test DeprecationWarning raised by concatenateMatthew Brett2012-09-161-0/+8
| * | | | | BUG: change FutureWarning to DeprecationWarningMatthew Brett2012-09-162-4/+6
| * | | | | BUG: allow any axis for np.concatenate for 1DMatthew Brett2012-09-162-2/+71
| | |_|_|/ | |/| | |
* | | | | Merge pull request #451 from njsmith/unsafe-cast-deprecationnjsmith2012-09-247-8/+116
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | STY: another wording tweak (thanks to @charris)Nathaniel J. Smith2012-09-211-3/+3
| * | | | STY: fix up style and a few wordings on previous commitNathaniel J. Smith2012-09-204-10/+16
| * | | | FIX: Transition scheme for safer in-place ufunc operationsNathaniel J. Smith2012-09-205-4/+68
| * | | | ENH: More capable test functions for warningsNathaniel J. Smith2012-09-202-4/+42
| | |/ / | |/| |
* | | | Merge pull request #420 from seberg/contignjsmith2012-09-212-0/+19
|\ \ \ \
| * | | | Tests related to Issue #387Sebastian Berg2012-09-041-0/+16
| * | | | Reset flags when Axes are removed. Array might now be 1D, or removed axes of ...Sebastian Berg2012-09-031-0/+3
* | | | | Merge pull request #365 from bfroehle/static_f2py_sizenjsmith2012-09-211-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: Exported f2py_size symbol prevents linking multiple f2py modules.Bradley M. Froehle2012-07-301-1/+1
* | | | | Merge pull request #419 from stefanv/modinitnjsmith2012-09-1713-14/+13
|\ \ \ \ \
| * | | | | Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-0213-14/+13
| | |/ / / | |/| | |
* | | | | Merge pull request #446 from cgohlke/patch-1njsmith2012-09-173-29/+29
|\ \ \ \ \
| * | | | | Style: consistently use spaces instead of tabscgohlke2012-09-161-2/+2
| * | | | | Style: use 4 spaces per indentation level as per PEP8cgohlke2012-09-161-26/+26
| * | | | | Fix whitespace formattingcgohlke2012-09-161-1/+1
| | |_|/ / | |/| | |
* | | | | MAINT: Use linspace instead of arange in some examples.endolith2012-09-171-3/+3
|/ / / /
* | | | Merge pull request #441 from matthew-brett/astype-docTravis E. Oliphant2012-09-151-0/+8
|\ \ \ \
| * | | | DOC: describe output from astype methodMatthew Brett2012-09-131-0/+8
* | | | | TST: Add test for concatenate with None-axisHan Genuit2012-09-151-3/+21
* | | | | BUG: Concatenate with axis None should work regardless of matching array shapesHan Genuit2012-09-151-17/+16
* | | | | Merge pull request #433 from rgommers/intel-fortran-flagsnjsmith2012-09-131-55/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: update Intel Fortran compiler flags for the 21st century.Ralf Gommers2012-09-091-55/+16
| | |_|/ | |/| |
* | | | Merge pull request #432 from rgommers/silence-cython-warningsnjsmith2012-09-111-0/+6
|\ \ \ \
| * | | | MAINT: silence Cython warnings about changes dtype/ufunc size.Ralf Gommers2012-09-081-0/+6
| |/ / /
* | | | Merge pull request #429 from 87/fix_insertnjsmith2012-09-112-6/+17
|\ \ \ \
| * | | | TST: Add test for boolean insertHan Genuit2012-09-071-0/+2
| * | | | TST: Add extra test for multidimensional inserts.Han Genuit2012-09-071-0/+7
| * | | | BUG: Fix for issues #378 and #392Han Genuit2012-09-071-6/+8
* | | | | FIX: loosen numerical tolerance in test_pareto()Nathaniel J. Smith2012-09-071-1/+7
| |/ / / |/| | |