| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed a memory-leak in EnsureArray. Added __array_priority__ to array ↵ | Travis Oliphant | 2006-07-20 | 2 | -15/+11 |
| | | | | | scalars. Added bug-fixes part of david huard's histogramdd ticket. | ||||
| * | Clean up docstrings. | Travis Oliphant | 2006-07-20 | 2 | -13/+37 |
| | | |||||
| * | Apply patch for unique from #154 | Travis Oliphant | 2006-07-19 | 2 | -11/+30 |
| | | |||||
| * | add some more docstrings | cookedm | 2006-07-18 | 1 | -0/+17 |
| | | |||||
| * | Replace ScipyTestCase with NumpyTestCase | cookedm | 2006-07-17 | 7 | -43/+43 |
| | | |||||
| * | convertcode: replace ArrayType, NewAxis, and typecode = | cookedm | 2006-07-13 | 1 | -4/+6 |
| | | |||||
| * | Remove global symbols from numpy. Remove use of replacetypechars in convertcode. | Travis Oliphant | 2006-07-12 | 1 | -4/+5 |
| | | |||||
| * | Fix .choose docstring and allow more functions to be 'vectorized' | Travis Oliphant | 2006-07-11 | 1 | -6/+11 |
| | | |||||
| * | replace some bare except:'s | cookedm | 2006-07-10 | 1 | -1/+1 |
| | | |||||
| * | Add simple get_numarray_include() function and typedefs for completeness | Travis Oliphant | 2006-07-08 | 1 | -1/+17 |
| | | |||||
| * | Apply npy_ and NPY_ prefixes to all C-API names that don't already have ↵ | Travis Oliphant | 2006-07-08 | 1 | -4/+4 |
| | | | | | PyArray_ prefixes. | ||||
| * | Add docstring for bincount. | Stefan van der Walt | 2006-07-07 | 1 | -1/+14 |
| | | |||||
| * | Patch from David Huard to future-proof histogram2d test | cookedm | 2006-07-06 | 1 | -3/+2 |
| | | |||||
| * | Fix UserArray. | Travis Oliphant | 2006-07-06 | 1 | -1/+1 |
| | | |||||
| * | In meshgrid, use views on the input parameters to avoid changing their | Stefan van der Walt | 2006-07-05 | 1 | -2/+2 |
| | | | | | shapes. Fixes #169. | ||||
| * | default dtype conversion | sasha | 2006-07-05 | 1 | -0/+66 |
| | | |||||
| * | Change the name to ctypes_load_library | Travis Oliphant | 2006-07-03 | 1 | -2/+2 |
| | | |||||
| * | Add a require function, a issubdtype, and a load_ctypes_function to NumPy | Travis Oliphant | 2006-07-03 | 1 | -3/+29 |
| | | |||||
| * | Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and ↵ | Travis Oliphant | 2006-07-01 | 2 | -4/+8 |
| | | | | | deprecate old name. Add PyArray_ZEROS and PyArray_EMPTY macros which take type-number instead of data-type object. | ||||
| * | Adjust histogram2d a bit. Fix doc for logspace. | Travis Oliphant | 2006-07-01 | 2 | -9/+19 |
| | | |||||
| * | Added histogram2d #161 | Travis Oliphant | 2006-07-01 | 2 | -7/+100 |
| | | |||||
| * | Make the default array type float. | Travis Oliphant | 2006-06-30 | 2 | -7/+13 |
| | | |||||
| * | Cast to double instead of float in digitize. | Stefan van der Walt | 2006-06-30 | 2 | -2/+7 |
| | | |||||
| * | Add docstring and tests for digitize. | Stefan van der Walt | 2006-06-30 | 2 | -24/+45 |
| | | |||||
| * | Add code to descend through a field and increment (or decrement) any object ↵ | Travis Oliphant | 2006-06-23 | 1 | -2/+4 |
| | | | | | reference counts. | ||||
| * | Clean up diag documentation. Clean up PyArray_INCREF and PyArray_XDECREF to ↵ | Travis Oliphant | 2006-06-23 | 1 | -2/+3 |
| | | | | | use new iterators. | ||||
| * | Add boolean indexing capability mixed with slice objects. | Travis Oliphant | 2006-06-21 | 1 | -0/+2 |
| | | |||||
| * | Make import_array and import_ufunc MACROS again. | Travis Oliphant | 2006-06-20 | 1 | -2/+2 |
| | | |||||
| * | Add meshgrid to NumPy | Travis Oliphant | 2006-06-19 | 1 | -1/+36 |
| | | |||||
| * | Fix Python 2.3 incompatibilities | cookedm | 2006-06-16 | 1 | -1/+14 |
| | | | | | | - use of a generator in core/tests/test_numeric.py - you can't set __name__ on a function in 2.3 | ||||
| * | Fix deprecated for when the function doesn't have a __dict__ | cookedm | 2006-06-15 | 1 | -1/+6 |
| | | |||||
| * | For `deprecated`, include a note about the function being deprecated in its ↵ | cookedm | 2006-06-15 | 1 | -0/+9 |
| | | | | | | | docstring. Also set the __name__ attribute and copy over function attributes. | ||||
| * | Expose deprecate function | Travis Oliphant | 2006-06-15 | 1 | -1/+9 |
| | | |||||
| * | Remove print statement. | Travis Oliphant | 2006-06-14 | 1 | -1/+0 |
| | | |||||
| * | Preserve matrices. Fix #142 | Travis Oliphant | 2006-06-13 | 2 | -6/+6 |
| | | |||||
| * | Fix-up imports a bit. | Travis Oliphant | 2006-06-12 | 1 | -1/+1 |
| | | |||||
| * | Fix-up oldnumeric module | Travis Oliphant | 2006-06-12 | 1 | -1/+1 |
| | | |||||
| * | Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵ | Travis Oliphant | 2006-06-12 | 5 | -9/+8 |
| | | | | | module and numpy does not contain all of the names. | ||||
| * | Apply patch #137 | Travis Oliphant | 2006-06-12 | 2 | -17/+18 |
| | | |||||
| * | Add docstrings, update common_type to return a scalar type instead of a ↵ | cookedm | 2006-06-10 | 1 | -14/+66 |
| | | | | | typecode. | ||||
| * | Add RNG interface and clean up old-interfaces to be separate from newer ones. | Travis Oliphant | 2006-06-09 | 1 | -4/+5 |
| | | |||||
| * | Fix unravel_index docstring. | Stefan van der Walt | 2006-06-06 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated names from ma and tests. | Travis Oliphant | 2006-06-02 | 1 | -2/+2 |
| | | |||||
| * | Use convertcode to replace matrixmultiply with dot. Add DeprecationWarning ↵ | Travis Oliphant | 2006-06-02 | 1 | -0/+2 |
| | | | | | to several old Numeric calls. | ||||
| * | Comment changes and change var and std to divide by N instead of N-1 | Travis Oliphant | 2006-06-01 | 1 | -2/+3 |
| | | |||||
| * | Add row_stack as alias to vstack to complement column_stack. | Travis Oliphant | 2006-05-25 | 1 | -1/+3 |
| | | |||||
| * | Rename fromflat to unravel_index. Add argwhere function. Change where ↵ | Travis Oliphant | 2006-05-17 | 1 | -6/+5 |
| | | | | | docstring to reflect truth. | ||||
| * | Fix for linspace (#118) was incomplete; good now. | cookedm | 2006-05-17 | 2 | -1/+3 |
| | | |||||
| * | #118: linspace should always return floats | cookedm | 2006-05-16 | 2 | -1/+6 |
| | | | | | Patch from stefan; fix special case which could return an array of one int. | ||||
| * | Fix crash for zero-size arrays. | Travis Oliphant | 2006-05-12 | 1 | -4/+49 |
| | | |||||
