1. 6727624 updating version information for tag by Jarrod Millman · 17 years ago v1.1.1
  2. a32adee Backport win32build improvements + MANIFEST.in fix. by David Cournapeau · 17 years ago
  3. e3f63ef Set build scripts to unix ff. by David Cournapeau · 17 years ago
  4. 20efcc4 Remove unused nsis scripts. by David Cournapeau · 17 years ago
  5. 0a02410 prepare_bootstrap script now handles pyver correctly, and can be set from command line. by David Cournapeau · 17 years ago
  6. d42999f Update readme for win32build tools. by David Cournapeau · 17 years ago
  7. 6dde6a1 Fix path issue in nsis script. by David Cournapeau · 17 years ago
  8. d23e5e4 Add top script to generate binaries from scratch. by David Cournapeau · 17 years ago
  9. 1b4980a Bootstrap script now works from scratch. by David Cournapeau · 17 years ago
  10. 5e47de2 Set LZMA solid compressor. by David Cournapeau · 17 years ago
  11. f1ff5f9 Build all ARCHS if arch arg not given to build script. by David Cournapeau · 17 years ago
  12. 619ae0c Add code-generator files in MANIFEST because distutils does not pick them up. by David Cournapeau · 17 years ago
  13. ae80bef Fixing MANIFEST.in on win32. by David Cournapeau · 17 years ago
  14. 8a946f6 Uncomment bootstrap tasks. by David Cournapeau · 17 years ago
  15. c90b955 Add nsis template, and bootstrap script, to bootstrap win32 binary build. by David Cournapeau · 17 years ago
  16. 078c2f3 Merge cpuid/nsis_scripts for win32 build. by David Cournapeau · 17 years ago
  17. bd8c4ce Use OptionParser for win32 build script. by David Cournapeau · 17 years ago
  18. e1bc01f Add cpu_caps nsis plugin sources (to detect SSE in nsis scripts). by David Cournapeau · 17 years ago
  19. 1fddb21 Add script for building osx installer. by chris.burns · 17 years ago
  20. db05eda Regenerated mtrand.c after standardizing NumPy import in mtrand.pyx. by Alan McIntyre · 17 years ago
  21. 8936ecc Standardize NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
  22. e6f61c9 Added tests to improve coverage. Converted tests from doctests to unit tests. by Alan McIntyre · 17 years ago
  23. d409225 Start working on a INSTALL.txt document for building/installing numpy. by David Cournapeau · 17 years ago
  24. 7ad4022 Add some more info for installing numpy. by David Cournapeau · 17 years ago
  25. 252e128 Standardized NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
  26. 1ab04d3 Fix doctest command continuation line. by Alan McIntyre · 17 years ago
  27. 0175369 Removed unused private function _castCopyAndTranspose. by Alan McIntyre · 17 years ago
  28. 681aa53 Standardize NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
  29. 694b85c * force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857) by pierregm · 17 years ago
  30. 6dd88dc * force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857) by pierregm · 17 years ago
  31. 848778f Make skip message a simple 'S'. by Charles Harris · 17 years ago
  32. cc3af8a Backport r5348: f2py removal part 2. by Charles Harris · 17 years ago
  33. e9ae63e Skip one more possibly failing C99 test by Pauli Virtanen · 17 years ago
  34. b354ef2 Backport r5357: f2py removal part 1. by Charles Harris · 17 years ago
  35. 856861c Added tests to improve coverage of numpy.lib. by Alan McIntyre · 17 years ago
  36. fd544cd Backport r5498 fixes to loadtxt. by Charles Harris · 17 years ago
  37. 4672601 Fix Python2.3 incompatibility. by Charles Harris · 17 years ago
  38. b5e26c4 Clean up loadtxt. Fix Python 2.3 compatibility. by Stefan van der Walt · 17 years ago
  39. a2dcde5 Apply Stefan's patch for Ryan's loadtext fix. by Charles Harris · 17 years ago
  40. a097099 define actual_dtype and desired_dtype by pierregm · 17 years ago
  41. e41b0e3 Committed patch from Ryan May. It fixes error in loadtxt occurring when usecols is not None and dtypes are given. by dhuard · 17 years ago
  42. 75779e8 core: * suppressed the debugging info... by pierregm · 17 years ago
  43. 923ef80 core: by pierregm · 17 years ago
  44. 38b0a63 core: by pierregm · 17 years ago
  45. 70e9b49 core: by pierregm · 17 years ago
  46. ab8dfb1 testutils : * backport from 1.2 by pierregm · 17 years ago
  47. b8ecdad Removed unused private function _asarray1d. by Alan McIntyre · 17 years ago
  48. 8e86b69 Added numpy.testing.verbose, to allow tests to vary output accordingly. by Alan McIntyre · 17 years ago
  49. 77effdd Added tests to improve coverage of numpy.core. by Alan McIntyre · 17 years ago
  50. 1e5549f Bring back reverted r5461. Error was in the regression test. by Charles Harris · 17 years ago
  51. bd2f3c0 Fix broken regression test. by Charles Harris · 17 years ago
  52. 9b21f44 Fix broken regression test. by Charles Harris · 17 years ago
  53. 7f91116 make regression test work for reverted NaN fix. by Charles Harris · 17 years ago
  54. 2ba50c2 Make regression test work for reverted NaN fix. by Charles Harris · 17 years ago
  55. 454985b fix typo by Charles Harris · 17 years ago
  56. b629243 Revert r5472. by Charles Harris · 17 years ago
  57. d045a20 Revert r5470. by Charles Harris · 17 years ago
  58. cade1fb debugging printout. by Charles Harris · 17 years ago
  59. de448a1 Fix use of NAN for MSVC platforms. by Charles Harris · 17 years ago
  60. 2de0cbb Fix _SIGN macros for MSVC compilers. Test. by Charles Harris · 17 years ago
  61. ebc870e Backport r5465. by Charles Harris · 17 years ago
  62. 7c757f5 Fix ticket #794. by Charles Harris · 17 years ago
  63. 17fc989 Replace bogus repeat1 with repeat. Doesn't change generator behavior. by Charles Harris · 17 years ago
  64. 20a3dc5 Fix ticket #794. by Charles Harris · 17 years ago
  65. 5808ab5 Add a pydoc import in lookfor; missed in the import refactoring. by Pauli Virtanen · 17 years ago
  66. 3db00b1 Fix errors in C99 tests. Skip tests failing on some platforms. by Pauli Virtanen · 17 years ago
  67. 7a15553 Undo test of SPARC alignment. by Charles Harris · 17 years ago
  68. 1c82d09 Testing SPARC alignment. by Charles Harris · 17 years ago
  69. da36770 BUG: Allow longs as well as ints to satisfy Win64. by Robert Kern · 17 years ago
  70. 0bebd52 Revert r5461, it seems to cause obscure problems by Charles Harris · 17 years ago
  71. 31e66cf Backport part of r5446 to fudge test of exotic type failing on SPARC. by Charles Harris · 17 years ago
  72. 476b0fd Add verbose keyword to test for compatibility with trunk. by Charles Harris · 17 years ago
  73. cd723b0 Backport r5452 build fixes. by Charles Harris · 17 years ago
  74. 4d640d9 Backport fix for #848 by copying whole scalartypes.inc.src from trunk. by Charles Harris · 17 years ago
  75. ecf30dc Fix some errors in C99 tests. Skip tests failing on Sparc64 by Pauli Virtanen · 17 years ago
  76. ca75c7e Add tests for complex functions: test against Python's cmath, check the branch cuts and C99 compliance at inf, nan special points. by Pauli Virtanen · 17 years ago
  77. a7c080e Fix arccosh branch cut. Remove one unnecessary operation from nc_asinh. by Pauli Virtanen · 17 years ago
  78. 6951052 Fix arccosh and arcsinh implementations for complex numbers. by Charles Harris · 17 years ago
  79. d5300c2 Comment out extension option since it is not used at present. by Alan McIntyre · 17 years ago
  80. df1fc32 Instead of importing nose plugins, use the existing list of classes that by Alan McIntyre · 17 years ago
  81. d7611a5 Fix other reference count leak pointed out in #848 due to missing DECREF for typecode. by Travis Oliphant · 17 years ago
  82. c003f55 Generate headers in the right place for inplace builds. by Robert Kern · 17 years ago
  83. f3bef65 Comment cleanup. by Alan McIntyre · 17 years ago
  84. 3e4f726 Use a subclass of the nose doctest plugin instead of monkeypatching the builtin plugin. by Alan McIntyre · 17 years ago
  85. f1104f8 * added .torecords(), to convert a masked array to a flexible array with fields '_data' and '_mask' by pierregm · 17 years ago
  86. ab911fc * fixed a pb with printing flexible ndarrays with subdtypes by pierregm · 17 years ago
  87. 7a47bfa Add numpy.doc.jargon entry. by Stefan van der Walt · 17 years ago
  88. 4bc3f39 FOR BUILDBOT: More unsavory workarounds for Sparc64. Change back when we've fixed the actual bug. by Robert Kern · 17 years ago
  89. 16146b4 FOR BUILDBOT: Change the test to make sure the double is aligned to a reasonable boundary. It does no harm to the test, but it shouldn't be necessary. However, I need the buildbots to test it out on the Sparc64 platform for me. by Robert Kern · 17 years ago
  90. e83b078 Backport r5438 to 1.1.x. Fixes #837. by Pauli Virtanen · 17 years ago
  91. e2df0c7 testutils * improved check on object/record arrays by pierregm · 17 years ago
  92. 1359da2 Backport fix for ticket #849. by Charles Harris · 17 years ago
  93. 0a9ae13 Remove blank line. by Charles Harris · 17 years ago
  94. f90a924 Fix ticket #849. Thanks to Michael Abbott. by Charles Harris · 17 years ago
  95. 75a3b81 Coding style cleanups. by Charles Harris · 17 years ago
  96. b788f25 Fix ticket #837. Avoid infinite loop in fromfile/fromstring by ensuring that *_skip_separator always consumes at least one character or fails. by Pauli Virtanen · 17 years ago
  97. cec077e Backport fix for ticket #850. by Charles Harris · 17 years ago
  98. f48abc5 Fix ticket #850. Thanks to Michael Abbott for the patch. by Charles Harris · 17 years ago
  99. a4aa6fa Replace hard tabs with spaces. by Charles Harris · 17 years ago
  100. a98f7c8 Coding style cleanup. Replace hard tabs with spaces. by Charles Harris · 17 years ago