summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix missing namespace in regression test.maintenance/1.2.xDavid Cournapeau2009-05-161-1/+1
* Backport fix for #745 (r6603).David Cournapeau2009-05-162-2/+11
* Backport r6195.David Cournapeau2009-05-161-3/+7
* Back-port reduceat bug-fix to 1.2.xTravis Oliphant2009-05-101-2/+2
* BUG: Fix goftran universal flags settings (#1067).David Cournapeau2009-03-281-35/+35
* Add Error checking to 1.2.x branchTravis Oliphant2009-02-251-0/+1
* Patch 1.2.x branch with titles fix.Travis Oliphant2009-02-252-2/+12
* * MaskedArray.__array_wrap__ : forces the domain (if any) to a ndarray (fill ...pierregm2009-02-112-3/+13
* Merge 6354 from trunk.David Cournapeau2009-02-101-10/+10
* *backporting bugfix r6352pierregm2009-02-102-1/+21
* Backported default include dir for Fedora/Red Hat (see scipy ticket 817) (r6286)Jarrod Millman2009-01-011-1/+2
* Backport r6131 r6138pierregm2008-12-052-22/+123
* Backport removal of arch-specific compiler: it makes building cpu independant...David Cournapeau2008-12-041-97/+1
* Backport of fix from 1.3.x (Fixed make_mask_descr for nested dtypes)pierregm2008-12-012-15/+40
* * Added get_object_signature to fix missing signaturespierregm2008-11-272-233/+183
* * added ma.diagpierregm2008-11-262-16/+86
* Added mod to the ufuncspierregm2008-11-231-5/+11
* Backporting bug fixes (6055, 6083, 6086, 6087)pierregm2008-11-212-158/+401
* bump branch versionJarrod Millman2008-10-281-1/+1
* 1.2.x: Backport r5968 from trunk: put measure in numpy.testing namespace.David Cournapeau2008-10-281-1/+1
* 1.2.x: Backport r5964 from trunk: Regenerate mtrand.c due to docstring changesPauli Virtanen2008-10-281-3090/+2775
* 1.2.x: Backport r5963 from trunk: Import documentation from doc wiki (part 2,...Pauli Virtanen2008-10-2835-993/+3544
* 1.2.x: Backport r5962: improved docstrings from trunk (part 1)Pauli Virtanen2008-10-288-62/+82
* back ported Robert Kern's fix for setuptools (see r5833)Jarrod Millman2008-10-261-1/+36
* * Backporting fixes from 1.3.x r5946pierregm2008-10-192-19/+128
* back ported Pauli Virtanen's fix for py 2.4 compatible lookfor (see r5862)Jarrod Millman2008-10-091-8/+13
* Backporting bug fixes:pierregm2008-10-069-487/+551
* branch open for 1.2.1 developmentJarrod Millman2008-10-061-1/+1
* BUG: Backport fix to object arrays in r5889 to 1.2.x branch.Travis Oliphant2008-10-022-2/+15
* Split formatting tests to tag long double ones as known failure on win32.David Cournapeau2008-09-081-10/+36
* Backport r5793 for scons command.David Cournapeau2008-09-071-3/+4
* Backports for:Alan McIntyre2008-09-064-24/+83
* backporting r5788 to 1.2.x branch (loadtxt)dhuard2008-09-052-3/+20
* reindenting prior to releaseJarrod Millman2008-09-0222-114/+105
* pulling out testing docs from distutils docsJarrod Millman2008-09-022-52/+52
* Fix regression test #771 on 64 bits architecture.David Cournapeau2008-09-021-1/+1
* Fix unused variable warning in object_arrtype_new.David Cournapeau2008-09-011-0/+2
* Disable memmap test which crashes nose tests on cygwin.David Cournapeau2008-09-011-1/+1
* moving and adding nepsJarrod Millman2008-08-313-0/+354
* out of dateJarrod Millman2008-08-311-15/+0
* removing auto-generated epydocsJarrod Millman2008-08-3115-1859/+0
* Add test for ticket #882 fix.Travis Oliphant2008-08-291-0/+5
* Fix 0-length sequence error in #882.Travis Oliphant2008-08-291-0/+4
* Fix regression test for #771.David Cournapeau2008-08-291-1/+1
* Fix reshaping 0-sized arrays.David Cournapeau2008-08-291-1/+5
* Add a regression test to show #771 failure.David Cournapeau2008-08-291-0/+6
* Make testing functions work when python is called with the -OO flag.Charles Harris2008-08-291-15/+27
* Small cleanup.Charles Harris2008-08-291-3/+1
* Change convolve to raise ValueError on runtime error instead of relying onCharles Harris2008-08-282-6/+8
* Import documentation topic modules when numpy.doc is imported, so that they a...Pauli Virtanen2008-08-271-2/+17