Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct `linalg.solve` doc string | Guillaume Gay | 2012-10-22 | 1 | -2/+2 |
* | Merge pull request #482 from ContinuumIO/void_scalar_hash | Travis E. Oliphant | 2012-10-21 | 3 | -5/+55 |
|\ | |||||
| * | FIX: Update release notes. | Travis E. Oliphant | 2012-10-19 | 1 | -3/+10 |
| * | BUG: Ensure that writeable records are not hashed. | Travis E. Oliphant | 2012-10-13 | 2 | -0/+12 |
| * | TST: Add one more test. | Travis E. Oliphant | 2012-10-09 | 1 | -0/+2 |
| * | BUG: Fix void_scalar hash function to use the elements of the record in the h... | Travis E. Oliphant | 2012-10-09 | 2 | -2/+31 |
* | | Merge pull request #480 from matthew-brett/fix-distutils-log-warning | Travis E. Oliphant | 2012-10-09 | 1 | -2/+0 |
|\ \ | |||||
| * | | FIX: remove log line causing warning from disutils | Matthew Brett | 2012-10-06 | 1 | -2/+0 |
* | | | Merge pull request #476 from njsmith/copy-memory-order | Travis E. Oliphant | 2012-10-09 | 3 | -3/+34 |
|\ \ \ | |||||
| * | | | [FIX] preserve memory order in np.copy() | Nathaniel J. Smith | 2012-10-01 | 3 | -3/+34 |
* | | | | Merge pull request #466 from seberg/issue465 | Travis E. Oliphant | 2012-10-09 | 2 | -3/+18 |
|\ \ \ \ | |||||
| * | | | | TST: Test that ndmin honors requested and original order. | Sebastian Berg | 2012-09-29 | 1 | -0/+7 |
| * | | | | BUG: Fill correct strides for ndmin in array creation | Sebastian Berg | 2012-09-29 | 1 | -3/+11 |
* | | | | | Merge pull request #454 from seberg/issue380 | Travis E. Oliphant | 2012-10-09 | 2 | -4/+10 |
|\ \ \ \ \ | |||||
| * | | | | | TST: reshaping of zero strided array (Issue #380) | Sebastian Berg | 2012-09-24 | 1 | -0/+6 |
| * | | | | | BUG: strides should only be changed if dimensions==1 | Sebastian Berg | 2012-09-24 | 1 | -4/+4 |
* | | | | | | Merge pull request #444 from 87/fix_array_iface | Travis E. Oliphant | 2012-10-09 | 3 | -102/+183 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | TST: Add more tests. | Han Genuit | 2012-09-30 | 1 | -3/+14 |
| * | | | | | BUG: Disallow shapesize > 1 when coercing scalar to array | Han Genuit | 2012-09-30 | 1 | -0/+7 |
| * | | | | | ENH: Assume object is scalar if no shape and data attribute are given | Han Genuit | 2012-09-30 | 1 | -19/+24 |
| * | | | | | BUG: Handle scalars correctly. | Han Genuit | 2012-09-30 | 1 | -2/+2 |
| * | | | | | BUG: Fixes for Python 3.x | Han Genuit | 2012-09-20 | 2 | -3/+18 |
| * | | | | | BUG: Make sure empty shapes are disallowed when data is specified | Han Genuit | 2012-09-16 | 1 | -0/+10 |
| * | | | | | TST: Add test for special case in array interface | Han Genuit | 2012-09-16 | 1 | -0/+14 |
| * | | | | | BUG: Make shape check for special case a bit stricter | Han Genuit | 2012-09-16 | 1 | -2/+2 |
| * | | | | | ENH: Allow objects to use the array interface without specifying data | Han Genuit | 2012-09-16 | 1 | -105/+124 |
* | | | | | | REF: move blas/lapack check into bento. | David Cournapeau | 2012-10-09 | 1 | -106/+5 |
* | | | | | | BUG: fix in-place build. | David Cournapeau | 2012-10-09 | 1 | -1/+1 |
* | | | | | | FEAT: blas/lapack can be configured from command line. | David Cournapeau | 2012-10-09 | 1 | -50/+98 |
* | | | | | | ENH: add support for arch autodetection. | David Cournapeau | 2012-10-09 | 1 | -0/+13 |
* | | | | | | Merge PR 377: expose Mapiter in the numpy API. | Charles Harris | 2012-10-08 | 7 | -11/+195 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | inplace passes tests | John Salvatier | 2012-10-08 | 2 | -4/+5 |
| * | | | | | fixed tests | John Salvatier | 2012-10-08 | 2 | -8/+9 |
| * | | | | | added initial mapiter tests | John Salvatier | 2012-10-08 | 2 | -0/+149 |
| * | | | | | eliminated oned and fancy arguments to MapIterArray | John Salvatier | 2012-10-08 | 1 | -6/+13 |
| * | | | | | changed error handling for clarity | John Salvatier | 2012-10-08 | 1 | -3/+5 |
| * | | | | | removed expsure of mapiter type | John Salvatier | 2012-10-08 | 1 | -1/+0 |
| * | | | | | changed the name of _swap_axes | John Salvatier | 2012-10-08 | 3 | -6/+6 |
| * | | | | | gave MapIter an API | John Salvatier | 2012-10-08 | 5 | -3/+28 |
|/ / / / / | |||||
* | | | | | Merge pull request #477 from seberg/ticket2218 | Charles Harris | 2012-10-03 | 2 | -2/+18 |
|\ \ \ \ \ | |||||
| * | | | | | TST: Complex to bool conversion (Ticket 2218) | Sebastian Berg | 2012-10-01 | 1 | -0/+8 |
| * | | | | | BUG: Fix complex to bool conversion in lowlevel_strided_loops | Sebastian Berg | 2012-10-01 | 1 | -2/+10 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #455 from rgommers/devguide-update | Charles Harris | 2012-10-03 | 5 | -145/+67 |
|\ \ \ \ \ | |||||
| * | | | | | DOC: expand sections on commit messages and merging/rebasing in the devguide. | Ralf Gommers | 2012-09-23 | 1 | -2/+16 |
| * | | | | | DOC: one more edit to the dev-guide. | Ralf Gommers | 2012-09-22 | 1 | -1/+7 |
| * | | | | | DOC: remove section "Patching" from dev-guide. | Ralf Gommers | 2012-09-22 | 4 | -133/+6 |
| * | | | | | DOC: a few edits to make "Development Workflow" in the dev guide clearer. | Ralf Gommers | 2012-09-22 | 1 | -12/+13 |
| * | | | | | DOC: document in dev-guide how to write a good commit message. | Ralf Gommers | 2012-09-22 | 1 | -0/+28 |
| |/ / / / | |||||
* | | | | | Merge pull request #459 from jseabold/fix-unicode-repr-object | njsmith | 2012-10-03 | 2 | -1/+12 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | TST: Change expected output for Python 3. | Skipper Seabold | 2012-09-26 | 1 | -1/+8 |