1. 6727624 updating version information for tag by Jarrod Millman · 17 years ago v1.1.1
  2. 694b85c * force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857) by pierregm · 17 years ago
  3. 848778f Make skip message a simple 'S'. by Charles Harris · 17 years ago
  4. cc3af8a Backport r5348: f2py removal part 2. by Charles Harris · 17 years ago
  5. b354ef2 Backport r5357: f2py removal part 1. by Charles Harris · 17 years ago
  6. fd544cd Backport r5498 fixes to loadtxt. by Charles Harris · 17 years ago
  7. 4672601 Fix Python2.3 incompatibility. by Charles Harris · 17 years ago
  8. a097099 define actual_dtype and desired_dtype by pierregm · 17 years ago
  9. 38b0a63 core: by pierregm · 17 years ago
  10. ab8dfb1 testutils : * backport from 1.2 by pierregm · 17 years ago
  11. 1e5549f Bring back reverted r5461. Error was in the regression test. by Charles Harris · 17 years ago
  12. 9b21f44 Fix broken regression test. by Charles Harris · 17 years ago
  13. 7f91116 make regression test work for reverted NaN fix. by Charles Harris · 17 years ago
  14. 454985b fix typo by Charles Harris · 17 years ago
  15. b629243 Revert r5472. by Charles Harris · 17 years ago
  16. cade1fb debugging printout. by Charles Harris · 17 years ago
  17. de448a1 Fix use of NAN for MSVC platforms. by Charles Harris · 17 years ago
  18. ebc870e Backport r5465. by Charles Harris · 17 years ago
  19. 7c757f5 Fix ticket #794. by Charles Harris · 17 years ago
  20. 17fc989 Replace bogus repeat1 with repeat. Doesn't change generator behavior. by Charles Harris · 17 years ago
  21. 0bebd52 Revert r5461, it seems to cause obscure problems by Charles Harris · 17 years ago
  22. 31e66cf Backport part of r5446 to fudge test of exotic type failing on SPARC. by Charles Harris · 17 years ago
  23. 476b0fd Add verbose keyword to test for compatibility with trunk. by Charles Harris · 17 years ago
  24. cd723b0 Backport r5452 build fixes. by Charles Harris · 17 years ago
  25. 4d640d9 Backport fix for #848 by copying whole scalartypes.inc.src from trunk. by Charles Harris · 17 years ago
  26. 6951052 Fix arccosh and arcsinh implementations for complex numbers. by Charles Harris · 17 years ago
  27. e83b078 Backport r5438 to 1.1.x. Fixes #837. by Pauli Virtanen · 17 years ago
  28. 1359da2 Backport fix for ticket #849. by Charles Harris · 17 years ago
  29. cec077e Backport fix for ticket #850. by Charles Harris · 17 years ago
  30. a4aa6fa Replace hard tabs with spaces. by Charles Harris · 17 years ago
  31. 095a7a7 Finish sync of doc/cython/ to trunk. by Charles Harris · 17 years ago
  32. a58b4c7 Finish backport of r5298. by Charles Harris · 17 years ago
  33. 01d53d5 Backport first half r5298. by Charles Harris · 17 years ago
  34. 88236e0 Backport r5255 by copy _zerofill and array_imag_get from trunk. by Charles Harris · 17 years ago
  35. 88fd097 Backport r5245. by Charles Harris · 17 years ago
  36. c39ea4e Backport r5312 by copying _has_reflected_op from trunk. by Charles Harris · 17 years ago
  37. b8163e9 Backport r5392 by copying function PyArray_DescrFromType from trunk. by Charles Harris · 17 years ago
  38. 454ce6f Backport r5324 and r5320 by copying format.py from trunk. by Charles Harris · 17 years ago
  39. eddb551 * improved support for flexible dtypes (w/ nesting and shaped fields) by pierregm · 17 years ago
  40. c72742e Backport r5399. by Charles Harris · 17 years ago
  41. 681a675 Backport r5406 and r5407. by Charles Harris · 17 years ago
  42. 4d51e44 backport of r5254 by dhuard · 17 years ago
  43. f8022b5 Backport r5357. by Robert Kern · 17 years ago
  44. 5443cae Backport r5349. by Robert Kern · 17 years ago
  45. f2caf30 Merge changeset 5292:5293 from trunk. by Stefan van der Walt · 17 years ago
  46. 00ab08a Backport r5342. by Robert Kern · 17 years ago
  47. aada0c2 Merge changeset 5359:5360 from trunk. by Stefan van der Walt · 17 years ago
  48. a095d60 Back-port changes to documentation standard. by Stefan van der Walt · 17 years ago
  49. f906ca3 Backport printing fixes for complex numbers. by Charles Harris · 17 years ago
  50. f8dd10f Backport r5361 and r5362. by Charles Harris · 17 years ago
  51. 247099c Backport unifed multiarray/object api for code generator. by David Cournapeau · 17 years ago
  52. 268dcd9 More backporting of scons changes: require 0.8.2 by David Cournapeau · 17 years ago
  53. 582c95f More backport from 1.2 for numscons build. by David Cournapeau · 17 years ago
  54. 1f216e4 merge 5304: update dotblas build with numscons. by David Cournapeau · 17 years ago
  55. e656e66 Merge revisions 5266:5288: update scons scripts to new variant_dir conventions by David Cournapeau · 17 years ago
  56. b417c5e Merge revision 5258 from trunk: some updates to scons scripts. by David Cournapeau · 17 years ago
  57. 1650298 Merge revision 5236 to fix ctypes load_library. by David Cournapeau · 17 years ago
  58. 9d0b62d BUG: Make sure the Zipf results are within the allowable range. by Robert Kern · 17 years ago
  59. 9b80572 Fix c++ style comment. by Charles Harris · 17 years ago
  60. 8284091 Avoid updating the __dict__ of the result in .reshape by pierregm · 17 years ago
  61. d529a3e substitute getattr(...,...)(*args,**kwargs) for getattr(...,...).__call__(*args,**kwargs) in _frommethods by pierregm · 17 years ago
  62. bd94f6e deleted the "reload" statement that shouldn't have been there by pierregm · 17 years ago
  63. 4b10ea1 tests: * use the `import numpy as np` convention by pierregm · 17 years ago
  64. bb20e1c implement itertools.groupby as a class by pierregm · 17 years ago
  65. 3475f5b Backport fix for ticket #828. by Charles Harris · 17 years ago
  66. 5c685c3 Fix bus error on SPARC. by Charles Harris · 17 years ago
  67. 0d71603 * fixed dictionaries update for backwards compatibility with Python 2.3 by pierregm · 17 years ago
  68. 8f85171 Fix dotblas compilation on mac os X: scons scanner is not smart enough to interpret #include CPP_MACRO. by David Cournapeau · 17 years ago
  69. 09791d2 Do not fail scons command when cxx compiler is not available. by David Cournapeau · 17 years ago
  70. d46b162 Make sure we are using numscons 0.8.0 or above. by David Cournapeau · 17 years ago
  71. 3f04110 adapt numpy.random to new scons build_dir architecture. by David Cournapeau · 17 years ago
  72. 8c53a44 adapt numpy.linalg to new scons build_dir architecture. by David Cournapeau · 17 years ago
  73. 7148b1c Adapt numpy.fft to new build dir conventions. by David Cournapeau · 17 years ago
  74. fd5f2dc Adapt numpy.numarray to new build dir convention. by David Cournapeau · 17 years ago
  75. be47c6f Adapat numpy.lib scons build to new build_dir conventions. by David Cournapeau · 17 years ago
  76. d039ec9 Set numpy include path relatively to top setup callee when bootstrapping. by David Cournapeau · 17 years ago
  77. a7eb6e9 Adapt numpy.lib to new scons build_dir behavior. by David Cournapeau · 17 years ago
  78. 9ed41fe When src_dir is not null, takes it into account to retrieve distutils libdir. by David Cournapeau · 17 years ago
  79. 95a9bef Adapt numpyconfig.h location in setup.py file. by David Cournapeau · 17 years ago
  80. 607c8ff Adapt SConscript to new architecture for build dir. by David Cournapeau · 17 years ago
  81. 067cbfa Add boilerplate SConstruct to set variant dir transparantly. by David Cournapeau · 17 years ago
  82. 2835b2f variant_dir: Rename SConscript for numpy.core. by David Cournapeau · 17 years ago
  83. 1e11e53 Remove distutils_dirs_emitter hacks: no need anymore since we use variant_dir. by David Cournapeau · 17 years ago
  84. e0b47b1 scons command: set distutils libdir relatively to build directory. by David Cournapeau · 17 years ago
  85. 327a4d2 How to use variables in math markup. by Stefan van der Walt · 17 years ago
  86. c0bdc3a CHANGES: by pierregm · 17 years ago
  87. 3cd9e03 * make_mask_none now accepts a fields argument to construct record-like masks easily by pierregm · 17 years ago
  88. cf89a25 Move umath docstrings to a separate file. Make the automatic ufunc signature compatible with the documentation standard. by Pauli Virtanen · 17 years ago
  89. 8fac05d MSVC compiler does not have compiler_cxx member. by David Cournapeau · 17 years ago
  90. b7ba98c * revamped the functions min/max so that the methods are called by pierregm · 17 years ago
  91. b8c5c9c Fix missing return value, closes ticket #813. by Charles Harris · 17 years ago
  92. 942d2dc Merged revisions 5204-5257 via svnmerge from by David Cournapeau · 17 years ago
  93. abd2bda Testcases for ticket #791 by Christoph Weidemann · 17 years ago
  94. 7996e06 * revamped choose to accept the out and mode keywords by pierregm · 17 years ago
  95. 8c6fc02 Fix more in ticket #791. by Travis Oliphant · 17 years ago
  96. 222043b added verbose argument to assert_array_equal in assert_equal. Fixes ticket #810. by dhuard · 17 years ago
  97. ce51b91 simplified MaskedArray.__setitem__ to fix setting object-ndarray elements by pierregm · 17 years ago
  98. b8cc583 use tempfile.mkstemp for the creation of temporary files by pierregm · 17 years ago
  99. 29175fc core by pierregm · 17 years ago
  100. 4bf8efd Update examples section. by Stefan van der Walt · 17 years ago