summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* STY: Remove hard tabs, reindent.Charles Harris2010-02-171-8/+9
|
* STY: Remove hard tabs. Reindent.Charles Harris2010-02-171-43/+43
|
* STY: Remove hard tabs.Charles Harris2010-02-171-7/+7
|
* STY: Remove hard tab.Charles Harris2010-02-171-3/+2
|
* BUG: Import warnings module in polynomial modules.Charles Harris2010-02-172-1/+2
|
* removed old behavior for the histogram function.dhuard2010-02-163-158/+67
|
* Fix Order of scalartypes.Travis Oliphant2010-02-161-3/+3
|
* Update ordering of cast functions which was incorrectly placed.Travis Oliphant2010-02-151-1/+1
|
* API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer ↵Travis Oliphant2010-02-1516-327/+350
| | | | (and inserted an unused character for alignment) and renamed it to flags. Re-organized the ArrFuncs structure. Moved NPY_DATETIME and friends to their 'correct' place in the type order.
* Fix #1367 (round 2)pierregm2010-02-141-1/+1
|
* Fix #1367pierregm2010-02-141-1/+1
|
* BUG: Apply patch to fix ticket #1326.Charles Harris2010-02-141-1/+1
|
* Fix _dotblas ob_type pointer for py3k.Charles Harris2010-02-131-4/+4
|
* Update trunk version to 2.0 and fix descriptor pickle code so that it ↵Travis Oliphant2010-02-122-44/+55
| | | | produces 1.3-compatible pickle unless it cannot.
* ENH: handle complex input for assert_array_almost_equal_nulp.David Cournapeau2010-02-091-3/+6
|
* BUG: fix typo.David Cournapeau2010-02-091-1/+1
|
* TST: add simple test for complex arrays input to assert_array_almost_equal_nulp.David Cournapeau2010-02-091-0/+13
|
* BUG: Check input to poly for zero-dimensional arrays.Stefan van der Walt2010-02-082-2/+8
|
* * allow fill_value to be np.voidpierregm2010-02-081-4/+1
|
* * Make sure _fill_value is never None for structured masked arrayspierregm2010-02-082-6/+38
|
* * Force the fill_value of a structured masked array to be defined (bug #1332)pierregm2010-02-072-0/+10
|
* ctypeslib: Correct tabs to spacesPauli Virtanen2010-02-041-2/+2
|
* BUG: Fix #1376, indentation problem.Travis Oliphant2010-02-041-2/+2
|
* 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 webup, use uploadJarrod Millman2010-01-161-4/+0
|
* mv build to _buildJarrod Millman2010-01-161-29/+29
|
* point conf to the default static contentJarrod Millman2010-01-161-1/+1
|
* removing old dirJarrod Millman2010-01-160-0/+0
|
* consolidating static content in one locationJarrod Millman2010-01-166-0/+0
|
* removing old dirJarrod Millman2010-01-160-0/+0
|
* point everything to top-level dirJarrod Millman2010-01-162-2/+2
|
* moving content up a level from sourceJarrod Millman2010-01-169-0/+0
|
* mv theme to _themeJarrod Millman2010-01-167-1/+1
|
* add make webupJarrod Millman2010-01-161-0/+4
|
* Remove un-necessary import.Travis Oliphant2010-01-151-1/+0
|