- ee4083f Fixed a memory-leak in EnsureArray. Added __array_priority__ to array scalars. Added bug-fixes part of david huard's histogramdd ticket. by Travis Oliphant · 19 years ago
- 622701d Clean up docstrings. by Travis Oliphant · 19 years ago
- 5083166 Apply patch for unique from #154 by Travis Oliphant · 19 years ago
- d5a13c5 add some more docstrings by cookedm · 19 years ago
- 10943b6 Replace ScipyTestCase with NumpyTestCase by cookedm · 19 years ago
- de0ac34 convertcode: replace ArrayType, NewAxis, and typecode = by cookedm · 19 years ago
- eb9f5f7 Remove global symbols from numpy. Remove use of replacetypechars in convertcode. by Travis Oliphant · 19 years ago
- a345bd2 Fix .choose docstring and allow more functions to be 'vectorized' by Travis Oliphant · 19 years ago
- b4ca1e1 replace some bare except:'s by cookedm · 19 years ago
- 36c839a Add simple get_numarray_include() function and typedefs for completeness by Travis Oliphant · 19 years ago
- 1acf453 Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArray_ prefixes. by Travis Oliphant · 19 years ago
- 6dc0d80 Add docstring for bincount. by Stefan van der Walt · 19 years ago
- be3e208 Patch from David Huard to future-proof histogram2d test by cookedm · 19 years ago
- 216f071 Fix UserArray. by Travis Oliphant · 19 years ago
- 823ca7e In meshgrid, use views on the input parameters to avoid changing their by Stefan van der Walt · 19 years ago
- 8027438 default dtype conversion by sasha · 19 years ago
- dbee46a Change the name to ctypes_load_library by Travis Oliphant · 19 years ago
- 7a90a21 Add a require function, a issubdtype, and a load_ctypes_function to NumPy by Travis Oliphant · 19 years ago
- c00b400 Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and deprecate old name. Add PyArray_ZEROS and PyArray_EMPTY macros which take type-number instead of data-type object. by Travis Oliphant · 19 years ago
- b803061 Adjust histogram2d a bit. Fix doc for logspace. by Travis Oliphant · 19 years ago
- 3bf7055 Added histogram2d #161 by Travis Oliphant · 19 years ago
- 7d4c3ed Make the default array type float. by Travis Oliphant · 19 years ago
- 2b06537 Cast to double instead of float in digitize. by Stefan van der Walt · 19 years ago
- bbabc5c Add docstring and tests for digitize. by Stefan van der Walt · 19 years ago
- cf80c72 Add code to descend through a field and increment (or decrement) any object reference counts. by Travis Oliphant · 19 years ago
- 7dd0e2b Clean up diag documentation. Clean up PyArray_INCREF and PyArray_XDECREF to use new iterators. by Travis Oliphant · 19 years ago
- 1c2110f Add boolean indexing capability mixed with slice objects. by Travis Oliphant · 19 years ago
- f1e6e2b Make import_array and import_ufunc MACROS again. by Travis Oliphant · 19 years ago
- 43de54a Add meshgrid to NumPy by Travis Oliphant · 19 years ago
- 8a12952 Fix Python 2.3 incompatibilities by cookedm · 19 years ago
- b05d85b Fix deprecated for when the function doesn't have a __dict__ by cookedm · 19 years ago
- 1174b73 For `deprecated`, include a note about the function being deprecated in its docstring. by cookedm · 19 years ago
- 2f4a967 Expose deprecate function by Travis Oliphant · 19 years ago
- 80d85d6 Remove print statement. by Travis Oliphant · 19 years ago
- 7a95781 Preserve matrices. Fix #142 by Travis Oliphant · 19 years ago
- bc5dc0a Fix-up imports a bit. by Travis Oliphant · 19 years ago
- 6408d0d Fix-up oldnumeric module by Travis Oliphant · 19 years ago
- fbf0b47 Check-in name-space changes so that numpy.oldnumeric is the compatibility module and numpy does not contain all of the names. by Travis Oliphant · 19 years ago
- c0d3293 Apply patch #137 by Travis Oliphant · 19 years ago
- 2e40c90 Add docstrings, update common_type to return a scalar type instead of a typecode. by cookedm · 19 years ago
- 6768d24 Add RNG interface and clean up old-interfaces to be separate from newer ones. by Travis Oliphant · 19 years ago
- 8f7d59f Fix unravel_index docstring. by Stefan van der Walt · 19 years ago
- ebc3848 Remove deprecated names from ma and tests. by Travis Oliphant · 19 years ago
- ce9414d Use convertcode to replace matrixmultiply with dot. Add DeprecationWarning to several old Numeric calls. by Travis Oliphant · 19 years ago
- 9f88ecb Comment changes and change var and std to divide by N instead of N-1 by Travis Oliphant · 19 years ago
- 4de4ac8 Add row_stack as alias to vstack to complement column_stack. by Travis Oliphant · 19 years ago
- 1b425c5 Rename fromflat to unravel_index. Add argwhere function. Change where docstring to reflect truth. by Travis Oliphant · 19 years ago
- b686a42 Fix for linspace (#118) was incomplete; good now. by cookedm · 19 years ago
- a144516 #118: linspace should always return floats by cookedm · 19 years ago
- 7cd1911 Fix crash for zero-size arrays. by Travis Oliphant · 19 years ago
- 4a0b997 Add missing Py_INCREF to fix ticket #95 by Travis Oliphant · 19 years ago
- 30581a5 fix: `emath` instead of `nmath` by abaecker · 19 years ago
- 087ef6d numpy.lib.scimath --> numpy.emath by Travis Oliphant · 19 years ago
- f544e77 Add math module to numpy namespace so numpy.math works same as Numeric.math. Change numpy.math to numpy.nmath by Travis Oliphant · 19 years ago
- c7737e6 Fix indentation error. by Travis Oliphant · 19 years ago
- 91548d0 Add improved checking for number of arguments to support more functions by Travis Oliphant · 19 years ago
- 3f682ff Added NumpyTestCase.rundocs method to support running doc-tests via unittest machinery - needed for running tests via testoob. by Pearu Peterson · 19 years ago
- 39e6217 Add new C-API function in middle. Bump C-API version number. by Travis Oliphant · 19 years ago
- 6a72022 Slightly different fix to vectorize. by Travis Oliphant · 19 years ago
- e328ecf Fix vectorize to handle scalar return values. by Travis Oliphant · 19 years ago
- 8c7d39d Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly. by Pearu Peterson · 19 years ago
- b00fb8d Fix kron so that the return type reflects the type of its arguments. Also, raise an exception if the arguments are not rank-2 since the other cases were some combination of ambiguous or broken. by Tim Hochberg · 19 years ago
- 787e44f fix typo. by Travis Oliphant · 19 years ago
- 021da2c Fix bad __getattr__ code causing recursion. by Travis Oliphant · 19 years ago
- a522173 Fix object-loop reference counting in BUFFERED UFUNC. by Travis Oliphant · 19 years ago
- 9640396 Fix segfault on indexing (but functionality still not working). Add vectorize test-case (ticket #52). Improve comments on broadcast failure. by Travis Oliphant · 19 years ago
- ec554d0 Fixed where to always return a tuple by Travis Oliphant · 19 years ago
- 5534a99 Fix Ticket #52 by Travis Oliphant · 19 years ago
- 65d44cd Fixed 'from numpy.lib.scimath import *' failure. by Pearu Peterson · 19 years ago
- 8898b96 Fix-up usage of asarray. by Travis Oliphant · 19 years ago
- 768e57a remove unused imports by Tim Leslie · 19 years ago
- 3c45bc3 remove unused import by Tim Leslie · 19 years ago
- 76612bf Simplify interfaces. Fix UCHAR bug. by Travis Oliphant · 19 years ago
- bf8b6bc trivial whitespace changes, more explicit imports by Tim Leslie · 19 years ago
- 9ceea56 trivial whitespace changes by Tim Leslie · 19 years ago
- 01d1eed explicitly use numerictypes by Tim Leslie · 19 years ago
- 815ac8f shorten long comment line by Tim Leslie · 19 years ago
- 2ee64fd use docstring header, fix 'import *', remove duplicate definition of __float__, change first arg of method from 'a' to 'self' by Tim Leslie · 19 years ago
- 4867af4 change header comments into docstrings by Tim Leslie · 19 years ago
- 267a8f5 change use of deprecated NewAxis to newaxis by Tim Leslie · 19 years ago
- 6eec749 Add extra arguments to corrcoef. by Travis Oliphant · 19 years ago
- 9003457 Fix scalar case for corrcoef by Travis Oliphant · 19 years ago
- 7b85f21 Third time's the charm. by Travis Oliphant · 19 years ago
- 0818507 Fix cov and corrcoef in numpy by Travis Oliphant · 19 years ago
- 959f36c Fix cov and corrcoef in numpy by Travis Oliphant · 19 years ago
- 8c9cf9a clean up some imports by Tim Leslie · 19 years ago
- db77da0 Isolate Numeric compatibility to numpy.linalg.old by Travis Oliphant · 19 years ago
- 37e0c9b remove unused imports by Tim Leslie · 19 years ago
- 8a65c25 update tests to all run correctly by Tim Leslie · 19 years ago
- cda50ab Fix defect #28 by Travis Oliphant · 20 years ago
- bf57380 Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace by cookedm · 20 years ago
- f2db317 Run tabnanny over the code, and replace uses of tab for indentation with spaces by cookedm · 20 years ago
- 4e8b56d Ensure scalars in finfo by Travis Oliphant · 20 years ago
- 6627d4e Fix-up error in piecewise. by Travis Oliphant · 20 years ago
- 3e5fdde Add __eq__ and __ne__ to poly1d by cookedm · 20 years ago
- 3989cad Modest improvements to UserArray attribute access. by Travis Oliphant · 20 years ago
- 00f2295 Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initiating Scipy/NumpyTest during imports. by Pearu Peterson · 20 years ago
- 4daf551 Added kron and repmat by Travis Oliphant · 20 years ago
- e9b5c63 Make r_ and c_ instances of subclasses of concatenator, with appropiate docstrings. by cookedm · 20 years ago
- 872a836 Add check for rint and a default implementation if not present. Make UserArray a new-style class. by Travis Oliphant · 20 years ago