summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix up asanyarray usageTravis Oliphant2006-03-291-1/+1
* Fix ravel function because method went back to old behavior.Travis Oliphant2006-03-292-8/+6
* Change so that .ravel() has old behavior.Travis Oliphant2006-03-293-11/+16
* Updates to array creation: improve docstring, allow fast exit for subok=1, re...Travis Oliphant2006-03-282-26/+36
* .ravel and .reshape always return views and raise ValueError if that is impos...Travis Oliphant2006-03-283-42/+34
* Fixed import.Pearu Peterson2006-03-281-1/+1
* Change order of attribute lookup for recarrays. Now, the methods and attribu...Travis Oliphant2006-03-271-10/+9
* Remove nd=1 optimization in .ravel and add support for fortran order arrays t...Travis Oliphant2006-03-271-4/+3
* umfpack detection addedRobert Cimrman2006-03-271-0/+42
* remove unused importsTim Leslie2006-03-253-7/+2
* remove unused importTim Leslie2006-03-251-1/+1
* remove unused variableTim Leslie2006-03-251-2/+0
* Changed fortran= keywords to order= keywordsTravis Oliphant2006-03-2411-103/+132
* Simplify interfaces. Fix UCHAR bug.Travis Oliphant2006-03-243-7/+7
* Use generate_mtrand code to create the mtrand.c file.Travis Oliphant2006-03-241-424/+391
* Added ascontiguous and asfortran functions.Travis Oliphant2006-03-232-13/+35
* Fix randint(1,2) == 0 bug.Robert Kern2006-03-232-393/+426
* don't catch exceptions from method callssasha2006-03-231-93/+93
* compress codeTravis Oliphant2006-03-231-17/+6
* Fix segfault in fast power.Travis Oliphant2006-03-231-54/+68
* trivial whitespace changes, more explicit importsTim Leslie2006-03-231-10/+10
* trivial whitespace changesTim Leslie2006-03-231-5/+5
* explicitly use numerictypesTim Leslie2006-03-231-6/+8
* shorten long comment lineTim Leslie2006-03-231-1/+2
* use docstring header, fix 'import *', remove duplicate definition of __float_...Tim Leslie2006-03-231-13/+12
* change header comments into docstringsTim Leslie2006-03-232-26/+25
* Removed branches that use undefined "_wrapit"sasha2006-03-221-17/+6
* * More array methods thanks to Pierre GM <pgmdevlist@mailcan.com>sasha2006-03-222-7/+118
* Fix optimized dot error (1,1)x(1,N) and (N,1)x(1,1)Travis Oliphant2006-03-221-0/+6
* Expose another dot error.Travis Oliphant2006-03-222-1/+15
* scalar math updates.Travis Oliphant2006-03-212-3/+33
* Fix reshape function to support fortran perspective better.Travis Oliphant2006-03-211-101/+98
* Fix reshape to always interpret as C-contiguous unless fortran=True is given ...Travis Oliphant2006-03-219-112/+185
* Better version matching for Sun Fortran, and don't panic when we can't match ...cookedm2006-03-212-3/+8
* whoops, readd cc_dynamic to libs to link with for darwin platform.cookedm2006-03-211-2/+2
* remove 'from numerictypes import *'Tim Leslie2006-03-192-1/+2
* For version checking of compilers, first look for a .version_match methodcookedm2006-03-182-16/+47
* change use of deprecated NewAxis to newaxisTim Leslie2006-03-183-6/+6
* Add coercion test for scalar objects.Travis Oliphant2006-03-173-8/+28
* Comments only.Travis Oliphant2006-03-171-1/+14
* Add extra arguments to corrcoef.Travis Oliphant2006-03-161-2/+2
* Fix scalar case for corrcoefTravis Oliphant2006-03-161-1/+4
* Third time's the charm.Travis Oliphant2006-03-161-2/+3
* Fix cov and corrcoef in numpyTravis Oliphant2006-03-161-1/+1
* Fix cov and corrcoef in numpyTravis Oliphant2006-03-161-26/+32
* Expose arrayscalar structure to make scalarmath and other extensions easier t...Travis Oliphant2006-03-166-61/+313
* clean up some importsTim Leslie2006-03-165-11/+14
* Fix bug when setting uic to False.Travis Oliphant2006-03-151-1/+1
* Fix flags getitem.Travis Oliphant2006-03-151-40/+70
* Fix-up name-spaces.Travis Oliphant2006-03-151-1/+0