summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* making the releasev1.2.0Jarrod Millman2008-09-251-1/+1
* 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
* 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
* BUG: Logarithmic series needs to exclude p==0 and p==1. When the conversion o...Robert Kern2008-08-243-25/+43
* Updated memmap sync to memmap flushMatthew Brett2008-08-241-3/+4
* Note on mmap size on python 2.5 from numpy bookMatthew Brett2008-08-241-0/+8
* Fix docstring indentationPauli Virtanen2008-08-241-4/+8
* Fix the test and fix the arrtype_new code for scalars a little bit.Travis Oliphant2008-08-242-10/+8
* Fix debug mode with fortran compiler: the tuple for debug was too big, with a...David Cournapeau2008-08-241-1/+1