๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 22335be Fix missing increment of reference count. by Travis Oliphant ยท 20 years ago
  2. 57b603a Fix scalar multiplication in optimized dot. by Travis Oliphant ยท 20 years ago
  3. 55b8604 Fix consistency of optimized dot by Travis Oliphant ยท 20 years ago
  4. aa04352 Remove numpy distutils from autoload and fix 64-bit bug. by Travis Oliphant ยท 20 years ago
  5. 7ed9544 Deleting copied files by Travis Oliphant ยท 20 years ago
  6. 3afb449 Adding swig and pyrex examples by Travis Oliphant ยท 20 years ago
  7. 64c7a3c Fix ticket #35 by Travis Oliphant ยท 20 years ago
  8. 67940c3 Fix up oldnumeric.py functions to return intput class where possible. Allow complex-valued arrays in PyArray_Round. Add backward-compatible support for Python2.5 ssize_t changes. by Travis Oliphant ยท 20 years ago
  9. 2ce697c Fix object array setting. by Travis Oliphant ยท 20 years ago
  10. 0c436ea Fixed segfault on multiarray import in install directory. Now, it just raises an error. by Travis Oliphant ยท 20 years ago
  11. b865aac Fixed typeNA (ticket #31) by Travis Oliphant ยท 20 years ago
  12. bf57380 Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace by cookedm ยท 20 years ago
  13. f2db317 Run tabnanny over the code, and replace uses of tab for indentation with spaces by cookedm ยท 20 years ago
  14. 3493d8b Add back missing typeNA values by Travis Oliphant ยท 20 years ago
  15. d04f074 Fix numpy intYY types so they correspond exactly with C-based PyArray_INTYY number by Travis Oliphant ยท 20 years ago
  16. 088cd5a Simplify scalar arithmetic and improve it in cases of array scalars mixed with masked arrays. by Travis Oliphant ยท 20 years ago
  17. 132acae Change error raise to warning when __array_() is called with no context by Travis Oliphant ยท 20 years ago
  18. 33c9c5b Fixed SETITEM and GETITEM macros. Added __index__ support for array scalars of integer type for Python 2.5 by Travis Oliphant ยท 20 years ago
  19. 15dea02 Add unit test for negative complex powers by cookedm ยท 20 years ago
  20. 1c82c1f Fix negative integral powers of complex numbers being computed as positive powers! by Tim Hochberg ยท 20 years ago
  21. 07d0360 Fix tabs-to-spaces and unused import re: ticket #26 by Travis Oliphant ยท 20 years ago
  22. d4f1427 Merge power_optimization branch (r2103:2205) to trunk. by cookedm ยท 20 years ago
  23. c9d2cdc Merge trunk (r2142:2204) to power_optimization branch by cookedm ยท 20 years ago
  24. 5bb7342 Fix pickling of fortran arrays (defect #16) by Travis Oliphant ยท 20 years ago
  25. 819578a Apply Tim's code-checker tests except for white-space-only changes. by Travis Oliphant ยท 20 years ago
  26. 377645d removed checks for the mask shape; fixes ticket:19 by timl by sasha ยท 20 years ago
  27. 8818839 code cleanup for ma.py by timl by sasha ยท 20 years ago
  28. f1fb5f8 A little re-ordering. by Travis Oliphant ยท 20 years ago
  29. 07bdddd Fix bad substitution of PyArray_New by Travis Oliphant ยท 20 years ago
  30. fe076fb fixed ma.nonzero by sasha ยท 20 years ago
  31. d5c0229 Fix bug when ENSURECOPY was present but types are different. by Travis Oliphant ยท 20 years ago
  32. 07a9750 Fix an issue with string/unicode arrays created from scalars. by Travis Oliphant ยท 20 years ago
  33. a93cea6 Fix equality and inequality comparison so that non-array objects are not cast to the type of the array object unless that array is of type PyArray_OBJECT. by Travis Oliphant ยท 20 years ago
  34. 6fd31c3 Remove bigndarray because Python SVN has support for 64-bit indexing. by Travis Oliphant ยท 20 years ago
  35. 3f8c2de Swap order of fill-function arguments and make ones use fill now. by Travis Oliphant ยท 20 years ago
  36. 5f99490 incremented NDARRAY_VERSION by sasha ยท 20 years ago
  37. b25ddc2 faster ndarray.fill by sasha ยท 20 years ago
  38. 8f6eca6 made ma friendlier to pydoc by sasha ยท 20 years ago
  39. 60a6705 Add keyword arguments to single-argument functions taking axis argument. by Travis Oliphant ยท 20 years ago
  40. c190cfa implemented ndim attribute by sasha ยท 20 years ago
  41. 931a4a3 Code cleanup by Travis Oliphant ยท 20 years ago
  42. f4fc019 Check strides every time it is allowed. by Travis Oliphant ยท 20 years ago
  43. fc064db Add refcheck keyword argument to resize method to allow override of reference count check. Allow 0-stride arrays to be created and allow setting of strides even when we create the memory. by Travis Oliphant ยท 20 years ago
  44. 1bf0188 Fix reference counting on wrap method in ufuncobject.c by Travis Oliphant ยท 20 years ago
  45. e11ca4d Fix tests and segfault in set_strides. by Travis Oliphant ยท 20 years ago
  46. a538c37 Allow any integer as a stride (including zero --- though you need to understand that case to use it effectively). Also. fix a bug in strides_set that appeared when an array had say a string as it's base object instead of an array. by Travis Oliphant ยท 20 years ago
  47. c222547 Undo last change. Misunderstood... by Travis Oliphant ยท 20 years ago
  48. d46782d Don't check scalars in matrix mul. There is fast code for them in dotblas. by Travis Oliphant ยท 20 years ago
  49. 5ffd88a More judicious calling of dot() from matrix.__mul__ by edschofield ยท 20 years ago
  50. b8ba262 Have __array_finalize__ be called for every sub-class creation. by Travis Oliphant ยท 20 years ago
  51. def1c92 Fix segfault due to no error check. by Travis Oliphant ยท 20 years ago
  52. 1b3fcc6 fixed whitespace in several doc strings by sasha ยท 20 years ago
  53. 4156b24 made subscripting return ndarray if ellipsis is present by sasha ยท 20 years ago
  54. 27e255b allow array(()) by sasha ยท 20 years ago
  55. 00f2295 Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initiating Scipy/NumpyTest during imports. by Pearu Peterson ยท 20 years ago
  56. ec53dd5 Fixed inappropriate use of gentype_copy by Travis Oliphant ยท 20 years ago
  57. b18d25b Faster return. by Travis Oliphant ยท 20 years ago
  58. 24a8d32 Don't allow matrices larger than ndim=2 by Travis Oliphant ยท 20 years ago
  59. 8db604b Fix problem with subspace indexing an matrix subclass by Travis Oliphant ยท 20 years ago
  60. 14f6333 Fix scalar multiplication striding for both rows and columns. by Travis Oliphant ยท 20 years ago
  61. 71597d7 Change formating of all flexible arrays to str(arr.dtype) by Travis Oliphant ยท 20 years ago
  62. e3a1d50 Special-case PyArray_FromAny to handle Python scalars. by cookedm ยท 20 years ago
  63. 872a836 Add check for rint and a default implementation if not present. Make UserArray a new-style class. by Travis Oliphant ยท 20 years ago
  64. f909e98 Add round method to array scalars and fix a few reference count issues. by Travis Oliphant ยท 20 years ago
  65. adc2173 added rint ufunc and ndarray.round by sasha ยท 20 years ago
  66. 9f395ae Make an enumerated type out of the scalar defines. by Travis Oliphant ยท 20 years ago
  67. a497e90 Fix scalar-multiply dotblas error for non-double types. Preserve more matrices through functions by Travis Oliphant ยท 20 years ago
  68. ee7b258 Add optimizations for integral powers of complex numbers to nc_pow. by Tim Hochberg ยท 20 years ago
  69. 5c566d6 Fix _AIX bug and add UserArray for container class backward compatibility. by Travis Oliphant ยท 20 years ago
  70. ede85ce Merge trunk (r2124:2142) to power optimization branch by cookedm ยท 20 years ago
  71. 0aa85ca Improve umath generation a bit (ufuncs are outputed in name-sorted order) by cookedm ยท 20 years ago
  72. bb23ed7 Fix up Tim's x**n optimizations by cookedm ยท 20 years ago
  73. 5937d59 Dispatch to reciprocal, ones_like, copy, sqrt, square inside array_power and array_inplace_power when power is a scalar in [-1, 0, 1, 0.5, 1, 2]. Also, added the ufuncs reciprocal and ones_like. by Tim Hochberg ยท 20 years ago
  74. f30e6c2 1) Fix scimath functions to take and return vectors. by Travis Oliphant ยท 20 years ago
  75. 626bcc3 Fixed numpy build for cygwin. by Pearu Peterson ยท 20 years ago
  76. 54d08c6 Moved fenv codes to numpy/include/fenv/ as mingw32 compiler was picking up wrong fenv.h header file. by Pearu Peterson ยท 20 years ago
  77. ca84e84 Fixed compiler warnings. by Pearu Peterson ยท 20 years ago
  78. 6e709fd fixed max and min by sasha ยท 20 years ago
  79. 30d932b Fix output logic for ufuncs with output arrays provided... by Travis Oliphant ยท 20 years ago
  80. 2035b20 Fixed orientation of matrix.sum(axis=1), added unit test by edschofield ยท 20 years ago
  81. 9c339c6 Small documentation fixes by edschofield ยท 20 years ago
  82. 8d9af69 merge trunk (r2103:2124) to power_optimization branch. by cookedm ยท 20 years ago
  83. 38d4447 Add patch from BSD to get cygwin working. by Travis Oliphant ยท 20 years ago
  84. f5c5678 Remove some experimental code that I accidentally left in. by cookedm ยท 20 years ago
  85. 912becc Redo generation of ufunc api. by cookedm ยท 20 years ago
  86. 54524a9 Change C-API to version 0905 to sync with 0.9.5 by Travis Oliphant ยท 20 years ago
  87. 74d5bbd Fix problems with isfortran test. Always test before committing ... by Travis Oliphant ยท 20 years ago
  88. 2fd136e Fix sub-array for fortran arrays so that new dimensions are correctly appended at the first. by Travis Oliphant ยท 20 years ago
  89. f638095 support passing arrays with non-trivial mask to ufuncs by sasha ยท 20 years ago
  90. 6dec388 Added axis= argument to cross by Travis Oliphant ยท 20 years ago
  91. 2b36f20 Change the -1 entry of the fields dict to always be a tuple and enforce it on conversion from the names sequence. by Travis Oliphant ยท 20 years ago
  92. 7f0f842 Added a field method to recarray to allow field access via column name or index. by chanley ยท 20 years ago
  93. dcdfc1c Fixed importing test_unicode. by Pearu Peterson ยท 20 years ago
  94. b68b23e Removed spurious asmatrix test by edschofield ยท 20 years ago
  95. 9a651c5 by Travis Oliphant ยท 20 years ago
  96. 70a4067 Add a square() ufunc, and optimize power(x, <scalar exponent>) for ints and reals. by cookedm ยท 20 years ago
  97. 6b93ba8 Added unit-tests from Francesc Alted by Travis Oliphant ยท 20 years ago
  98. 263df75 Make Getptr function and macros return void * by Travis Oliphant ยท 20 years ago
  99. 3faeb7e Fix segfault and move PyArray_Put fix from newunicode branch. by Travis Oliphant ยท 20 years ago
  100. adcc8b8 Fix typo. by Travis Oliphant ยท 20 years ago