Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix Von Mises random number generation algorithm to match that of Python and R. | Travis Oliphant | 2007-09-09 | 2 | -15/+16 | |
| | ||||||
* | Add longcomplex and singlecomplex to the type namespace. | Travis Oliphant | 2007-09-04 | 1 | -2/+4 | |
| | ||||||
* | Added assert_string_equal function to numpy.testing. | Pearu Peterson | 2007-08-31 | 1 | -1/+35 | |
| | ||||||
* | Make test() to return TestResult instance. | Pearu Peterson | 2007-08-30 | 1 | -6/+5 | |
| | ||||||
* | Added testcase pattern feature to testing interface to run only those tests ↵ | Pearu Peterson | 2007-08-30 | 1 | -7/+29 | |
| | | | | that match given pattern. | |||||
* | Blank lines removed due to popular demand. | Charles Harris | 2007-08-30 | 1 | -6/+0 | |
| | ||||||
* | Remove another generator. | Stefan van der Walt | 2007-08-29 | 1 | -2/+2 | |
| | ||||||
* | Add blank lines between list items. This may be controversial because the result | Charles Harris | 2007-08-29 | 1 | -5/+11 | |
| | | | | | | is less compact, but I think it reads better on a terminal. Add bit about putting alternative values for keyword arguments in curly brackets, default first. | |||||
* | Temporary workaround for problem with 'multivariate' when specifying zero | Stefan van der Walt | 2007-08-28 | 4 | -847/+861 | |
| | | | | probabilities. | |||||
* | Replace generator expressions for compatibility with Python 2.3. | Stefan van der Walt | 2007-08-28 | 2 | -6/+6 | |
| | ||||||
* | Some cleanups and rearrangement of comments. | Charles Harris | 2007-08-28 | 1 | -88/+88 | |
| | ||||||
* | Revise HOWTO_DOCUMENT.txt to make it work. | Charles Harris | 2007-08-28 | 1 | -112/+179 | |
| | ||||||
* | Remove hack to fix putmask and apply Eric's patch instead. | Stefan van der Walt | 2007-08-27 | 4 | -17/+13 | |
| | ||||||
* | Fix putmask for byte-swapped arrays. | Stefan van der Walt | 2007-08-26 | 4 | -3/+16 | |
| | ||||||
* | Temporarily remove failing test which exposes endian problems with putmask | Stefan van der Walt | 2007-08-25 | 1 | -4/+7 | |
| | | | | (old and new). | |||||
* | Fix whitespace to conform to Python 3000 convention. | Stefan van der Walt | 2007-08-21 | 15 | -21282/+21279 | |
| | ||||||
* | Fix parametric test names under Python 2.4. | Stefan van der Walt | 2007-08-21 | 1 | -14/+25 | |
| | ||||||
* | Add record array test for putmask. | Stefan van der Walt | 2007-08-21 | 1 | -0/+12 | |
| | ||||||
* | Fast putmask implementation (patch by Eric Firing). | Stefan van der Walt | 2007-08-21 | 4 | -152/+222 | |
| | ||||||
* | Fix record assignment (based on a patch by Sameer DCosta). | Stefan van der Walt | 2007-08-21 | 2 | -6/+30 | |
| | ||||||
* | Fix parametric testing for Python 2.4. | Stefan van der Walt | 2007-08-20 | 1 | -1/+5 | |
| | ||||||
* | Fix parametric tests for Python 2.4. | Stefan van der Walt | 2007-08-20 | 1 | -4/+5 | |
| | ||||||
* | Fix allclose and add tests (based on a patch by Matthew Brett). | Stefan van der Walt | 2007-08-20 | 2 | -14/+64 | |
| | ||||||
* | Add parametric unit tests (contributed by Fernando Perez). | Stefan van der Walt | 2007-08-20 | 2 | -0/+285 | |
| | ||||||
* | exec_command.py: remove a version check for > Python 2.1 | cookedm | 2007-08-17 | 1 | -1/+1 | |
| | ||||||
* | in ccompiler.CCompiler_customize_cmd, allow a list of command attributes to | cookedm | 2007-08-17 | 1 | -9/+11 | |
| | | | | | ignore when customising. This will be used to simplify some of the compiler customisation in command/ | |||||
* | - remove .a static libs and recreate, instead of updating (ar on OS X can't | cookedm | 2007-08-17 | 1 | -11/+17 | |
| | | | | | handle updating universal .a) - in unixccompiler, use ccompiler.replace_method instead of new.instance_method | |||||
* | - fix specification of noopt, etc. in the config_fc command | cookedm | 2007-08-17 | 2 | -2/+10 | |
| | | | | | - check that Fortran compiler aliases aren't duplicated - don't use the superclass alias in the VAST fcompiler class | |||||
* | Improved formatting for rms docstring | wfspotz@sandia.gov | 2007-08-15 | 3 | -2/+2 | |
| | ||||||
* | Improved formatting of typemap signature lists | wfspotz@sandia.gov | 2007-08-15 | 4 | -57/+57 | |
| | ||||||
* | extgen: removing old files | Pearu Peterson | 2007-08-10 | 7 | -1278/+0 | |
| | ||||||
* | extgen: restored numpy support, fixed bugs. | Pearu Peterson | 2007-08-10 | 4 | -28/+330 | |
| | ||||||
* | extgen: rewrite, clean up, update docs, simple example from Python reference ↵ | Pearu Peterson | 2007-08-10 | 7 | -137/+1724 | |
| | | | | manual. | |||||
* | Fix an incorrect usage of log.set_verbosity(INFO) causing log always to be ↵ | Pearu Peterson | 2007-08-09 | 2 | -9/+14 | |
| | | | | at DEBUG level, INFO is for set_threshold. | |||||
* | Optionally use setuptools for commands that setuptools customizes. | Robert Kern | 2007-08-08 | 2 | -2/+10 | |
| | ||||||
* | extgen: added initial values to C declarations. | Pearu Peterson | 2007-08-07 | 1 | -77/+75 | |
| | ||||||
* | extgen: impl support to all scalar C types and strings that Python supports. | Pearu Peterson | 2007-08-07 | 4 | -116/+201 | |
| | ||||||
* | Make sure we import numpy's configuration. Closes ticket #565. | Stefan van der Walt | 2007-08-07 | 1 | -1/+1 | |
| | ||||||
* | extgen: added argument dependecies support, reviewed reference counting of ↵ | Pearu Peterson | 2007-08-07 | 3 | -45/+141 | |
| | | | | input and output arguments. | |||||
* | Added numpy array and scalar support to PyCTypePython. | Pearu Peterson | 2007-08-06 | 3 | -91/+224 | |
| | ||||||
* | Fix string conversion of polynomial when leading coefficients are | Stefan van der Walt | 2007-08-06 | 2 | -5/+21 | |
| | | | | zero. Closes ticket #564. | |||||
* | extgen: Impl argument support to all Python types. | Pearu Peterson | 2007-08-06 | 5 | -70/+172 | |
| | ||||||
* | ExtGen: impl PObject* and C int support, minor improvements. | Pearu Peterson | 2007-08-05 | 9 | -97/+156 | |
| | ||||||
* | Impl CType classes and rewrote docs. | Pearu Peterson | 2007-08-05 | 9 | -313/+541 | |
| | ||||||
* | Add extgen subpackage. | Stefan van der Walt | 2007-08-04 | 1 | -0/+1 | |
| | ||||||
* | ExtGen: doc update. | Pearu Peterson | 2007-08-04 | 1 | -5/+5 | |
| | ||||||
* | Impl basic argument support and documentation generation. | Pearu Peterson | 2007-08-04 | 6 | -75/+475 | |
| | ||||||
* | * Allow an Intel Fortran 10.0 for 64-bit version string that I've seen in ↵ | Robert Kern | 2007-08-03 | 1 | -1/+9 | |
| | | | | | | the wild. * Use -fPIC instead of -KPIC for said wild compiler. | |||||
* | In documentation, removed one of the reasons for not providing (out) ↵ | wfspotz@sandia.gov | 2007-08-03 | 3 | -13/+5 | |
| | | | | typemaps, which turns out not to be true. | |||||
* | Initial commit of extgen - Python Extension module Generator package. | Pearu Peterson | 2007-08-03 | 8 | -0/+954 | |
| |