Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change axis=0 to axis=None to be consistent with methods and move axis=0 ↵ | Travis Oliphant | 2006-08-04 | 2 | -24/+132 | |
| | | | | functions to oldnumeric | |||||
* | Convert so that axis arguments are consistent for methods and functions. ↵ | Travis Oliphant | 2006-08-04 | 1 | -2/+2 | |
| | | | | Place functions for which this changes the Numeric default into oldnumeric. | |||||
* | Format docstrings to be consistent with others. | Stefan van der Walt | 2006-08-03 | 1 | -3/+7 | |
| | ||||||
* | Add diagflat. Begin to add numarray compatibility | Travis Oliphant | 2006-08-02 | 1 | -2/+21 | |
| | ||||||
* | Fix longdouble machar problem (iterations too low) | Travis Oliphant | 2006-07-31 | 1 | -17/+18 | |
| | ||||||
* | Fix ticket #216. Also fix uses of DATA_RENEW so that object arrays will ↵ | Travis Oliphant | 2006-07-31 | 1 | -0/+2 | |
| | | | | raise an error instead of possibly memory-leak when reference counts aren't freed. Fix uses of longlong to Py_ssize_t and apppropriate FORMAT string. | |||||
* | Py_OptimizeFlag is available from Python.h | Travis Oliphant | 2006-07-31 | 1 | -1/+0 | |
| | ||||||
* | Don't add docstrings in add_newdoc if run with -OO | Travis Oliphant | 2006-07-31 | 1 | -0/+7 | |
| | ||||||
* | numpy.lib.getlimits: replace typecodes with dtypes | cookedm | 2006-07-28 | 1 | -22/+19 | |
| | ||||||
* | numpy.lib.machar: replace 'while 1' loops with 'for _ in max_iter' | cookedm | 2006-07-28 | 1 | -8/+25 | |
| | | | | | If there are bugs in the scalar objects, the 'while 1' loops can potentially run forever, so we make sure they only go at most 1000 times. | |||||
* | Back to 0.9.9 version | Travis Oliphant | 2006-07-26 | 1 | -1/+0 | |
| | ||||||
* | Make version number 0.9.9 until 1.0 comes out | Travis Oliphant | 2006-07-26 | 1 | -0/+2 | |
| | ||||||
* | Fix-up convertcode and CAPI docs | Travis Oliphant | 2006-07-25 | 1 | -2/+1 | |
| | ||||||
* | 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 | |
| |