summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix test related to bug-fix in array creation from a buffer when offset is ↵Travis Oliphant2010-01-151-1/+2
| | | | provided.
* missed a few linksJarrod Millman2010-01-151-3/+3
|
* fixed broken linksJarrod Millman2010-01-151-3/+3
|
* _Aaron River2010-01-151-1/+1
|
* _Aaron River2010-01-151-1/+1
|
* _Aaron River2010-01-151-1/+1
|
* _Aaron River2010-01-151-1/+1
|
* _Aaron River2010-01-151-1/+1
|
* _Aaron River2010-01-151-1/+1
|
* _Aaron River2010-01-151-1/+1
|
* (no commit message)Aaron River2010-01-151-1/+1
|
* ariver: 2010-01-14 18:41:12Aaron River2010-01-151-1/+1
|
* ariver:20100114183627Aaron River2010-01-151-1/+1
|
* (no commit message)nobody2010-01-151-1/+1
|
* 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
|
* make master TOC pageJarrod Millman2009-12-291-29/+4
|
* adding scipy icon bar to top of the pageJarrod Millman2009-12-298-0/+32
|
* Added div to center align the ohloh stats.madhusudancs2009-12-291-0/+2
|
* forgot to check-in the main page templateJarrod Millman2009-12-291-0/+44
|
* converting the main page from rest to an html template and add ohloh linkJarrod Millman2009-12-293-2/+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-104-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 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
|