Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move documentation outside of source tree. Remove `doc` import from __init__. | Stefan van der Walt | 2008-08-23 | 103 | -15033/+23 |
| | |||||
* | Trial fix to ticket #698 | Travis Oliphant | 2008-08-23 | 2 | -1/+42 |
| | |||||
* | BUG: reinitialize_command(**kwds) is a setuptools override of the distutils ↵ | Robert Kern | 2008-08-23 | 1 | -1/+2 |
| | | | | API. Set the attribute directly, instead. | ||||
* | BUG: Allow floating point argument n to negative binomial distribution. | Robert Kern | 2008-08-23 | 5 | -3213/+3812 |
| | |||||
* | Remove unused variable. | Stefan van der Walt | 2008-08-22 | 1 | -3/+0 |
| | |||||
* | reverting C-API change from r5626 | Jarrod Millman | 2008-08-22 | 3 | -18/+17 |
| | |||||
* | Add Guide to NumPy to numpy svn. | Travis Oliphant | 2008-08-21 | 51 | -0/+80114 |
| | |||||
* | Update `random` docstring. | Stefan van der Walt | 2008-08-21 | 1 | -3/+82 |
| | |||||
* | Run scons command in build_ext instead of build. | David Cournapeau | 2008-08-20 | 2 | -3/+5 |
| | | | | | | | setuptools develop run build_ext inplace, not build, so develop command in setuptools would not call the scons command. Now, the develop mode should work with numscons. | ||||
* | Update fenv.h for cygwin: all asm calls should be tagged as volatile. | David Cournapeau | 2008-08-20 | 1 | -3/+3 |
| | |||||
* | Add a note on scimath.sqrt for the definition of square root as the ↵ | David Cournapeau | 2008-08-20 | 1 | -0/+16 |
| | | | | principal square root. | ||||
* | Add note telling users to add new functions to the end of the list. | Charles Harris | 2008-08-19 | 1 | -1/+4 |
| | |||||
* | Move generalised ufunc functionality to the gen_ufuncs branch. | Stefan van der Walt | 2008-08-15 | 4 | -509/+14 |
| | |||||
* | Re-factor code to remove dependency of numpy.core on numpy.lib by moving ↵ | Travis Oliphant | 2008-08-15 | 3 | -44/+46 |
| | | | | issubclass_, issubsctype, and issubdtype to numpy.core.numerictypes | ||||
* | Split generated docstring literals for compilers which cannot handle long ↵ | David Cournapeau | 2008-08-15 | 1 | -0/+4 |
| | | | | strings.z | ||||
* | Fix warnings in ufunc code [patch by Wenjie Fu]. | Stefan van der Walt | 2008-08-14 | 1 | -3/+3 |
| | |||||
* | Whitespace cleanup. Move definition of variable to beginning of function. | Stefan van der Walt | 2008-08-14 | 1 | -10/+11 |
| | |||||
* | Move declaration to appease some compilers [patch by Hans-Andreas Engel]. | Stefan van der Walt | 2008-08-14 | 1 | -32/+38 |
| | |||||
* | Do not setup any compiler in scons command if noscons scripts are used. | David Cournapeau | 2008-08-14 | 1 | -53/+58 |
| | |||||
* | Bump NPY_VERSION for ufunc patch. | Stefan van der Walt | 2008-08-14 | 1 | -1/+1 |
| | |||||
* | Framework for generalised ufuncs [patch by Wenjie Fu and Hans-Andreas Engel]. | Stefan van der Walt | 2008-08-14 | 3 | -13/+501 |
| | |||||
* | Remove C99 test cases; they are not guaranteed to succeed on all plaftorms, ↵ | Pauli Virtanen | 2008-08-13 | 1 | -138/+0 |
| | | | | so it's better to reintroduce them only after the inf/nan handling has been addressed. | ||||
* | Do not special-case for mingw32: compiler detection takes care of that now. | David Cournapeau | 2008-08-13 | 1 | -2/+0 |
| | |||||
* | Unique1d will now return unique as well as reverse indices. Fix order of | Stefan van der Walt | 2008-08-13 | 2 | -12/+53 |
| | | | | returns [patch by Robert Cimrman]. | ||||
* | Disable memmap test on windows because it crashes the testsuite. This has to ↵ | David Cournapeau | 2008-08-13 | 1 | -31/+34 |
| | | | | be fixed before a rc of numpy 1.2.0, though (see#827). | ||||
* | Add Roberto de Almeida's Arrayterator. | Stefan van der Walt | 2008-08-13 | 3 | -0/+190 |
| | |||||
* | BUG: F distributions need the appropriate scale factor. | Robert Kern | 2008-08-12 | 1 | -1/+2 |
| | |||||
* | * masked_where : force a consistency check on the shapes of the inputs | pierregm | 2008-08-12 | 2 | -0/+16 |
| | |||||
* | Correctly handle Fortran-contiguous arrays in SWIG wrappers. | Stefan van der Walt | 2008-08-12 | 11 | -27/+324 |
| | |||||
* | More consistent nan-operations. | Stefan van der Walt | 2008-08-12 | 2 | -20/+38 |
| | |||||
* | Tweak error msg when python.h not compilable with scons. | David Cournapeau | 2008-08-10 | 1 | -3/+5 |
| | |||||
* | Depends on numscons >= 0.9.1. | David Cournapeau | 2008-08-10 | 1 | -1/+1 |
| | |||||
* | Fix ticket #674. | Travis Oliphant | 2008-08-10 | 2 | -2/+14 |
| | |||||
* | *Full recompile needed*: changed the name of hasobject structure member to ↵ | Travis Oliphant | 2008-08-10 | 3 | -17/+18 |
| | | | | flags in the PyArray_Descr structure and increased it's size to int | ||||
* | Give better error message when testing python.h fails. | David Cournapeau | 2008-08-09 | 1 | -5/+9 |
| | |||||
* | Improve error message when scons command fails. | David Cournapeau | 2008-08-09 | 1 | -6/+8 |
| | |||||
* | breaking API for median | Jarrod Millman | 2008-08-08 | 1 | -12/+9 |
| | |||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 50 | -248/+228 |
| | |||||
* | Remove piece-by-piece docstring assembly; the full texts were inserted in ↵ | Pauli Virtanen | 2008-08-08 | 1 | -79/+0 |
| | | | | the docstrings in r5610 | ||||
* | Fix bad string escaping in mtrand.pyx docstrings (+ regenerate mtrand.c) | Pauli Virtanen | 2008-08-07 | 2 | -761/+727 |
| | |||||
* | * core : minor doc formatting | pierregm | 2008-08-07 | 2 | -79/+81 |
| | | | | * test_extras: switched to assert_almost_equal in TestCov and TestCorrcoef | ||||
* | core | pierregm | 2008-08-07 | 3 | -61/+151 |
| | | | | | | | * use self.__name__ for private method instances extras * fixed corrcoef * introduced diagflat | ||||
* | Fix ticket #877 along with other bugs not yet reported for data-types with ↵ | Travis Oliphant | 2008-08-06 | 4 | -5/+30 |
| | | | | titles. | ||||
* | * MaskedArray.__new__: prevents self._optinfo to be overwritten (it's ↵ | pierregm | 2008-08-06 | 1 | -2/+0 |
| | | | | defined w/ the call to .view) | ||||
* | Always define __STDC_FORMAT_MACROS for C++ support of PRIdPTR. | David Cournapeau | 2008-08-06 | 2 | -0/+13 |
| | |||||
* | * added cov and corrcoef to ma.extras for compatibility | pierregm | 2008-08-05 | 2 | -16/+207 |
| | |||||
* | added comment in histogram warning. | dhuard | 2008-08-05 | 1 | -0/+2 |
| | |||||
* | Follow-up on changes to histogram semantics. | dhuard | 2008-08-05 | 3 | -61/+87 |
| | | | | `new` is now set to None by default, which triggers the new behaviour and prints a warning. | ||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 46 | -6482/+16388 |
| | |||||
* | Fix NPY_INTP_FMT when C99 format available (typo + forgot to include ↵ | David Cournapeau | 2008-08-05 | 1 | -1/+4 |
| | | | | inttypes.h), |