Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | BUG: Fix #1379 by applying supplied patch. | Travis Oliphant | 2010-02-04 | 1 | -1/+1 | |
| | ||||||
* | BUG: Fix #1388. Return NULL after setting error. Also simplify ctypeslib ↵ | Travis Oliphant | 2010-02-04 | 2 | -10/+9 | |
| | | | | prep_simple function. | |||||
* | BUG: fix #1387. Raise ValueError for empty input to bincount. | David Cournapeau | 2010-02-02 | 2 | -0/+8 | |
| | ||||||
* | TST: add a couple of simple unit-tests for bincount. | David Cournapeau | 2010-02-02 | 1 | -0/+23 | |
| | ||||||
* | BUG: fix performance issue (#1308). | David Cournapeau | 2010-02-01 | 1 | -4/+4 | |
| | ||||||
* | BUG: Add more protection against uninitialized lists on the Distribution object. | Robert Kern | 2010-01-29 | 1 | -0/+6 | |
| | ||||||
* | BUG: guard against having an uninitialized list of scripts. | Robert Kern | 2010-01-29 | 1 | -0/+2 | |
| | ||||||
* | Apply ifort.patch from ticket #1372 to allow Intel Fortran Compiler 11.1 to ↵ | Travis Oliphant | 2010-01-24 | 2 | -4/+17 | |
| | | | | be called by numpy.distutils. | |||||
* | * fixed the docstring of MaskedArray.sort | pierregm | 2010-01-21 | 1 | -52/+24 | |
| | ||||||
* | BUG: Fix ticket #1336 again. Merge for r8072 introduced a regression. | Charles Harris | 2010-01-20 | 1 | -2/+2 | |
| | ||||||
* | np.genfromtxt: make sure we're using the actual names when double-checking ↵ | pierregm | 2010-01-20 | 1 | -1/+2 | |
| | | | | for missing values | |||||
* | Fix test for sorting with other-endian field. | Travis Oliphant | 2010-01-19 | 1 | -2/+4 | |
| | ||||||
* | Fix VOID_compare to handle the case of byteswapped data. Fixes Ticket #1366. | Travis Oliphant | 2010-01-19 | 2 | -5/+21 | |
| | ||||||
* | STY: Remove unused variable that was added in last commit. | Charles Harris | 2010-01-17 | 1 | -1/+0 | |
| | ||||||
* | STY: First pass cleanup of arraytypes.c.src. | Charles Harris | 2010-01-17 | 1 | -299/+537 | |
| | | | | | Coding style cleanups. Break long lines. | |||||
* | Fix bus error resulting from inlined gcc memcpy alignment assumptions. | Charles Harris | 2010-01-16 | 1 | -16/+24 | |
| | | | | Fixes ticket #1336. | |||||
* | Remove un-necessary import. | Travis Oliphant | 2010-01-15 | 1 | -1/+0 | |
| | ||||||
* | Fix test related to bug-fix in array creation from a buffer when offset is ↵ | Travis Oliphant | 2010-01-15 | 1 | -1/+2 | |
| | | | | provided. | |||||
* | 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 | |
| | ||||||
* | 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 | 3 | -4/+35 | |
| | | | | | 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 | |
| | ||||||
* | BUG: fix buggy config check for complex functions. | David Cournapeau | 2009-12-08 | 1 | -3/+12 | |
| |