summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: expand sections on commit messages and merging/rebasing in the devguide.Ralf Gommers2012-09-231-2/+16
* DOC: one more edit to the dev-guide.Ralf Gommers2012-09-221-1/+7
* DOC: remove section "Patching" from dev-guide.Ralf Gommers2012-09-224-133/+6
* DOC: a few edits to make "Development Workflow" in the dev guide clearer.Ralf Gommers2012-09-221-12/+13
* DOC: document in dev-guide how to write a good commit message.Ralf Gommers2012-09-221-0/+28
* 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-1714-18/+17
|\ \ \
| * | | Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-0214-18/+17
| | |/ | |/|
* | | 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
* | | | Merge pull request #443 from 87/fix_concatTravis E. Oliphant2012-09-152-20/+37
|\ \ \ \
| * | | | 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
* | | | | Merge pull request #431 from njsmith/fix-travis-py24-buildnjsmith2012-09-111-1/+8
|\ \ \ \ \
| * | | | | FIX: use py24-compatible version of virtualenv on TravisNathaniel J. Smith2012-09-081-1/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #430 from njsmith/test_pareto-fixnjsmith2012-09-111-1/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FIX: loosen numerical tolerance in test_pareto()Nathaniel J. Smith2012-09-071-1/+7
|/ / / /
* | | | BUG: fix npymath install location.David Cournapeau2012-09-062-3/+2
* | | | BUG: fix custom post_check.David Cournapeau2012-09-061-7/+7
* | | | BUG: forgot to build _dotblas in bento build.David Cournapeau2012-09-062-1/+4
* | | | REF: remove unused imports in bscript.David Cournapeau2012-09-061-3/+0
|/ / /
* | | Update numpy/core/code_generators/ufunc_docstrings.pynjsmith2012-09-041-1/+1
* | | Merge pull request #423 from adamlwgriffiths/masternjsmith2012-09-041-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typo in documentation (101 instead of 10).Adam Griffiths2012-09-041-1/+1
|/ /
* | Merge pull request #417 from certik/fix416Ondřej Čertík2012-09-021-7743/+8196
|\ \
| * | FIX: Regenerate mtrand.c with Cython 0.17Ondřej Čertík2012-09-021-7743/+8196
|/ /
* | Merge pull request #397 from certik/fix2189Ondřej Čertík2012-09-021-0/+10
|\ \
| * | FIX: Add a test for Ticket #2066Ondřej Čertík2012-08-311-0/+4
| * | BUG: Add a test for Ticket #2189Ondřej Čertík2012-08-311-0/+6
* | | Merge pull request #376 from cgohlke/patch-2Ondřej Čertík2012-09-022-1/+6
|\ \ \
| * | | Remove test_recarray_from_long_formatscgohlke2012-08-071-8/+0
| * | | Add test for long number in shape specifier of dtype stringcgohlke2012-08-071-0/+5
| * | | Add test for long numbers in numpy.rec.array formats stringcgohlke2012-08-061-0/+8