1. 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
  2. 622701d Clean up docstrings. by Travis Oliphant · 19 years ago
  3. 5083166 Apply patch for unique from #154 by Travis Oliphant · 19 years ago
  4. d5a13c5 add some more docstrings by cookedm · 19 years ago
  5. 10943b6 Replace ScipyTestCase with NumpyTestCase by cookedm · 19 years ago
  6. de0ac34 convertcode: replace ArrayType, NewAxis, and typecode = by cookedm · 19 years ago
  7. eb9f5f7 Remove global symbols from numpy. Remove use of replacetypechars in convertcode. by Travis Oliphant · 19 years ago
  8. a345bd2 Fix .choose docstring and allow more functions to be 'vectorized' by Travis Oliphant · 19 years ago
  9. b4ca1e1 replace some bare except:'s by cookedm · 19 years ago
  10. 36c839a Add simple get_numarray_include() function and typedefs for completeness by Travis Oliphant · 19 years ago
  11. 1acf453 Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArray_ prefixes. by Travis Oliphant · 19 years ago
  12. 6dc0d80 Add docstring for bincount. by Stefan van der Walt · 19 years ago
  13. be3e208 Patch from David Huard to future-proof histogram2d test by cookedm · 19 years ago
  14. 216f071 Fix UserArray. by Travis Oliphant · 19 years ago
  15. 823ca7e In meshgrid, use views on the input parameters to avoid changing their by Stefan van der Walt · 19 years ago
  16. 8027438 default dtype conversion by sasha · 19 years ago
  17. dbee46a Change the name to ctypes_load_library by Travis Oliphant · 19 years ago
  18. 7a90a21 Add a require function, a issubdtype, and a load_ctypes_function to NumPy by Travis Oliphant · 19 years ago
  19. 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
  20. b803061 Adjust histogram2d a bit. Fix doc for logspace. by Travis Oliphant · 19 years ago
  21. 3bf7055 Added histogram2d #161 by Travis Oliphant · 19 years ago
  22. 7d4c3ed Make the default array type float. by Travis Oliphant · 19 years ago
  23. 2b06537 Cast to double instead of float in digitize. by Stefan van der Walt · 19 years ago
  24. bbabc5c Add docstring and tests for digitize. by Stefan van der Walt · 19 years ago
  25. cf80c72 Add code to descend through a field and increment (or decrement) any object reference counts. by Travis Oliphant · 19 years ago
  26. 7dd0e2b Clean up diag documentation. Clean up PyArray_INCREF and PyArray_XDECREF to use new iterators. by Travis Oliphant · 19 years ago
  27. 1c2110f Add boolean indexing capability mixed with slice objects. by Travis Oliphant · 19 years ago
  28. f1e6e2b Make import_array and import_ufunc MACROS again. by Travis Oliphant · 19 years ago
  29. 43de54a Add meshgrid to NumPy by Travis Oliphant · 19 years ago
  30. 8a12952 Fix Python 2.3 incompatibilities by cookedm · 19 years ago
  31. b05d85b Fix deprecated for when the function doesn't have a __dict__ by cookedm · 19 years ago
  32. 1174b73 For `deprecated`, include a note about the function being deprecated in its docstring. by cookedm · 19 years ago
  33. 2f4a967 Expose deprecate function by Travis Oliphant · 19 years ago
  34. 80d85d6 Remove print statement. by Travis Oliphant · 19 years ago
  35. 7a95781 Preserve matrices. Fix #142 by Travis Oliphant · 19 years ago
  36. bc5dc0a Fix-up imports a bit. by Travis Oliphant · 19 years ago
  37. 6408d0d Fix-up oldnumeric module by Travis Oliphant · 19 years ago
  38. 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
  39. c0d3293 Apply patch #137 by Travis Oliphant · 19 years ago
  40. 2e40c90 Add docstrings, update common_type to return a scalar type instead of a typecode. by cookedm · 19 years ago
  41. 6768d24 Add RNG interface and clean up old-interfaces to be separate from newer ones. by Travis Oliphant · 19 years ago
  42. 8f7d59f Fix unravel_index docstring. by Stefan van der Walt · 19 years ago
  43. ebc3848 Remove deprecated names from ma and tests. by Travis Oliphant · 19 years ago
  44. ce9414d Use convertcode to replace matrixmultiply with dot. Add DeprecationWarning to several old Numeric calls. by Travis Oliphant · 19 years ago
  45. 9f88ecb Comment changes and change var and std to divide by N instead of N-1 by Travis Oliphant · 19 years ago
  46. 4de4ac8 Add row_stack as alias to vstack to complement column_stack. by Travis Oliphant · 19 years ago
  47. 1b425c5 Rename fromflat to unravel_index. Add argwhere function. Change where docstring to reflect truth. by Travis Oliphant · 19 years ago
  48. b686a42 Fix for linspace (#118) was incomplete; good now. by cookedm · 19 years ago
  49. a144516 #118: linspace should always return floats by cookedm · 19 years ago
  50. 7cd1911 Fix crash for zero-size arrays. by Travis Oliphant · 19 years ago
  51. 4a0b997 Add missing Py_INCREF to fix ticket #95 by Travis Oliphant · 19 years ago
  52. 30581a5 fix: `emath` instead of `nmath` by abaecker · 19 years ago
  53. 087ef6d numpy.lib.scimath --> numpy.emath by Travis Oliphant · 19 years ago
  54. 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
  55. c7737e6 Fix indentation error. by Travis Oliphant · 19 years ago
  56. 91548d0 Add improved checking for number of arguments to support more functions by Travis Oliphant · 19 years ago
  57. 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
  58. 39e6217 Add new C-API function in middle. Bump C-API version number. by Travis Oliphant · 19 years ago
  59. 6a72022 Slightly different fix to vectorize. by Travis Oliphant · 19 years ago
  60. e328ecf Fix vectorize to handle scalar return values. by Travis Oliphant · 19 years ago
  61. 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
  62. 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
  63. 787e44f fix typo. by Travis Oliphant · 19 years ago
  64. 021da2c Fix bad __getattr__ code causing recursion. by Travis Oliphant · 19 years ago
  65. a522173 Fix object-loop reference counting in BUFFERED UFUNC. by Travis Oliphant · 19 years ago
  66. 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
  67. ec554d0 Fixed where to always return a tuple by Travis Oliphant · 19 years ago
  68. 5534a99 Fix Ticket #52 by Travis Oliphant · 19 years ago
  69. 65d44cd Fixed 'from numpy.lib.scimath import *' failure. by Pearu Peterson · 19 years ago
  70. 8898b96 Fix-up usage of asarray. by Travis Oliphant · 19 years ago
  71. 768e57a remove unused imports by Tim Leslie · 19 years ago
  72. 3c45bc3 remove unused import by Tim Leslie · 19 years ago
  73. 76612bf Simplify interfaces. Fix UCHAR bug. by Travis Oliphant · 19 years ago
  74. bf8b6bc trivial whitespace changes, more explicit imports by Tim Leslie · 19 years ago
  75. 9ceea56 trivial whitespace changes by Tim Leslie · 19 years ago
  76. 01d1eed explicitly use numerictypes by Tim Leslie · 19 years ago
  77. 815ac8f shorten long comment line by Tim Leslie · 19 years ago
  78. 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
  79. 4867af4 change header comments into docstrings by Tim Leslie · 19 years ago
  80. 267a8f5 change use of deprecated NewAxis to newaxis by Tim Leslie · 19 years ago
  81. 6eec749 Add extra arguments to corrcoef. by Travis Oliphant · 19 years ago
  82. 9003457 Fix scalar case for corrcoef by Travis Oliphant · 19 years ago
  83. 7b85f21 Third time's the charm. by Travis Oliphant · 19 years ago
  84. 0818507 Fix cov and corrcoef in numpy by Travis Oliphant · 19 years ago
  85. 959f36c Fix cov and corrcoef in numpy by Travis Oliphant · 19 years ago
  86. 8c9cf9a clean up some imports by Tim Leslie · 19 years ago
  87. db77da0 Isolate Numeric compatibility to numpy.linalg.old by Travis Oliphant · 19 years ago
  88. 37e0c9b remove unused imports by Tim Leslie · 19 years ago
  89. 8a65c25 update tests to all run correctly by Tim Leslie · 19 years ago
  90. cda50ab Fix defect #28 by Travis Oliphant · 20 years ago
  91. bf57380 Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace by cookedm · 20 years ago
  92. f2db317 Run tabnanny over the code, and replace uses of tab for indentation with spaces by cookedm · 20 years ago
  93. 4e8b56d Ensure scalars in finfo by Travis Oliphant · 20 years ago
  94. 6627d4e Fix-up error in piecewise. by Travis Oliphant · 20 years ago
  95. 3e5fdde Add __eq__ and __ne__ to poly1d by cookedm · 20 years ago
  96. 3989cad Modest improvements to UserArray attribute access. by Travis Oliphant · 20 years ago
  97. 00f2295 Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initiating Scipy/NumpyTest during imports. by Pearu Peterson · 20 years ago
  98. 4daf551 Added kron and repmat by Travis Oliphant · 20 years ago
  99. e9b5c63 Make r_ and c_ instances of subclasses of concatenator, with appropiate docstrings. by cookedm · 20 years ago
  100. 872a836 Add check for rint and a default implementation if not present. Make UserArray a new-style class. by Travis Oliphant · 20 years ago