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. a4a7966 pulling out testing docs from distutils docs by Jarrod Millman · 17 years ago
  18. 87d85a0 Fix regression test #771 on 64 bits architecture. by David Cournapeau · 17 years ago
  19. 2312fcb Fix unused variable warning in object_arrtype_new. by David Cournapeau · 17 years ago
  20. 8864e08 Disable memmap test which crashes nose tests on cygwin. by David Cournapeau · 17 years ago
  21. eae7e11 moving and adding neps by Jarrod Millman · 17 years ago
  22. a33cf51 out of date by Jarrod Millman · 17 years ago
  23. f4f6f98 removing auto-generated epydocs by Jarrod Millman · 17 years ago
  24. d0db38a Add test for ticket #882 fix. by Travis Oliphant · 17 years ago
  25. adc0cc2 Fix 0-length sequence error in #882. by Travis Oliphant · 17 years ago
  26. ec588c7 Fix regression test for #771. by David Cournapeau · 17 years ago
  27. d08c157 Fix reshaping 0-sized arrays. by David Cournapeau · 17 years ago
  28. 43a2c85 Add a regression test to show #771 failure. by David Cournapeau · 17 years ago
  29. 6194dc0 Make testing functions work when python is called with the -OO flag. by Charles Harris · 17 years ago
  30. 78daaef Small cleanup. by Charles Harris · 17 years ago
  31. e4656b5 Change convolve to raise ValueError on runtime error instead of relying on by Charles Harris · 17 years ago
  32. 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
  33. da4bbe9 Add missing '|' for byteorder. by Travis Oliphant · 17 years ago
  34. eda3f09 Apply modified version of Andrew Dalke's patch in #874 to create a quicker-loading numpy. by Travis Oliphant · 17 years ago
  35. 6aa2c46 Point to example by Matthew Brett · 17 years ago
  36. 4f7b154 Document on subclassing by Matthew Brett · 17 years ago
  37. dfab452 Simplify (commented out) trunc. by Charles Harris · 17 years ago
  38. 88c8abb Revert r5698, r5699, and r5702 until build problems are fixed. by Charles Harris · 17 years ago
  39. d4a1e79 Bail out of _docmethod earlier if method has no docstring. by Alan McIntyre · 17 years ago
  40. d495708 Make _docmethod work correctly when run with -OO by Alan McIntyre · 17 years ago
  41. edc1465 * fixing botched previous commit by pierregm · 17 years ago
  42. 62e4b61 Updated doc + -OO compatibility by pierregm · 17 years ago
  43. 755cc21 Small style cleanup. Need work for ticket #893. by Charles Harris · 17 years ago
  44. 2c7654a BUG: fix part of ticket #893 by Charles Harris · 17 years ago
  45. 21a1087 Added benchmarks directory to lib/setup.py so that numpy.lib benchmarks are by Alan McIntyre · 17 years ago
  46. 971f9fa Add NPY_FEATURE_VERSION which can be used to mark minor API version increments. by Stefan van der Walt · 17 years ago
  47. 96bcaf6 Use trunc as fix implementation. by David Cournapeau · 17 years ago
  48. 1ea2360 Fix fix tests. by David Cournapeau · 17 years ago
  49. b2d4064 Add trunc test. by David Cournapeau · 17 years ago
  50. 4406a13 Add a trunc function in umath module. by David Cournapeau · 17 years ago
  51. 5b38878 Add pure C trunc function implementations for platform which do not have it. by David Cournapeau · 17 years ago
  52. 654da29 Detect whether trunc is available or not. by David Cournapeau · 17 years ago
  53. 672fb17 core : make sure that masked_equal works with a list as input by pierregm · 17 years ago
  54. eb70884 Added deprecation warning for numpy.testing.ParametricTestCase by Alan McIntyre · 17 years ago
  55. 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
  56. 124149c Updated memmap sync to memmap flush by Matthew Brett · 17 years ago
  57. 95ab3b5 Note on mmap size on python 2.5 from numpy book by Matthew Brett · 17 years ago
  58. 59034c8 Fix docstring indentation by Pauli Virtanen · 17 years ago
  59. 7d88266 Fix the test and fix the arrtype_new code for scalars a little bit. by Travis Oliphant · 17 years ago
  60. 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
  61. a51e8e3 BUG: Fix to ticket #816: calling object_() Segfaults. by Travis Oliphant · 17 years ago
  62. b4d3f49 Update credits. by Stefan van der Walt · 17 years ago
  63. 0ce8028 Cleaned up logic and annotation of __del__ method, with test by Matthew Brett · 17 years ago
  64. 4dbfac0 Remove doc/reference from setup. by Stefan van der Walt · 17 years ago
  65. 46facee Move book to docs directory. by Stefan van der Walt · 17 years ago
  66. d14243c Remove directories left over from move. by Stefan van der Walt · 17 years ago
  67. 5c86844 Move documentation outside of source tree. Remove `doc` import from __init__. by Stefan van der Walt · 17 years ago
  68. 376d483 Trial fix to ticket #698 by Travis Oliphant · 17 years ago
  69. 1f58f4d BUG: reinitialize_command(**kwds) is a setuptools override of the distutils API. Set the attribute directly, instead. by Robert Kern · 17 years ago
  70. fddd716 BUG: Allow floating point argument n to negative binomial distribution. by Robert Kern · 17 years ago
  71. 5e32ad6 Remove unused variable. by Stefan van der Walt · 17 years ago
  72. 560b873 reverting C-API change from r5626 by Jarrod Millman · 17 years ago
  73. a172a77 Add Guide to NumPy to numpy svn. by Travis Oliphant · 17 years ago
  74. 8e53243 Update `random` docstring. by Stefan van der Walt · 17 years ago
  75. 06ea402 Run scons command in build_ext instead of build. by David Cournapeau · 17 years ago
  76. 4fd1035 Add a setupsconsegg.py file to build with scons and setuptools. by David Cournapeau · 17 years ago
  77. c2329b0 Update fenv.h for cygwin: all asm calls should be tagged as volatile. by David Cournapeau · 17 years ago
  78. 14dd0de Add a note on scimath.sqrt for the definition of square root as the principal square root. by David Cournapeau · 17 years ago
  79. 3ee0400 Add note telling users to add new functions to the end of the list. by Charles Harris · 17 years ago
  80. 902dc40 Move generalised ufunc functionality to the gen_ufuncs branch. by Stefan van der Walt · 17 years ago
  81. 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
  82. 73d91a6 Split generated docstring literals for compilers which cannot handle long strings.z by David Cournapeau · 17 years ago
  83. 1ab7e8f6 Fix warnings in ufunc code [patch by Wenjie Fu]. by Stefan van der Walt · 17 years ago
  84. 988642e Whitespace cleanup. Move definition of variable to beginning of function. by Stefan van der Walt · 17 years ago
  85. a463980 Give credit for the generalised ufunc infrastructure. by Stefan van der Walt · 17 years ago
  86. b09124e Move declaration to appease some compilers [patch by Hans-Andreas Engel]. by Stefan van der Walt · 17 years ago
  87. 3319490 Do not setup any compiler in scons command if noscons scripts are used. by David Cournapeau · 17 years ago
  88. 035e18d Bump NPY_VERSION for ufunc patch. by Stefan van der Walt · 17 years ago
  89. 99e9127 Framework for generalised ufuncs [patch by Wenjie Fu and Hans-Andreas Engel]. by Stefan van der Walt · 17 years ago
  90. c30bb0a Add install_and_test script for osxbuild. Update README. by chris.burns · 17 years ago
  91. 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
  92. 46aaaa5 Do not special-case for mingw32: compiler detection takes care of that now. by David Cournapeau · 17 years ago
  93. 11a69c2 Fix typo in build script for win32. by David Cournapeau · 17 years ago
  94. 8b54222 Unique1d will now return unique as well as reverse indices. Fix order of by Stefan van der Walt · 17 years ago
  95. 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
  96. 83d7c02 Add Roberto de Almeida's Arrayterator. by Stefan van der Walt · 17 years ago
  97. c05d81d BUG: F distributions need the appropriate scale factor. by Robert Kern · 17 years ago
  98. 31b18be * masked_where : force a consistency check on the shapes of the inputs by pierregm · 17 years ago
  99. 96a6fcc Correctly handle Fortran-contiguous arrays in SWIG wrappers. by Stefan van der Walt · 17 years ago
  100. 04a0ee1 More consistent nan-operations. by Stefan van der Walt · 17 years ago