Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix test related to bug-fix in array creation from a buffer when offset is ↵ | Travis Oliphant | 2010-01-15 | 1 | -1/+2 | |
| | | | | provided. | |||||
* | missed a few links | Jarrod Millman | 2010-01-15 | 1 | -3/+3 | |
| | ||||||
* | fixed broken links | Jarrod Millman | 2010-01-15 | 1 | -3/+3 | |
| | ||||||
* | _ | Aaron River | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | _ | Aaron River | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | _ | Aaron River | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | _ | Aaron River | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | _ | Aaron River | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | _ | Aaron River | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | _ | Aaron River | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | (no commit message) | Aaron River | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | ariver: 2010-01-14 18:41:12 | Aaron River | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | ariver:20100114183627 | Aaron River | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | (no commit message) | nobody | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | Fix math adding offset to the calculation of memory needed. | Travis Oliphant | 2010-01-15 | 1 | -2/+3 | |
| | ||||||
* | Make sure and account for offset in test of whether or not an array can be ↵ | Travis Oliphant | 2010-01-14 | 1 | -1/+1 | |
| | | | | created from the available buffer. | |||||
* | * fix methods using axis when the mask is nomask (from 1.4.x r8041) | pierregm | 2010-01-12 | 2 | -6/+33 | |
| | ||||||
* | * Switch the order of optional parameters in ma.argsort for compatibiity w/ ↵ | pierregm | 2010-01-06 | 2 | -3/+6 | |
| | | | | np.argsort (bug #1349) | |||||
* | small doctest fixes | Paul Ivanov | 2009-12-30 | 1 | -5/+3 | |
| | ||||||
* | make master TOC page | Jarrod Millman | 2009-12-29 | 1 | -29/+4 | |
| | ||||||
* | adding scipy icon bar to top of the page | Jarrod Millman | 2009-12-29 | 8 | -0/+32 | |
| | ||||||
* | Added div to center align the ohloh stats. | madhusudancs | 2009-12-29 | 1 | -0/+2 | |
| | ||||||
* | forgot to check-in the main page template | Jarrod Millman | 2009-12-29 | 1 | -0/+44 | |
| | ||||||
* | converting the main page from rest to an html template and add ohloh link | Jarrod Millman | 2009-12-29 | 3 | -2/+3 | |
| | ||||||
* | FIX - allow doctest tester to parse config before being replaced by NumpyDocTest | Matthew Brett | 2009-12-29 | 2 | -13/+40 | |
| | ||||||
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 35 | -185/+363 | |
| | ||||||
* | ENH - added matrix_rank function to linalg | Matthew Brett | 2009-12-22 | 2 | -3/+84 | |
| | ||||||
* | * make sure mvoid.tolist returns standard Python objects | pierregm | 2009-12-19 | 2 | -1/+24 | |
| | ||||||
* | STY: Indentation, break lines, replace 1 by METH_VARARGS, whitespace. | Charles Harris | 2009-12-19 | 7 | -214/+314 | |
| | ||||||
* | BUG: Minimal fix for ticket #1339. | Charles Harris | 2009-12-19 | 1 | -2/+2 | |
| | ||||||
* | STY,DOC: Use macro METH_VARARGS everywhere. Break some lines for easy ↵ | Charles Harris | 2009-12-19 | 1 | -45/+69 | |
| | | | | reading. Add some notes. | |||||
* | * Force _fill_value to a 0d array (so that field values can be propagated, ↵ | pierregm | 2009-12-18 | 2 | -21/+45 | |
| | | | | | | bug #1332) * Make .fill_value return a scalar (int, float, void...) and not a 0d array | |||||
* | * fix .tolist() for mvoid objects (bug #1330) | pierregm | 2009-12-18 | 2 | -2/+23 | |
| | ||||||
* | * Add support for `fill_value` to mvoid | pierregm | 2009-12-18 | 2 | -60/+115 | |
| | | | | | * Simplify mvoid._get_data * Simplify MaskedArray.tolist and add support for individually masked fields (bug #1330) | |||||
* | * added log2 | pierregm | 2009-12-17 | 2 | -78/+207 | |
| | | | | | | * removed the global np.seterr * prevented warnings to be emitted with ma.ufuncs * introduced mvoid to help the iteration/item access of masked structured arrays | |||||
* | Don't segfault if file reading is somehow faulty | mdroe | 2009-12-15 | 1 | -1/+5 | |
| | ||||||
* | Add ability to set date-times with integers and strings. | Travis Oliphant | 2009-12-15 | 1 | -2/+36 | |
| | ||||||
* | STY+BUG: fix unused and unitialized variable. | David Cournapeau | 2009-12-14 | 1 | -3/+3 | |
| | ||||||
* | BUG: fix bug failure on big endian arch on Darwin. | David Cournapeau | 2009-12-14 | 1 | -4/+4 | |
| | | | | | The macros were not updated accordingly for the 16 bytes aligned BE 8 bytes double with the recent changes for bit twiddling with long double. | |||||
* | BUG: #1329: fix spacing for large values. | David Cournapeau | 2009-12-13 | 2 | -5/+160 | |
| | ||||||
* | BUG: fix escaping of pkgdir on windows. | David Cournapeau | 2009-12-12 | 1 | -1/+1 | |
| | ||||||
* | BUG: fix numscons build. | David Cournapeau | 2009-12-12 | 1 | -0/+1 | |
| | ||||||
* | BUG: fix #1273: npy-pkg-info files did not work for eggs. | David Cournapeau | 2009-12-12 | 2 | -2/+3 | |
| | | | | We use the pkgdir variable which is automatically translate at runtime. | |||||
* | ENH: automatically translate pkgdir in .ini file. | David Cournapeau | 2009-12-12 | 1 | -0/+12 | |
| | ||||||
* | BUG: use PyErr_Warn instead of WarnEx on Py2.4 | Pauli Virtanen | 2009-12-10 | 1 | -0/+6 | |
| | ||||||
* | BUG: complex cast warning should be triggered only for casts to number types | Pauli Virtanen | 2009-12-10 | 1 | -1/+3 | |
| | ||||||
* | ENH: emit ComplexWarning when casting complex to real (addresses #1319) | Pauli Virtanen | 2009-12-10 | 4 | -4/+64 | |
| | | | | | Casting complex numbers to real discards the imaginary part, which may be unexpected. For safety, emit a warning when this occurs. | |||||
* | BUG: fix 1087, thanks to Leek for the fix. | David Cournapeau | 2009-12-10 | 1 | -16/+17 | |
| | ||||||
* | BUG: fix numscons build. | David Cournapeau | 2009-12-10 | 2 | -2/+2 | |
| | ||||||
* | BUG: fix #1317, uncaught SIGFPE when doing MIN_INT32 / -1. | David Cournapeau | 2009-12-08 | 2 | -1/+17 | |
| |