๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 1b425c5 Rename fromflat to unravel_index. Add argwhere function. Change where docstring to reflect truth. by Travis Oliphant ยท 20 years ago
  2. 0f8a564 Fix memory leak in PyArray_Round that probably caused error in ticket #110 by Travis Oliphant ยท 20 years ago
  3. 6fcac57 Remove memory leak from scalarmath in ticket #123 by Travis Oliphant ยท 20 years ago
  4. 0eadb36 Add test for multidimensional argmax. by Travis Oliphant ยท 20 years ago
  5. cdaebaa Fix argmax and argmin problems for multi-dimensional arrays. Closes ticket #119 by Travis Oliphant ยท 20 years ago
  6. c3f83e9 Better handling of string representation of longfloat and clongfloat arrays. by cookedm ยท 20 years ago
  7. 2733a07 Fix #120: array.transpose() too lenient with its arguments. by cookedm ยท 20 years ago
  8. 6cf0da7 Imperfect fix to longfloat arrays printing with inf (#112); use '%s' as the format. by cookedm ยท 20 years ago
  9. 38c83ab Initialize a potentially uninitialized variable in scalarmathmodule by cookedm ยท 20 years ago
  10. 2e18a06 Better a.transpose() docstring (fixes #121) by cookedm ยท 20 years ago
  11. b6f1d9f Add 'q' to _array_kind and fix argmax which doesn't need to swap back axes. by Travis Oliphant ยท 20 years ago
  12. 88698f4 Fix defect #115 by Travis Oliphant ยท 20 years ago
  13. 1f5827c Fix defect #111 by Travis Oliphant ยท 20 years ago
  14. 834d4dd Fix up warnings. by Travis Oliphant ยท 20 years ago
  15. 7cd1911 Fix crash for zero-size arrays. by Travis Oliphant ยท 20 years ago
  16. 916b29a Fix crash for zero-size arrays. by Travis Oliphant ยท 20 years ago
  17. 650e266 Fix ticket #109 by Travis Oliphant ยท 20 years ago
  18. e8afda1 Finish adding scalarmath and import it. Mixed-types are handled with ufuncs still. by Travis Oliphant ยท 20 years ago
  19. 0823dec Apply patch for ticket #83 to make matrices return scalars on axis=None reductions. by Travis Oliphant ยท 20 years ago
  20. ac244d2 Fix ticket #106 by Travis Oliphant ยท 20 years ago
  21. 67eeb36 Fix ticket #104 by Travis Oliphant ยท 20 years ago
  22. 8ff1ade Fix byte-swapping problem for ticket #105 by Travis Oliphant ยท 20 years ago
  23. 249e8aa Fix ticket #102 and a few other 1-field descriptions. by Travis Oliphant ยท 20 years ago
  24. 6d3dd20 Added matrix method test from ticket #84 by Travis Oliphant ยท 20 years ago
  25. d874c8b Fix field method to always return fields. Fixes ticket #101 by Travis Oliphant ยท 20 years ago
  26. 8fa6275 Fix-up optimized dot when strides is not a multiple of the element size. by Travis Oliphant ยท 20 years ago
  27. a504789 Fix field-comparisons for EquivTypes. Fixes ticket #94 by Travis Oliphant ยท 20 years ago
  28. f700848 Fix type-error oddity in defect #92 by Travis Oliphant ยท 20 years ago
  29. 865200d Fix for ticket #86 by Travis Oliphant ยท 20 years ago
  30. 8cc0a08 Fix Issue #93 by Travis Oliphant ยท 20 years ago
  31. a14d6fe Fix-up swapping error in iter_subscript. by Travis Oliphant ยท 20 years ago
  32. 0198361 Moved the declaration of retstatus above the variable assignments in the #if/else block to make the syntax C like instead of C++. This is a slight modification to revision 2472. by chanley ยท 20 years ago
  33. 29bdfcd Removing bool scalar nb_add and nb_multiply functions as they appear to give incorrect behavior and break clip. by Robert Kern ยท 20 years ago
  34. b280889 fix compile problem (patch by Ted Horst) by abaecker ยท 20 years ago
  35. 4533018 Fix array('mystr','c') so it works as in NumPy by Travis Oliphant ยท 20 years ago
  36. 356e93e Add PyArray_CHAR as an alias to PyArray_STRING with element size of 1 by Travis Oliphant ยท 20 years ago
  37. b3bf228 Fix absolute which does not contain the needed functions... by Travis Oliphant ยท 20 years ago
  38. f6a6d8f Implement int, float, long, oct, hex by Travis Oliphant ยท 20 years ago
  39. f399dfc Fix up usage of platform-specific functions. by Travis Oliphant ยท 20 years ago
  40. 40cc08d Fix type of _PyArrayScalar_BoolValues by Travis Oliphant ยท 20 years ago
  41. da478e7 Fix-up size check for 64-bit by Travis Oliphant ยท 20 years ago
  42. 42f652d Fix so correct return value happens in get_functions by Travis Oliphant ยท 20 years ago
  43. 37b1778 Finish up scalarmath. Needs testing... by Travis Oliphant ยท 20 years ago
  44. 638ed06 Implement divmod by Travis Oliphant ยท 20 years ago
  45. ed4b92a Fix true_divide for integers. by Travis Oliphant ยท 20 years ago
  46. 6172e53 Add ctype_true_divide, ctype_divide, and ctype_floor_divide for integers. by Travis Oliphant ยท 20 years ago
  47. 1640c11 implemented @name@_ctype_(l,r)shift by sasha ยท 20 years ago
  48. 1dc253c implemented (float,double,longdouble)_ctype_remainder by sasha ยท 20 years ago
  49. 18d4b43 Fix typo by Travis Oliphant ยท 20 years ago
  50. a974a06 Fix typo by Travis Oliphant ยท 20 years ago
  51. 81588c8 Perhaps floor functions should be present by Travis Oliphant ยท 20 years ago
  52. b317509 Add multiply and floor_divide by Travis Oliphant ยท 20 years ago
  53. 46abd33 implemented (float, double, longdouble)_ctype_power in scalarmath by sasha ยท 20 years ago
  54. a129ce4 implemented @name@_ctype_(positive,negative) in scalarmath by sasha ยท 20 years ago
  55. 77dfa41 implemented @name@_ctype_absolute in scalarmath by sasha ยท 20 years ago
  56. f37d7f1 Fixed up nonzero --- it doesn't need a ctype implementation anymore... by Travis Oliphant ยท 20 years ago
  57. 66e926b implemented @name@_ctype_nonzero in scalarmath by sasha ยท 20 years ago
  58. c10618c Fix nonzero and go back to using Generic scalar handler on failure in main scalar routine. by Travis Oliphant ยท 20 years ago
  59. 3caa584 implemented @name@_ctype_invert in scalarmath by sasha ยท 20 years ago
  60. 808ea6e Fix typo and warning. by Travis Oliphant ยท 20 years ago
  61. f452b59 Add EnsureAnyArray as a function instead of a macro by Travis Oliphant ยท 20 years ago
  62. de1b419 Bump up version number. Fix methods on matrices to preserve order. Add more scalar math (it now compiles). Add a missing API. by Travis Oliphant ยท 20 years ago
  63. 6d4a9d0 Fix typo. by Travis Oliphant ยท 20 years ago
  64. 17a7675 Add a couple more ufunc API calls. Add more to scalarmath.c. Get rid of overflow checking on multiplication. by Travis Oliphant ยท 20 years ago
  65. d526919 Better uninitialized variable fix in array_richcompare by cookedm ยท 20 years ago
  66. 24893ed Remove print stmt. by Pearu Peterson ยท 20 years ago
  67. 7413032 Apply replace ScipyTestCase->NumpyTestCase. Fix tests for testoob. by Pearu Peterson ยท 20 years ago
  68. 0feed10 Fix warning about a potentially uninitialized variable by cookedm ยท 20 years ago
  69. 1871d95 Better concatenate docstring by cookedm ยท 20 years ago
  70. 39e6217 Add new C-API function in middle. Bump C-API version number. by Travis Oliphant ยท 20 years ago
  71. b61fc74 More additions to scalarmath by Travis Oliphant ยท 20 years ago
  72. 1516b86 Some asthetic macro changes. by Travis Oliphant ยท 20 years ago
  73. 7e7f383 Fix reference-count problem in Macro form of EquivTypenums and update numpy.i to use EquivTypenums. by Travis Oliphant ยท 20 years ago
  74. aabd8a7 Add a few scalar-macros. by Travis Oliphant ยท 20 years ago
  75. b93564d More scalar math implemented. Cosmetic changes to arrayobject.c by Travis Oliphant ยท 20 years ago
  76. d81315e Fix problem actually in PyArray_Scalar for wide builds. by Travis Oliphant ยท 20 years ago
  77. 879bc24 Fix memory leak on error. by Travis Oliphant ยท 20 years ago
  78. 34624ff Fix UNICODE copyswap code. by Travis Oliphant ยท 20 years ago
  79. b139fd5 Fixed error in _strided_copy macro. Fix access error. Make PyArray_ToScalar a macro. by Travis Oliphant ยท 20 years ago
  80. 4fce8c0 Fix Unicode swapping problem. by Travis Oliphant ยท 20 years ago
  81. 1a0525b Clean-up strided_byte_copy code and expose a new API call for getting broadcasting behavior and ufunc-like iterators over the longest axis. by Travis Oliphant ยท 20 years ago
  82. 6e1856e Update copyswap functions to take array as argument in preparation for improved functionality of VOID_copyswap and possibly faster code for aligned data. by Travis Oliphant ยท 20 years ago
  83. 8c7d39d Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly. by Pearu Peterson ยท 20 years ago
  84. 628087d Change svn:eol-style to native by Travis Oliphant ยท 20 years ago
  85. 448bb44 Fix so USE_USE_DEFAULTS code works in multi-threaded case. Speed up 1-d array indexing by an integer. by Travis Oliphant ยท 20 years ago
  86. 4694331 Fix PyArray_FromAny so it returns error if UPDATEIFCOPY is set for nonarray input. by Travis Oliphant ยท 20 years ago
  87. 1753b62 Missing error return added. Fixes Sourceforge bug. by Travis Oliphant ยท 20 years ago
  88. 73bff2a Tweaks to Travis's recent addition of thread local semantics to setting of errors. Most important is that I disabled the optimization in the "default" case since it appeared broken when there were multiple threads and it didn't seem to have a significant performance impact. Added comments on how to fix it if that turns out to be desirable. by Tim Hochberg ยท 20 years ago
  89. 4a4caf0 Improve docstring for complex scalars. by Tim Hochberg ยท 20 years ago
  90. 014ca86 Possible fix for #72. by Robert Kern ยท 20 years ago
  91. 11273d2 When selecting from string arrays, remove NULL bytes from string scalar. Fix string comparisons so NULL bytes are not compared inappropriately. by Travis Oliphant ยท 20 years ago
  92. e7da22e Fix bugs in recent check-in by Travis Oliphant ยท 20 years ago
  93. 5964bd7 Add special-purpose code for copying aligned data. by Travis Oliphant ยท 20 years ago
  94. 959e147 Speed up copying code a bit for well-behaved cases. by Travis Oliphant ยท 20 years ago
  95. 07e5091 Implement a reset-on-delete object for save error modes. by Travis Oliphant ยท 20 years ago
  96. e273a1a Change ...errlist to ...errobj by Travis Oliphant ยท 20 years ago
  97. ae43872 Changed error look-up to use per-thread global variable. by Travis Oliphant ยท 20 years ago
  98. 6890d56 Check fwrite of separator to ensure it was written. Fixes ticket #68 by Travis Oliphant ยท 20 years ago
  99. c523fea Expand sqrt docstring. Fixes #66. by Robert Kern ยท 20 years ago
  100. 6c736d2 Fix valgrind-discovered errors for 0-dim and 0-sized arrays. Fixes tickets #60,#61,#62,#63,#64,#65 by Travis Oliphant ยท 20 years ago