summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing compile error from MSVC. Try 3.Pearu Peterson2008-04-091-2/+2
|
* Fixing compile error from MSVC. Try 2.Pearu Peterson2008-04-091-1/+1
|
* Fixing compile error from MSVC.Pearu Peterson2008-04-092-2/+2
|
* Cleanup.Pearu Peterson2008-04-091-4/+0
|
* Apply modified patch from ticket 673. The patch is effective when using ↵Pearu Peterson2008-04-093-5/+44
| | | | unoptimized lapack shipped with numpy [tested] or if optimized lapack library does not have xerbla_ defined [not tested]
* Fix issue 587Pearu Peterson2008-04-092-10/+35
|
* Regression test for ticket #714.Stefan van der Walt2008-04-091-0/+5
|
* Add up to date (and slightly cleaned up) support for Cython after portingFernando Perez2008-04-0911-1/+438
| | | | | | | the existing Pyrex one, put in deprecation markers in the old Pyrex dir. The pyrex dir can be removed in a subsequent commit.
* Added test for handling missing data using loadtxt.dhuard2008-04-091-0/+18
|
* Formatted the docstring. Added comment regarding the handling of missing ↵dhuard2008-04-091-42/+40
| | | | values. Addresses ticket #717.
* Improve empty_like and zeros_like to respect sub-type.Travis Oliphant2008-04-091-27/+29
|
* Fix doc-tests for financial.py so they don't rely on floating-point ↵Travis Oliphant2008-04-082-21/+23
| | | | exactness. Start filling in final function.
* Added function for computing condition number, with tests and docs; closes #622.aarchiba2008-04-082-1/+54
|
* Fix test for assert* with nan values + string formatting issue when handling ↵David Cournapeau2008-04-082-6/+9
| | | | nan.
* Improve comments.Travis Oliphant2008-04-081-1/+10
|
* Add docs and examples for financial functions.Travis Oliphant2008-04-086-45/+98
|
* Handle nan in assert_array* funcs correctly. All numpy tests passDavid Cournapeau2008-04-081-2/+25
|
* Add basic tests for assert_array_almost_equal.David Cournapeau2008-04-081-35/+47
|
* assert* funcs: Add generic test for rank 3 arrays.David Cournapeau2008-04-071-0/+19
|
* assert* funcs test: add generic test for rank1 arrays for all dtype.David Cournapeau2008-04-071-0/+18
|
* Test assert* funcs for arrays with Nan and rec arrays.David Cournapeau2008-04-071-0/+22
|
* Some more tests for assert_* functions.David Cournapeau2008-04-071-1/+28
|
* Add the tests in setup file for testing package.David Cournapeau2008-04-071-0/+2
|
* Start testing test functions.David Cournapeau2008-04-071-0/+30
|
* Revert comparison function; nan handling broken.David Cournapeau2008-04-071-19/+2
|
* Fix broken detection of nan in comparison function.David Cournapeau2008-04-071-2/+2
|
* Handling nan values for assert_ functions.David Cournapeau2008-04-071-2/+19
|
* Fix maskedarray's std and var of complex arrays, with test. Add test for ddof.aarchiba2008-04-072-2/+59
|
* core: pierregm2008-04-076-85/+36
| | | | | | | | | | compressed : make sure that the result is always an array. count : make sure that a regular ndarray is returned. added the get_fill_value function extras: added the expand_dims function deleted varu/stdu (redundant with the ddof=1 parameter)
* Documented and tested new behaviour of std and var on complex numbers. ↵aarchiba2008-04-075-34/+70
| | | | Added ddof argument and its documentation to the std and var methods of matrix. Documented ddof for std and var methods of ma. Note that stdu and varu in ma still have the old, peculiar, behaviour for complex values.
* Test that matrix_power behaves correctly for boolean matrices.aarchiba2008-04-071-0/+4
|
* Remove redundant check because PyObject_TypeCheck already includes an exact ↵Travis Oliphant2008-04-061-3/+1
| | | | check.
* Factor out matrix_multiply from defmatrix. Based on a patch byStefan van der Walt2008-04-064-43/+146
| | | | Anne Archibald.
* Add tests for ddof parameter in var/std [patch by Anne Archibald].Stefan van der Walt2008-04-062-0/+17
|
* Add tests for changeset 4822 [patch by Anne Archibald].Stefan van der Walt2008-04-052-9/+44
|
* Test effect of newaxis indexing on array scalar.Stefan van der Walt2008-04-051-0/+1
|
* Use newly available emitter in numscons to handle distutils build dir issues ↵David Cournapeau2008-04-051-33/+31
| | | | instead of setting them manually in scons script.
* Replace Copy by Clone call in scons script (Copy is deprecated).David Cournapeau2008-04-051-1/+1
|
* Modified io._getconv to allow loading values stored as float as integers ↵dhuard2008-04-042-1/+11
| | | | | | arrays. Added test to check the behavior as suggested in the comment from b. southey in ticket #623
* Add modified internal rate of return calculation which is more conservative ↵Travis Oliphant2008-04-042-1/+31
| | | | and takes into account re-investing profits and expense of financing losses.
* Add fromregex function (needs more testing) and some simple spreadsheet-like ↵Travis Oliphant2008-04-043-0/+207
| | | | financial calculations.
* Fix typo.Travis Oliphant2008-04-031-1/+1
|
* Fix typo reported in #637.Travis Oliphant2008-04-031-1/+1
|
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-032-1/+16
|
* Fixed a bug with loadtxt and savetxt failing on record arrays. This ↵dhuard2008-04-032-4/+54
| | | | | | addresses ticket #623. Added simple tests for loadtxt and savetxt.
* Fix mean docstring.Stefan van der Walt2008-04-031-5/+4
|
* Fix-up a few errors in oldnumeric.Travis Oliphant2008-04-011-3/+3
|
* fix-up imports in oldnumeric/ma.pyTravis Oliphant2008-04-011-6/+6
|
* Add old ma.py interface to oldnumeric compatibility layer so that it stays ↵Travis Oliphant2008-04-011-7/+2262
| | | | the same.
* Longdouble printing of nan's causes problems on some machines.Travis Oliphant2008-03-301-0/+2
|