summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix failing doctests.Alan McIntyre2008-09-132-2/+4
* * 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
* 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
* 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
* docstring updatepierregm2008-09-031-186/+98
* trunk is open for 1.3 developmentJarrod Millman2008-09-021-1/+1
* reindenting prior to releaseJarrod Millman2008-09-0211-67/+67
* 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
* 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
* Make _docmethod work correctly when run with -OOAlan McIntyre2008-08-271-1/+2
* * fixing botched previous commitpierregm2008-08-261-14/+0
* Updated doc + -OO compatibilitypierregm2008-08-262-26/+60
* Small style cleanup. Need work for ticket #893.Charles Harris2008-08-261-0/+2
* BUG: fix part of ticket #893Charles Harris2008-08-261-6/+11
* Added benchmarks directory to lib/setup.py so that numpy.lib benchmarks are Alan McIntyre2008-08-262-15/+25
* Add NPY_FEATURE_VERSION which can be used to mark minor API versionStefan van der Walt2008-08-261-4/+17
* Use trunc as fix implementation.David Cournapeau2008-08-251-11/+2
* Fix fix tests.David Cournapeau2008-08-251-3/+3
* Add trunc test.David Cournapeau2008-08-251-0/+1
* Add a trunc function in umath module.David Cournapeau2008-08-254-1/+35
* Add pure C trunc function implementations for platform which do not have it.David Cournapeau2008-08-251-4/+18
* Detect whether trunc is available or not.David Cournapeau2008-08-252-1/+2
* core : make sure that masked_equal works with a list as inputpierregm2008-08-253-8/+17
* Added deprecation warning for numpy.testing.ParametricTestCaseAlan McIntyre2008-08-251-0/+6