summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix failing doctests.Alan McIntyre2008-09-132-2/+4
* FIX: broken linksJarrod Millman2008-09-121-2/+2
* FIX: broken linksJarrod Millman2008-09-121-2/+2
* * fixed view for MaskedArrays w/ flexible dtypepierregm2008-09-112-4/+58
* * make sure that minimum & maximum actually return a MaskedArraypierregm2008-09-092-0/+19
* Removed unused imports.Alan McIntyre2008-09-0911-16/+1
* FIX: Loadtxt raises on empty input (closes #908).Stefan van der Walt2008-09-092-7/+11
* Fix typo.Pearu Peterson2008-09-091-1/+1
* scons command: fix one more issue related to build dir.David Cournapeau2008-09-071-3/+4
* * fixed deepcopy of masked arrays (bug #906)pierregm2008-09-052-0/+26
* Add final date-time proposal.Travis Oliphant2008-09-052-354/+574
* Applied patch from R. May fixing ticket #905 (loadtxt). Fixed other bug occur...dhuard2008-09-052-3/+20
* Remove debugging code.Alan McIntyre2008-09-051-3/+0
* Fix link to example.py.Alan McIntyre2008-09-041-1/+1
* Renamed classes to conform to PEP 8.Alan McIntyre2008-09-042-11/+11
* Replaced numpy.testing.decorators.skipknownfailure with knownfailureif, Alan McIntyre2008-09-044-13/+75
* Ufunc docstrings: show the 'out' arguments in a more standard wayPauli Virtanen2008-09-042-13/+23
* Update clean math config nep.David Cournapeau2008-09-041-0/+5
* Start a nep for cleaning the math configuration.David Cournapeau2008-09-041-0/+68
* Update the warnfix nep.David Cournapeau2008-09-041-3/+4
* Start a nep for warn-free numpy build.David Cournapeau2008-09-031-0/+82
* docstring updatepierregm2008-09-031-186/+98
* Added section discussing using subclassing to create similar tests.Alan McIntyre2008-09-031-3/+33
* Updated TESTS.txt to actually be ReST.Alan McIntyre2008-09-032-158/+164
* Fix __init__.py boilerplate example in DISTUTILS.txt, and moved content from Alan McIntyre2008-09-032-39/+190
* trunk is open for 1.3 developmentJarrod Millman2008-09-021-1/+1
* 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
* Add missing '|' for byteorder.Travis Oliphant2008-08-271-1/+1
* Apply modified version of Andrew Dalke's patch in #874 to create a quicker-lo...Travis Oliphant2008-08-275-19/+57
* Point to exampleMatthew Brett2008-08-271-3/+3
* Document on subclassingMatthew Brett2008-08-271-0/+291
* Simplify (commented out) trunc.Charles Harris2008-08-271-1/+1
* Revert r5698, r5699, and r5702 until build problems are fixed.Charles Harris2008-08-274-35/+33
* Bail out of _docmethod earlier if method has no docstring.Alan McIntyre2008-08-271-2/+4