summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix Von Mises random number generation algorithm to match that of Python and R.Travis Oliphant2007-09-092-15/+16
|
* Add longcomplex and singlecomplex to the type namespace.Travis Oliphant2007-09-041-2/+4
|
* Added assert_string_equal function to numpy.testing.Pearu Peterson2007-08-311-1/+35
|
* Make test() to return TestResult instance.Pearu Peterson2007-08-301-6/+5
|
* Added testcase pattern feature to testing interface to run only those tests ↵Pearu Peterson2007-08-301-7/+29
| | | | that match given pattern.
* Blank lines removed due to popular demand.Charles Harris2007-08-301-6/+0
|
* Remove another generator.Stefan van der Walt2007-08-291-2/+2
|
* Add blank lines between list items. This may be controversial because the resultCharles Harris2007-08-291-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 zeroStefan van der Walt2007-08-284-847/+861
| | | | probabilities.
* Replace generator expressions for compatibility with Python 2.3.Stefan van der Walt2007-08-282-6/+6
|
* Some cleanups and rearrangement of comments.Charles Harris2007-08-281-88/+88
|
* Revise HOWTO_DOCUMENT.txt to make it work.Charles Harris2007-08-281-112/+179
|
* Remove hack to fix putmask and apply Eric's patch instead.Stefan van der Walt2007-08-274-17/+13
|
* Fix putmask for byte-swapped arrays.Stefan van der Walt2007-08-264-3/+16
|
* Temporarily remove failing test which exposes endian problems with putmaskStefan van der Walt2007-08-251-4/+7
| | | | (old and new).
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-2115-21282/+21279
|
* Fix parametric test names under Python 2.4.Stefan van der Walt2007-08-211-14/+25
|
* Add record array test for putmask.Stefan van der Walt2007-08-211-0/+12
|
* Fast putmask implementation (patch by Eric Firing).Stefan van der Walt2007-08-214-152/+222
|
* Fix record assignment (based on a patch by Sameer DCosta).Stefan van der Walt2007-08-212-6/+30
|
* Fix parametric testing for Python 2.4.Stefan van der Walt2007-08-201-1/+5
|
* Fix parametric tests for Python 2.4.Stefan van der Walt2007-08-201-4/+5
|
* Fix allclose and add tests (based on a patch by Matthew Brett).Stefan van der Walt2007-08-202-14/+64
|
* Add parametric unit tests (contributed by Fernando Perez).Stefan van der Walt2007-08-202-0/+285
|
* exec_command.py: remove a version check for > Python 2.1cookedm2007-08-171-1/+1
|
* in ccompiler.CCompiler_customize_cmd, allow a list of command attributes tocookedm2007-08-171-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'tcookedm2007-08-171-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 commandcookedm2007-08-172-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 docstringwfspotz@sandia.gov2007-08-153-2/+2
|
* Improved formatting of typemap signature listswfspotz@sandia.gov2007-08-154-57/+57
|
* extgen: removing old filesPearu Peterson2007-08-107-1278/+0
|
* extgen: restored numpy support, fixed bugs.Pearu Peterson2007-08-104-28/+330
|
* extgen: rewrite, clean up, update docs, simple example from Python reference ↵Pearu Peterson2007-08-107-137/+1724
| | | | manual.
* Fix an incorrect usage of log.set_verbosity(INFO) causing log always to be ↵Pearu Peterson2007-08-092-9/+14
| | | | at DEBUG level, INFO is for set_threshold.
* Optionally use setuptools for commands that setuptools customizes.Robert Kern2007-08-082-2/+10
|
* extgen: added initial values to C declarations.Pearu Peterson2007-08-071-77/+75
|
* extgen: impl support to all scalar C types and strings that Python supports.Pearu Peterson2007-08-074-116/+201
|
* Make sure we import numpy's configuration. Closes ticket #565.Stefan van der Walt2007-08-071-1/+1
|
* extgen: added argument dependecies support, reviewed reference counting of ↵Pearu Peterson2007-08-073-45/+141
| | | | input and output arguments.
* Added numpy array and scalar support to PyCTypePython.Pearu Peterson2007-08-063-91/+224
|
* Fix string conversion of polynomial when leading coefficients areStefan van der Walt2007-08-062-5/+21
| | | | zero. Closes ticket #564.
* extgen: Impl argument support to all Python types.Pearu Peterson2007-08-065-70/+172
|
* ExtGen: impl PObject* and C int support, minor improvements.Pearu Peterson2007-08-059-97/+156
|
* Impl CType classes and rewrote docs.Pearu Peterson2007-08-059-313/+541
|
* Add extgen subpackage.Stefan van der Walt2007-08-041-0/+1
|
* ExtGen: doc update.Pearu Peterson2007-08-041-5/+5
|
* Impl basic argument support and documentation generation.Pearu Peterson2007-08-046-75/+475
|
* * Allow an Intel Fortran 10.0 for 64-bit version string that I've seen in ↵Robert Kern2007-08-031-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.gov2007-08-033-13/+5
| | | | typemaps, which turns out not to be true.
* Initial commit of extgen - Python Extension module Generator package.Pearu Peterson2007-08-038-0/+954
|