Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | docstring improvements from Pauli Virtanen | Jarrod Millman | 2007-12-29 | 2 | -267/+502 | |
| | | | | ||||||
* | | | | Improve docstrings | Travis Oliphant | 2007-12-28 | 6 | -427/+544 | |
| | | | | ||||||
* | | | | Improve the documentation style for human-readability in plain-text | Travis Oliphant | 2007-12-28 | 12 | -275/+273 | |
| | | | | ||||||
* | | | | typo | Jarrod Millman | 2007-12-28 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Improve packbits and unpackbits so that striding works correctly. | Travis Oliphant | 2007-12-27 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Fix packbits and unpackbits for new io in numpy. | Travis Oliphant | 2007-12-26 | 3 | -2/+11 | |
| | | | | ||||||
* | | | | Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead. | cookedm | 2007-12-26 | 5 | -63/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has the same problems as our old numpy.distutils.ccompiler.split_quoted. splitcmdline still exists, but uses shlex.split, and issues a DeprecationWarning This has the positive side effect of not having numpy.distutils pulled in when numpy is imported -- there was a use of splitcmdline in numpy.testing. | |||||
* | | | | Convert some internal classes in index_tricks.py to CamelCase | cookedm | 2007-12-26 | 1 | -16/+18 | |
| | | | | ||||||
* | | | | Add an 'if 0''d block of code to numpy.distutils.log to ignore some log ↵ | cookedm | 2007-12-26 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | messages. Especially useful to turn on if you're developing by using eggs. | |||||
* | | | | testing/numpytest.py: only handle IgnoreException when we have a test | cookedm | 2007-12-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | result that we can actually work with (for instance, not nose's ResultProxy objects) | |||||
* | | | | Don't add test to numpy.__all__: it's not something that needs to be exported | cookedm | 2007-12-24 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Add test for setdiff1d on character arrays. | Stefan van der Walt | 2007-12-21 | 1 | -0/+4 | |
| | | | ||||||
* | | | fixed setmember1d for string arrays | Robert Cimrman | 2007-12-20 | 1 | -3/+6 | |
| |/ |/| | ||||||
* | | Add regression test for binary_repr. | Stefan van der Walt | 2007-12-17 | 1 | -0/+2 | |
| | | ||||||
* | | formatting | Jarrod Millman | 2007-12-16 | 1 | -3/+4 | |
| | | ||||||
* | | Remove tests that are not set-up to deal with float32 repr. | Travis Oliphant | 2007-12-16 | 1 | -7/+7 | |
| | | ||||||
* | | Add comment to add Fortran ordering argument to ToFile. Fix repr for ↵ | Travis Oliphant | 2007-12-16 | 3 | -18/+63 | |
| | | | | | | | | floating point scalars. | |||||
* | | Also link with Python. | Robert Kern | 2007-12-16 | 1 | -1/+1 | |
| | | ||||||
* | | Interfaces have attributes. | Robert Kern | 2007-12-16 | 1 | -1/+1 | |
| | | ||||||
* | | Make array_getcharbuf be the same as array_getreadbuf. | Robert Kern | 2007-12-16 | 1 | -10/+1 | |
| | | ||||||
* | | added new import standards to how to doc | Jarrod Millman | 2007-12-15 | 1 | -0/+4 | |
|/ | ||||||
* | Assign default values to max_val and min_val to prevent compiler warnings. | Stefan van der Walt | 2007-12-15 | 1 | -1/+1 | |
| | ||||||
* | Add degrees() and radians() ufuncs | cookedm | 2007-12-14 | 3 | -2/+62 | |
| | ||||||
* | Fix building on freebsd [patch by Joe Peterson]. | Stefan van der Walt | 2007-12-14 | 2 | -6/+14 | |
| | ||||||
* | Fixed binary_repr to make sure that evaluation at 0 returns a string of ↵ | dhuard | 2007-12-13 | 1 | -1/+1 | |
| | | | | length width. | |||||
* | Make sure the develop command can handle generated script files. | Robert Kern | 2007-12-12 | 2 | -2/+9 | |
| | ||||||
* | Make the 'develop' command from setuptools run build_src --inplace in ↵ | Robert Kern | 2007-12-12 | 3 | -2/+19 | |
| | | | | addition to build_ext --inplace. This allows SWIG wrappers to be correctly generated. | |||||
* | Re-work slow clip to use minimum followed by maximum. | Travis Oliphant | 2007-12-11 | 1 | -32/+23 | |
| | ||||||
* | Allow clip method to have either min or max passed in. | Travis Oliphant | 2007-12-11 | 4 | -58/+156 | |
| | ||||||
* | Use a correct upper bound for the inversion search in binomial distributions. | Robert Kern | 2007-12-06 | 1 | -1/+1 | |
| | ||||||
* | Fix typo. | Pearu Peterson | 2007-12-05 | 1 | -1/+1 | |
| | ||||||
* | Add test_ufunc. | Stefan van der Walt | 2007-12-04 | 1 | -0/+16 | |
| | ||||||
* | Typo. | Robert Kern | 2007-12-04 | 1 | -1/+1 | |
| | ||||||
* | Use the correct link parameters for shared libraries with Intel Fortran on OS X. | Robert Kern | 2007-12-04 | 1 | -0/+10 | |
| | ||||||
* | Another string method conversion typo. | Robert Kern | 2007-12-04 | 1 | -1/+1 | |
| | ||||||
* | The PIC flag changed in the 10 version of the Intel Fortran compiler. | Robert Kern | 2007-12-04 | 1 | -10/+8 | |
| | ||||||
* | Increase test code coverage. Add documentation. | Stefan van der Walt | 2007-12-03 | 3 | -15/+103 | |
| | ||||||
* | BUG: fix incorrect ordering of the 'good' and 'bad' objects in the ↵ | Robert Kern | 2007-12-03 | 1 | -2/+2 | |
| | | | | hypergeometric distribution. | |||||
* | Corrected casting logic for numpy array scalars | wfspotz@sandia.gov | 2007-12-02 | 1 | -118/+9 | |
| | ||||||
* | Argout typemap documentation made more clear. | wfspotz@sandia.gov | 2007-12-01 | 3 | -5/+9 | |
| | ||||||
* | Changed setting of fortran-order array's flag; corrected documentaion | wfspotz@sandia.gov | 2007-12-01 | 5 | -9/+7 | |
| | ||||||
* | * Added support for FORTRAN-ordered arrays to numpy.i. | wfspotz@sandia.gov | 2007-11-30 | 11 | -95/+996 | |
| | | | | | | | | * Added new tests that test some of the FORTRAN-ordered typemaps. * Updated the documentation to include the new FORTRAN-ordering support. | |||||
* | * Added a new typemap suite, ARGOUTVIEW, which takes a view of a data | wfspotz@sandia.gov | 2007-11-29 | 13 | -147/+1137 | |
| | | | | | | | | | | | | buffer and converts it to an output numpy array (1D, 2D and 3D, with before- and after- dimension specifications.) * Added new tests for the ARGOUTVIEW typemaps in the test directory (Array1 and Array2 classes, both included in the Array python extension module, tested in testArray.py). * Updated the documentation to reflect the latest changes. | |||||
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 30 | -539/+852 | |
| | ||||||
* | replaced apply() with direct function call | Jarrod Millman | 2007-11-26 | 1 | -4/+4 | |
| | ||||||
* | using identity testing for None | Jarrod Millman | 2007-11-26 | 1 | -8/+10 | |
| | ||||||
* | Added min and max macros to Backward Compatibility fragments | wfspotz@sandia.gov | 2007-11-24 | 2 | -52/+88 | |
| | ||||||
* | Added new fragment dependency to unsigned long fragment | wfspotz@sandia.gov | 2007-11-24 | 2 | -3/+4 | |
| | ||||||
* | Added %fragment 'NumPy_Fragments' for convenience | wfspotz@sandia.gov | 2007-11-23 | 1 | -20/+28 | |
| | ||||||
* | Changed #define to %#define so that they delay implementation | wfspotz@sandia.gov | 2007-11-23 | 1 | -8/+8 | |
| |