1. d4f826b mark as release by Jarrod Millman · 17 years ago v1.2.1
  2. f0be0a9 1.2.x: Backport r5968 from trunk: put measure in numpy.testing namespace. by David Cournapeau · 17 years ago
  3. 9e59b3f 1.2.x: Backport r5964 from trunk: Regenerate mtrand.c due to docstring changes by Pauli Virtanen · 17 years ago
  4. 6f7e145 1.2.x: Backport r5963 from trunk: Import documentation from doc wiki (part 2, work-in-progress docstrings, but they are still an improvement) by Pauli Virtanen · 17 years ago
  5. df8aa74 1.2.x: Backport r5962: improved docstrings from trunk (part 1) by Pauli Virtanen · 17 years ago
  6. d9993de back ported Robert Kern's fix for setuptools (see r5833) by Jarrod Millman · 17 years ago
  7. 46aee29 * Backporting fixes from 1.3.x r5946 by pierregm · 17 years ago
  8. 11f767a back ported Pauli Virtanen's fix for py 2.4 compatible lookfor (see r5862) by Jarrod Millman · 17 years ago
  9. 44e11b9 Backporting bug fixes: by pierregm · 17 years ago
  10. 175ac5d branch open for 1.2.1 development by Jarrod Millman · 17 years ago
  11. b1036cc BUG: Backport fix to object arrays in r5889 to 1.2.x branch. by Travis Oliphant · 17 years ago
  12. 1a8bf45 Split formatting tests to tag long double ones as known failure on win32. by David Cournapeau · 17 years ago
  13. c34707d Backport r5793 for scons command. by David Cournapeau · 17 years ago
  14. 64cfd38 Backports for: by Alan McIntyre · 17 years ago
  15. 426e008 backporting r5788 to 1.2.x branch (loadtxt) by dhuard · 17 years ago
  16. d29107a reindenting prior to release by Jarrod Millman · 17 years ago
  17. 87d85a0 Fix regression test #771 on 64 bits architecture. by David Cournapeau · 17 years ago
  18. 2312fcb Fix unused variable warning in object_arrtype_new. by David Cournapeau · 17 years ago
  19. 8864e08 Disable memmap test which crashes nose tests on cygwin. by David Cournapeau · 17 years ago
  20. d0db38a Add test for ticket #882 fix. by Travis Oliphant · 17 years ago
  21. adc0cc2 Fix 0-length sequence error in #882. by Travis Oliphant · 17 years ago
  22. ec588c7 Fix regression test for #771. by David Cournapeau · 17 years ago
  23. d08c157 Fix reshaping 0-sized arrays. by David Cournapeau · 17 years ago
  24. 43a2c85 Add a regression test to show #771 failure. by David Cournapeau · 17 years ago
  25. 6194dc0 Make testing functions work when python is called with the -OO flag. by Charles Harris · 17 years ago
  26. 78daaef Small cleanup. by Charles Harris · 17 years ago
  27. e4656b5 Change convolve to raise ValueError on runtime error instead of relying on by Charles Harris · 17 years ago
  28. c84e0c0 Import documentation topic modules when numpy.doc is imported, so that they are easier to use. Add instructions how to view each topic. by Pauli Virtanen · 17 years ago
  29. da4bbe9 Add missing '|' for byteorder. by Travis Oliphant · 17 years ago
  30. eda3f09 Apply modified version of Andrew Dalke's patch in #874 to create a quicker-loading numpy. by Travis Oliphant · 17 years ago
  31. 6aa2c46 Point to example by Matthew Brett · 17 years ago
  32. 4f7b154 Document on subclassing by Matthew Brett · 17 years ago
  33. dfab452 Simplify (commented out) trunc. by Charles Harris · 17 years ago
  34. 88c8abb Revert r5698, r5699, and r5702 until build problems are fixed. by Charles Harris · 17 years ago
  35. d4a1e79 Bail out of _docmethod earlier if method has no docstring. by Alan McIntyre · 17 years ago
  36. d495708 Make _docmethod work correctly when run with -OO by Alan McIntyre · 17 years ago
  37. edc1465 * fixing botched previous commit by pierregm · 17 years ago
  38. 62e4b61 Updated doc + -OO compatibility by pierregm · 17 years ago
  39. 755cc21 Small style cleanup. Need work for ticket #893. by Charles Harris · 17 years ago
  40. 2c7654a BUG: fix part of ticket #893 by Charles Harris · 17 years ago
  41. 21a1087 Added benchmarks directory to lib/setup.py so that numpy.lib benchmarks are by Alan McIntyre · 17 years ago
  42. 971f9fa Add NPY_FEATURE_VERSION which can be used to mark minor API version increments. by Stefan van der Walt · 17 years ago
  43. 96bcaf6 Use trunc as fix implementation. by David Cournapeau · 17 years ago
  44. 1ea2360 Fix fix tests. by David Cournapeau · 17 years ago
  45. b2d4064 Add trunc test. by David Cournapeau · 17 years ago
  46. 4406a13 Add a trunc function in umath module. by David Cournapeau · 17 years ago
  47. 5b38878 Add pure C trunc function implementations for platform which do not have it. by David Cournapeau · 17 years ago
  48. 654da29 Detect whether trunc is available or not. by David Cournapeau · 17 years ago
  49. 672fb17 core : make sure that masked_equal works with a list as input by pierregm · 17 years ago
  50. eb70884 Added deprecation warning for numpy.testing.ParametricTestCase by Alan McIntyre · 17 years ago
  51. 6f33684 BUG: Logarithmic series needs to exclude p==0 and p==1. When the conversion of the result to C longs gives a negative number (i.e. out of bounds), reject the sample and try again until we do get something in bounds. by Robert Kern · 17 years ago
  52. 95ab3b5 Note on mmap size on python 2.5 from numpy book by Matthew Brett · 17 years ago
  53. 59034c8 Fix docstring indentation by Pauli Virtanen · 17 years ago
  54. 7d88266 Fix the test and fix the arrtype_new code for scalars a little bit. by Travis Oliphant · 17 years ago
  55. 3dcec2d Fix debug mode with fortran compiler: the tuple for debug was too big, with an extra None (#539) by David Cournapeau · 17 years ago
  56. a51e8e3 BUG: Fix to ticket #816: calling object_() Segfaults. by Travis Oliphant · 17 years ago
  57. 0ce8028 Cleaned up logic and annotation of __del__ method, with test by Matthew Brett · 17 years ago
  58. 4dbfac0 Remove doc/reference from setup. by Stefan van der Walt · 17 years ago
  59. 46facee Move book to docs directory. by Stefan van der Walt · 17 years ago
  60. 5c86844 Move documentation outside of source tree. Remove `doc` import from __init__. by Stefan van der Walt · 17 years ago
  61. 376d483 Trial fix to ticket #698 by Travis Oliphant · 17 years ago
  62. 1f58f4d BUG: reinitialize_command(**kwds) is a setuptools override of the distutils API. Set the attribute directly, instead. by Robert Kern · 17 years ago
  63. fddd716 BUG: Allow floating point argument n to negative binomial distribution. by Robert Kern · 17 years ago
  64. 5e32ad6 Remove unused variable. by Stefan van der Walt · 17 years ago
  65. 560b873 reverting C-API change from r5626 by Jarrod Millman · 17 years ago
  66. a172a77 Add Guide to NumPy to numpy svn. by Travis Oliphant · 17 years ago
  67. 8e53243 Update `random` docstring. by Stefan van der Walt · 17 years ago
  68. 06ea402 Run scons command in build_ext instead of build. by David Cournapeau · 17 years ago
  69. c2329b0 Update fenv.h for cygwin: all asm calls should be tagged as volatile. by David Cournapeau · 17 years ago
  70. 14dd0de Add a note on scimath.sqrt for the definition of square root as the principal square root. by David Cournapeau · 17 years ago
  71. 3ee0400 Add note telling users to add new functions to the end of the list. by Charles Harris · 17 years ago
  72. 902dc40 Move generalised ufunc functionality to the gen_ufuncs branch. by Stefan van der Walt · 17 years ago
  73. 65839d7 Re-factor code to remove dependency of numpy.core on numpy.lib by moving issubclass_, issubsctype, and issubdtype to numpy.core.numerictypes by Travis Oliphant · 17 years ago
  74. 73d91a6 Split generated docstring literals for compilers which cannot handle long strings.z by David Cournapeau · 17 years ago
  75. 1ab7e8f6 Fix warnings in ufunc code [patch by Wenjie Fu]. by Stefan van der Walt · 17 years ago
  76. 988642e Whitespace cleanup. Move definition of variable to beginning of function. by Stefan van der Walt · 17 years ago
  77. b09124e Move declaration to appease some compilers [patch by Hans-Andreas Engel]. by Stefan van der Walt · 17 years ago
  78. 3319490 Do not setup any compiler in scons command if noscons scripts are used. by David Cournapeau · 17 years ago
  79. 035e18d Bump NPY_VERSION for ufunc patch. by Stefan van der Walt · 17 years ago
  80. 99e9127 Framework for generalised ufuncs [patch by Wenjie Fu and Hans-Andreas Engel]. by Stefan van der Walt · 17 years ago
  81. dcb2e6c Remove C99 test cases; they are not guaranteed to succeed on all plaftorms, so it's better to reintroduce them only after the inf/nan handling has been addressed. by Pauli Virtanen · 17 years ago
  82. 46aaaa5 Do not special-case for mingw32: compiler detection takes care of that now. by David Cournapeau · 17 years ago
  83. 8b54222 Unique1d will now return unique as well as reverse indices. Fix order of by Stefan van der Walt · 17 years ago
  84. 086afd5 Disable memmap test on windows because it crashes the testsuite. This has to be fixed before a rc of numpy 1.2.0, though (see#827). by David Cournapeau · 17 years ago
  85. 83d7c02 Add Roberto de Almeida's Arrayterator. by Stefan van der Walt · 17 years ago
  86. c05d81d BUG: F distributions need the appropriate scale factor. by Robert Kern · 17 years ago
  87. 31b18be * masked_where : force a consistency check on the shapes of the inputs by pierregm · 17 years ago
  88. 96a6fcc Correctly handle Fortran-contiguous arrays in SWIG wrappers. by Stefan van der Walt · 17 years ago
  89. 04a0ee1 More consistent nan-operations. by Stefan van der Walt · 17 years ago
  90. 7349892 Tweak error msg when python.h not compilable with scons. by David Cournapeau · 17 years ago
  91. 363d209 Depends on numscons >= 0.9.1. by David Cournapeau · 17 years ago
  92. 7bb36be Fix ticket #674. by Travis Oliphant · 17 years ago
  93. 75c15c8 *Full recompile needed*: changed the name of hasobject structure member to flags in the PyArray_Descr structure and increased it's size to int by Travis Oliphant · 17 years ago
  94. fd932a4 Give better error message when testing python.h fails. by David Cournapeau · 17 years ago
  95. 4db0437 Improve error message when scons command fails. by David Cournapeau · 17 years ago
  96. 3f45817 breaking API for median by Jarrod Millman · 17 years ago
  97. 70ed0f2 ran reindent by Jarrod Millman · 17 years ago
  98. 0da812e Remove piece-by-piece docstring assembly; the full texts were inserted in the docstrings in r5610 by Pauli Virtanen · 17 years ago
  99. 0e475a9 Fix bad string escaping in mtrand.pyx docstrings (+ regenerate mtrand.c) by Pauli Virtanen · 17 years ago
  100. 0bdef19 * core : minor doc formatting by pierregm · 17 years ago