summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix ordering assumption in regression test.Charles Harris2008-05-211-2/+4
* Fix one small error in test(all=1).Charles Harris2008-05-211-0/+1
* Try again to fix the endianness tests.Robert Kern2008-05-211-3/+4
* Fix unit test capturing under Python 2.6.Stefan van der Walt2008-05-201-0/+2
* Use pyrexc to compile mtrand.pyx for 1.1.Stefan van der Walt2008-05-191-10941/+4594
* f2py: Allow expressions that contain max/min calls, be used as dimension spec...Pearu Peterson2008-05-192-2/+14
* Fix math markup in docstrings.Stefan van der Walt2008-05-194-5494/+11572
* Use endian-specific dtypes in tests which construct cross-type views.Robert Kern2008-05-191-2/+4
* Fix accidentally replaced (r5190, r5193) alltrue code. Diff shows that fromnu...Pauli Virtanen2008-05-191-4/+4
* Fix math in Bartlett docstring.Stefan van der Walt2008-05-191-1/+1
* Remove duplicate `alltrue`.Stefan van der Walt2008-05-191-27/+0
* Indexing tag was correct. Revert.Stefan van der Walt2008-05-191-2/+2
* Fix typo in indexing tag.Stefan van der Walt2008-05-191-2/+2
* Merge documentation changes from wiki.Stefan van der Walt2008-05-196-189/+388
* Add --package-list to scons command, to speed-up no-op when working on scipy.David Cournapeau2008-05-181-4/+47
* Minor update to example docstring.Stefan van der Walt2008-05-161-13/+8
* Update documentation format and example.Stefan van der Walt2008-05-162-18/+43
* mrecords : fixed fromarrays when importing only one recordpierregm2008-05-163-55/+48
* Update example. Fix reference.Stefan van der Walt2008-05-162-26/+32
* Update documentation standard.Stefan van der Walt2008-05-162-143/+303
* Fix ReST markup in docstrings.Stefan van der Walt2008-05-161-133/+143
* get_build_architecture is not available in python 2.4 and older, so use numpy...Pearu Peterson2008-05-161-1/+1
* f2py: disallow matching module procedure-s as module-s.Pearu Peterson2008-05-151-1/+1
* Merge `choose` docstring fix from wiki.Stefan van der Walt2008-05-151-3/+2
* Add test for #788 [patch by Eric Firing].Stefan van der Walt2008-05-155-3/+18
* Changed an idiom of appending strings to a buffer. Fixes numpy ticket 792.Pearu Peterson2008-05-151-12/+39
* Fix the unit tests and eliminate the dimensionality reduction assumption for ...Travis Oliphant2008-05-152-2/+30
* Don't assemble numpy module docstring from several parts; removes duplicationPauli Virtanen2008-05-141-40/+0
* Minor reST cleanup in docstrings.Stefan van der Walt2008-05-141-14/+14
* Merge docstrings from wiki.Stefan van der Walt2008-05-141-7/+7
* extras : dropped the m prefix in mediff1d, mvander, mpolyfitpierregm2008-05-145-23/+37
* Restore change to docstring overwritten by wiki merge.Stefan van der Walt2008-05-141-2/+2
* Merge docstrings from wiki.Stefan van der Walt2008-05-143-25/+85
* the trunk is still cooking 1.1Jarrod Millman2008-05-141-1/+1
* extras: introduced mvander and mpolyfitpierregm2008-05-132-85/+190
* Back-out matrix changes from trunk. This breaks some test which need to be f...Travis Oliphant2008-05-131-2/+5
* Fix ticket #791.Travis Oliphant2008-05-134-7/+24
* Fix reST markup.Stefan van der Walt2008-05-121-3/+9
* power : fixed a bug when a scalar is the first argumentpierregm2008-05-122-7/+35
* core : power : use the quick-and-dirty approach: compute everything and mask ...pierregm2008-05-122-15/+42
* Use EquivTypes instead of equality testing for data-type comparison.Travis Oliphant2008-05-111-1/+1
* Break long line.Charles Harris2008-05-101-288/+303
* Add the out= argument to the clip() function to bring it in line with the .cl...Robert Kern2008-05-102-6/+34
* core : power : mask all negative values when the exponent (b) doesn't satisfy...pierregm2008-05-092-3/+7
* core : power : mask all negative values when the exponent (b) doesn't satisfy...pierregm2008-05-092-6/+7
* Moved docstrings to add_newdoc.py; added docstring for the class as a whole w...aarchiba2008-05-092-170/+216
* Docstrings for ufunc methods add, reduce, outer, and the arcane reduceat.aarchiba2008-05-091-4/+166
* Test for ticket #551 part of r5140Pauli Virtanen2008-05-081-0/+8
* Additional tests of matrix indexing.aarchiba2008-05-081-3/+31
* Add some tests for scalar indexing, tolist(), and fancy indexing.Charles Harris2008-05-081-0/+29