summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
...
* BUG: Fix #1379 by applying supplied patch.Travis Oliphant2010-02-041-1/+1
|
* BUG: Fix #1388. Return NULL after setting error. Also simplify ctypeslib ↵Travis Oliphant2010-02-042-10/+9
| | | | prep_simple function.
* BUG: fix #1387. Raise ValueError for empty input to bincount.David Cournapeau2010-02-022-0/+8
|
* TST: add a couple of simple unit-tests for bincount.David Cournapeau2010-02-021-0/+23
|
* BUG: fix performance issue (#1308).David Cournapeau2010-02-011-4/+4
|
* BUG: Add more protection against uninitialized lists on the Distribution object.Robert Kern2010-01-291-0/+6
|
* BUG: guard against having an uninitialized list of scripts.Robert Kern2010-01-291-0/+2
|
* Apply ifort.patch from ticket #1372 to allow Intel Fortran Compiler 11.1 to ↵Travis Oliphant2010-01-242-4/+17
| | | | be called by numpy.distutils.
* * fixed the docstring of MaskedArray.sortpierregm2010-01-211-52/+24
|
* BUG: Fix ticket #1336 again. Merge for r8072 introduced a regression.Charles Harris2010-01-201-2/+2
|
* np.genfromtxt: make sure we're using the actual names when double-checking ↵pierregm2010-01-201-1/+2
| | | | for missing values
* Fix test for sorting with other-endian field.Travis Oliphant2010-01-191-2/+4
|
* Fix VOID_compare to handle the case of byteswapped data. Fixes Ticket #1366.Travis Oliphant2010-01-192-5/+21
|
* STY: Remove unused variable that was added in last commit.Charles Harris2010-01-171-1/+0
|
* STY: First pass cleanup of arraytypes.c.src.Charles Harris2010-01-171-299/+537
| | | | | Coding style cleanups. Break long lines.
* Fix bus error resulting from inlined gcc memcpy alignment assumptions.Charles Harris2010-01-161-16/+24
| | | | Fixes ticket #1336.
* Remove un-necessary import.Travis Oliphant2010-01-151-1/+0
|
* Fix test related to bug-fix in array creation from a buffer when offset is ↵Travis Oliphant2010-01-151-1/+2
| | | | provided.
* Fix math adding offset to the calculation of memory needed.Travis Oliphant2010-01-151-2/+3
|
* Make sure and account for offset in test of whether or not an array can be ↵Travis Oliphant2010-01-141-1/+1
| | | | created from the available buffer.
* * fix methods using axis when the mask is nomask (from 1.4.x r8041)pierregm2010-01-122-6/+33
|
* * Switch the order of optional parameters in ma.argsort for compatibiity w/ ↵pierregm2010-01-062-3/+6
| | | | np.argsort (bug #1349)
* small doctest fixesPaul Ivanov2009-12-301-5/+3
|
* FIX - allow doctest tester to parse config before being replaced by NumpyDocTestMatthew Brett2009-12-292-13/+40
|
* fixed a whole bunch of doctestsPaul Ivanov2009-12-2835-185/+363
|
* ENH - added matrix_rank function to linalgMatthew Brett2009-12-222-3/+84
|
* * make sure mvoid.tolist returns standard Python objectspierregm2009-12-192-1/+24
|
* STY: Indentation, break lines, replace 1 by METH_VARARGS, whitespace.Charles Harris2009-12-197-214/+314
|
* BUG: Minimal fix for ticket #1339.Charles Harris2009-12-191-2/+2
|
* STY,DOC: Use macro METH_VARARGS everywhere. Break some lines for easy ↵Charles Harris2009-12-191-45/+69
| | | | reading. Add some notes.
* * Force _fill_value to a 0d array (so that field values can be propagated, ↵pierregm2009-12-182-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)pierregm2009-12-182-2/+23
|
* * Add support for `fill_value` to mvoidpierregm2009-12-182-60/+115
| | | | | * Simplify mvoid._get_data * Simplify MaskedArray.tolist and add support for individually masked fields (bug #1330)
* * added log2 pierregm2009-12-172-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 faultymdroe2009-12-151-1/+5
|
* Add ability to set date-times with integers and strings.Travis Oliphant2009-12-151-2/+36
|
* STY+BUG: fix unused and unitialized variable.David Cournapeau2009-12-141-3/+3
|
* BUG: fix bug failure on big endian arch on Darwin.David Cournapeau2009-12-141-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 Cournapeau2009-12-132-5/+160
|
* BUG: fix escaping of pkgdir on windows.David Cournapeau2009-12-121-1/+1
|
* BUG: fix numscons build.David Cournapeau2009-12-121-0/+1
|
* BUG: fix #1273: npy-pkg-info files did not work for eggs.David Cournapeau2009-12-122-2/+3
| | | | We use the pkgdir variable which is automatically translate at runtime.
* ENH: automatically translate pkgdir in .ini file.David Cournapeau2009-12-121-0/+12
|
* BUG: use PyErr_Warn instead of WarnEx on Py2.4Pauli Virtanen2009-12-101-0/+6
|
* BUG: complex cast warning should be triggered only for casts to number typesPauli Virtanen2009-12-101-1/+3
|
* ENH: emit ComplexWarning when casting complex to real (addresses #1319)Pauli Virtanen2009-12-103-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 Cournapeau2009-12-101-16/+17
|
* BUG: fix numscons build.David Cournapeau2009-12-102-2/+2
|
* BUG: fix #1317, uncaught SIGFPE when doing MIN_INT32 / -1.David Cournapeau2009-12-082-1/+17
|
* BUG: fix buggy config check for complex functions.David Cournapeau2009-12-081-3/+12
|