1. 694b85c * force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857) by pierregm · 17 years ago
  2. 4672601 Fix Python2.3 incompatibility. by Charles Harris · 17 years ago
  3. a097099 define actual_dtype and desired_dtype by pierregm · 17 years ago
  4. 38b0a63 core: by pierregm · 17 years ago
  5. ab8dfb1 testutils : * backport from 1.2 by pierregm · 17 years ago
  6. 31e66cf Backport part of r5446 to fudge test of exotic type failing on SPARC. by Charles Harris · 17 years ago
  7. eddb551 * improved support for flexible dtypes (w/ nesting and shaped fields) by pierregm · 17 years ago
  8. 8284091 Avoid updating the __dict__ of the result in .reshape by pierregm · 17 years ago
  9. d529a3e substitute getattr(...,...)(*args,**kwargs) for getattr(...,...).__call__(*args,**kwargs) in _frommethods by pierregm · 17 years ago
  10. bd94f6e deleted the "reload" statement that shouldn't have been there by pierregm · 17 years ago
  11. 4b10ea1 tests: * use the `import numpy as np` convention by pierregm · 17 years ago
  12. bb20e1c implement itertools.groupby as a class by pierregm · 17 years ago
  13. 0d71603 * fixed dictionaries update for backwards compatibility with Python 2.3 by pierregm · 17 years ago
  14. e7e2cad test_set_fields: filter out the warning by pierregm · 17 years ago
  15. 9525f46 fixed whitespace w/ reindent by Jarrod Millman · 17 years ago
  16. f5df20e Fix one small error in test(all=1). by Charles Harris · 17 years ago
  17. cd650e6 mrecords : fixed fromarrays when importing only one record by pierregm · 17 years ago
  18. d7c77aa extras : dropped the m prefix in mediff1d, mvander, mpolyfit by pierregm · 17 years ago
  19. e8f2d12 extras: introduced mvander and mpolyfit by pierregm · 17 years ago
  20. b6ef006 Fix reST markup. by Stefan van der Walt · 17 years ago
  21. 45c812d power : fixed a bug when a scalar is the first argument by pierregm · 17 years ago
  22. c2b77e0 core : power : use the quick-and-dirty approach: compute everything and mask afterwards by pierregm · 17 years ago
  23. f9e14d9 core : power : mask all negative values when the exponent (b) doesn't satisfy b==b.astype(int) by pierregm · 17 years ago
  24. c12a094 core : power : mask all negative values when the exponent (b) doesn't satisfy (abs(b-int(b))<np.finfo(float).precision) by pierregm · 17 years ago
  25. 7c99e67 core : prevent power to mask negative values when it should not by pierregm · 17 years ago
  26. 91c6c40 core : force .compressed() to return a type(_baseclass) object (usually a ndarray) by pierregm · 17 years ago
  27. 974b5f5 by pierregm · 17 years ago
  28. 3682f76 core : clean up update_from by pierregm · 17 years ago
  29. 21a7341 core : fixed a bug w/ array((0,0))/0. by pierregm · 17 years ago
  30. ceb4702 removed tests/test_mstat and tests/test_morestats (now available in scipy) by pierregm · 17 years ago
  31. aefed7e suppressed mstats and morestats: the modules are now part of scipy.stats by pierregm · 17 years ago
  32. 1da799e __float__ : raises a TypeError exception for arrays longer than 1 by pierregm · 17 years ago
  33. 462f65a mrecords: clean-up by pierregm · 17 years ago
  34. 8c66331 ran reindent in preparation for the 1.1 release by Jarrod Millman · 17 years ago
  35. 4e8e2b5 Remove R files? by Travis Oliphant · 17 years ago
  36. 8bf74cc core: by pierregm · 17 years ago
  37. 7d51a22 Add docs and examples for financial functions. by Travis Oliphant · 17 years ago
  38. a5574c3 Fix maskedarray's std and var of complex arrays, with test. Add test for ddof. by aarchiba · 17 years ago
  39. 99cbf12 core: by pierregm · 17 years ago
  40. d1e8d75 Documented and tested new behaviour of std and var on complex numbers. Added ddof argument and its documentation to the std and var methods of matrix. Documented ddof for std and var methods of ma. Note that stdu and varu in ma still have the old, peculiar, behaviour for complex values. by aarchiba · 17 years ago
  41. c24510c Add tests for ddof parameter in var/std [patch by Anne Archibald]. by Stefan van der Walt · 17 years ago
  42. 5827ec1 added common_fill_value and set_fill_value in __all__ by pierregm · 17 years ago
  43. b303721 (forgot to get rid of my personal tests... sorry about that) by pierregm · 17 years ago
  44. 3474b70 new methods : round by pierregm · 17 years ago
  45. 1a159d1 Remove broken ma test. by Stefan van der Walt · 17 years ago
  46. 5cb370e core : fixed sort when axis is None by pierregm · 17 years ago
  47. 38ad50e reverted to a proper version of __getitem__ by pierregm · 17 years ago
  48. c70befd - fixed masked_where (bug #703) by pierregm · 17 years ago
  49. d1eeb41 BUG: Python 2.3 compatibility. We cannot use generator expressions in numpy. by Robert Kern · 17 years ago
  50. 62e9949 Add ddof parameter to std and var computations. by Travis Oliphant · 17 years ago
  51. e6f97dc updated API_CHANGES.txt by pierregm · 18 years ago
  52. 4e1fbfd numpy.ma : docs + API_CHANGES.txt updates by pierregm · 18 years ago
  53. 541c0e5 initial port from Moin Moin site by Jarrod Millman · 18 years ago
  54. 16aff17 Add ma for scons build by David Cournapeau · 18 years ago
  55. ce2316f Merge maskedarray branch. by Stefan van der Walt · 18 years ago
  56. a2df3f7 comments cleaning and docstring updates. by pierregm · 18 years ago
  57. 1845fe9 Remove .data comparisons in tests. Fix whitespace. by Stefan van der Walt · 18 years ago
  58. 5bcb91d Ignore DeprecationWarning during testing. by Stefan van der Walt · 18 years ago
  59. 9ed6591 Remove print statement from test. by Stefan van der Walt · 18 years ago
  60. 82b730f maskedarray.core: by pierregm · 18 years ago
  61. 3af7329 maskedarray.core: by pierregm · 18 years ago
  62. c87c162 maskedarray.core: by pierregm · 18 years ago
  63. 52937c9 by pierregm · 18 years ago
  64. fdc9364 core: fixed compress to ensure that a.compress(cond)==a[cond] in most cases by pierregm · 18 years ago
  65. 90f8ba7 ma.core : add the compress method/function by pierregm · 18 years ago
  66. e71a28f Add 'compress'. by Stefan van der Walt · 18 years ago
  67. 1447cc9 Update documentation format. by Stefan van der Walt · 18 years ago
  68. 797fd12 Merge patch fixing mask dimensions on concatenation. by Stefan van der Walt · 18 years ago
  69. 6068062 Fix concatenator usage (patch by Pierre). Change N to np in regression test. by Stefan van der Walt · 18 years ago
  70. db45fc7 Fix concatenation. Closes ticket #642. by Stefan van der Walt · 18 years ago
  71. 2bf5fa1 Fix inplace test. by Stefan van der Walt · 18 years ago
  72. 80f6f50 Apply patch by Pierre. Move tests from __main__ to the tests directory. by Stefan van der Walt · 18 years ago
  73. da78ac7 Document API changes. by Stefan van der Walt · 18 years ago
  74. 11c95e3 Fix unit tests. Prevent nomask from being copied. by Stefan van der Walt · 18 years ago
  75. c9fe4c3 Apply Pierre's patch. by Stefan van der Walt · 18 years ago
  76. 84566c5 API has changed for put and putmask; remove two outdated tests. by Stefan van der Walt · 18 years ago
  77. f278a3e Reformat extras docstrings. by Stefan van der Walt · 18 years ago
  78. 3d250d0 Reformat docstrings for 80 columns. by Stefan van der Walt · 18 years ago
  79. be2d0ca Pull in old tests. by Stefan van der Walt · 18 years ago
  80. fc15061 Ignore warning raised during testing. by Stefan van der Walt · 18 years ago
  81. 4fc786e Fix benchmarks. Remove remaining imports of maskedarray. by Stefan van der Walt · 18 years ago
  82. 703e8d6 Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma. by Stefan van der Walt · 18 years ago