summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct `linalg.solve` doc stringGuillaume Gay2012-10-221-2/+2
* 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
|\ \ \ \ \
| * | | | | 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
* | | | | | REF: move blas/lapack check into bento.David Cournapeau2012-10-091-106/+5
* | | | | | BUG: fix in-place build.David Cournapeau2012-10-091-1/+1
* | | | | | FEAT: blas/lapack can be configured from command line.David Cournapeau2012-10-091-50/+98
* | | | | | ENH: add support for arch autodetection.David Cournapeau2012-10-091-0/+13
* | | | | | Merge PR 377: expose Mapiter in the numpy API.Charles Harris2012-10-087-11/+195
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | 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
| * | | | | 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 #455 from rgommers/devguide-updateCharles Harris2012-10-035-145/+67
|\ \ \ \ \
| * | | | | 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 #459 from jseabold/fix-unicode-repr-objectnjsmith2012-10-032-1/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | TST: Change expected output for Python 3.Skipper Seabold2012-09-261-1/+8