1. ff040d9 updating version info by Jarrod Millman · 17 years ago v1.2.0b1
  2. 83d7c02 Add Roberto de Almeida's Arrayterator. by Stefan van der Walt · 17 years ago
  3. c05d81d BUG: F distributions need the appropriate scale factor. by Robert Kern · 17 years ago
  4. 31b18be * masked_where : force a consistency check on the shapes of the inputs by pierregm · 17 years ago
  5. 96a6fcc Correctly handle Fortran-contiguous arrays in SWIG wrappers. by Stefan van der Walt · 17 years ago
  6. 04a0ee1 More consistent nan-operations. by Stefan van der Walt · 17 years ago
  7. 7349892 Tweak error msg when python.h not compilable with scons. by David Cournapeau · 17 years ago
  8. 363d209 Depends on numscons >= 0.9.1. by David Cournapeau · 17 years ago
  9. 7bb36be Fix ticket #674. by Travis Oliphant · 17 years ago
  10. 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
  11. fd932a4 Give better error message when testing python.h fails. by David Cournapeau · 17 years ago
  12. 4db0437 Improve error message when scons command fails. by David Cournapeau · 17 years ago
  13. 3f45817 breaking API for median by Jarrod Millman · 17 years ago
  14. 70ed0f2 ran reindent by Jarrod Millman · 17 years ago
  15. 0da812e Remove piece-by-piece docstring assembly; the full texts were inserted in the docstrings in r5610 by Pauli Virtanen · 17 years ago
  16. 0e475a9 Fix bad string escaping in mtrand.pyx docstrings (+ regenerate mtrand.c) by Pauli Virtanen · 17 years ago
  17. 0bdef19 * core : minor doc formatting by pierregm · 17 years ago
  18. 469c4d3 core by pierregm · 17 years ago
  19. ded1bf7 Fix ticket #877 along with other bugs not yet reported for data-types with titles. by Travis Oliphant · 17 years ago
  20. db14896 * MaskedArray.__new__: prevents self._optinfo to be overwritten (it's defined w/ the call to .view) by pierregm · 17 years ago
  21. 64423fd Always define __STDC_FORMAT_MACROS for C++ support of PRIdPTR. by David Cournapeau · 17 years ago
  22. 127d6ed * added cov and corrcoef to ma.extras for compatibility by pierregm · 17 years ago
  23. 7f3e634 added comment in histogram warning. by dhuard · 17 years ago
  24. df9e25e Follow-up on changes to histogram semantics. by dhuard · 17 years ago
  25. 6647bf7 Merge from documentation editor. by Stefan van der Walt · 17 years ago
  26. f8f44a0 Fix NPY_INTP_FMT when C99 format available (typo + forgot to include inttypes.h), by David Cournapeau · 17 years ago
  27. 1da04e1 Use C99 print formatting if available for NPY_INTP. by David Cournapeau · 17 years ago
  28. af071cf * extras: fixed the definition of median by pierregm · 17 years ago
  29. 84dbd03 core by pierregm · 17 years ago
  30. ce5fc0a Add test for #844 (inner product pb with atlas). by David Cournapeau · 17 years ago
  31. c3de90a core: by pierregm · 17 years ago
  32. 9156bdc Fix method list sentinel in sortmodule. by David Cournapeau · 17 years ago
  33. 7aa43a6 Fix buggy sentinel for blasdot docstring. by David Cournapeau · 17 years ago
  34. be0d287 Fix generated file location for inclusion in sdist target when building with scons. by David Cournapeau · 17 years ago
  35. f20624a Add function to get per package build directory when building with scons in by David Cournapeau · 17 years ago
  36. 18fb7c2 Revert revision, 5596 commited by error. by David Cournapeau · 17 years ago
  37. 4a0807f Use inttypes format if available for NPY_INTP. by David Cournapeau · 17 years ago
  38. 62dbc75 Handle MSI builds + python 2.3 for win32 build script. by David Cournapeau · 17 years ago
  39. 331cf00 BUG: reverting mistaken checking. by Robert Kern · 17 years ago
  40. 4957e5e BUG: Fix email addresses. by Robert Kern · 17 years ago
  41. 12cfaa0 Handle python version in prepare_bootstrap script. by David Cournapeau · 17 years ago
  42. 1006c22 Add doc to osxbuild script. by chris.burns · 17 years ago
  43. 3a87305 Defer tempfile import to improve startup time. by Stefan van der Walt · 17 years ago
  44. 2db8628 Cosmetic changes. by David Cournapeau · 17 years ago
  45. 3f025b5 Handle inplace generation of __config__. by David Cournapeau · 17 years ago
  46. 23e03f2 Pass current package name and scons command instance to post hook. by David Cournapeau · 17 years ago
  47. 343347a Change API for pre/post hooks: they should be able to take arbitrary arguments. by David Cournapeau · 17 years ago
  48. 76a7161 Remove add_configres function which did nothing... by David Cournapeau · 17 years ago
  49. 89bd486 Make it possible to execute post/pre hooks in scons command even when no scons script is used. by David Cournapeau · 17 years ago
  50. 33e3409 Handle inplace build option for numscons. by David Cournapeau · 17 years ago
  51. 04ad372 Remove test.sh script which is a leftover from scons branch. by David Cournapeau · 17 years ago
  52. 0d04757 Fix string type comparisons. by Stefan van der Walt · 17 years ago
  53. a80dbfe Delay import from inspect to reduce startup time. by Alan McIntyre · 17 years ago
  54. b78d3be Delay import of shlex to reduce startup time. by Alan McIntyre · 17 years ago
  55. 4b2252c Delay import of difflib to reduce startup time. by Alan McIntyre · 17 years ago
  56. b4efbf8 Removed unused import of glob. by Alan McIntyre · 17 years ago
  57. 10ce27c More explicit message wrt log level. by David Cournapeau · 17 years ago
  58. 39c75c3 Add log-level option to scons command. by David Cournapeau · 17 years ago
  59. e303070 Do not use numscons rsplit (python >= 2.4 required for numpy >= 1.2.) by David Cournapeau · 17 years ago
  60. f8b801d Require 0.9.0 for numscons. by David Cournapeau · 17 years ago
  61. 4cd620b BUG: missing import. by Robert Kern · 17 years ago
  62. 9d932d5 Handle VS 2008 in msvc_runtime_library. by David Cournapeau · 17 years ago
  63. 98a17e8 * core : prevent ._basedict to be incorrectly propagated by pierregm · 17 years ago
  64. e3f63ef Set build scripts to unix ff. by David Cournapeau · 17 years ago
  65. 20efcc4 Remove unused nsis scripts. by David Cournapeau · 17 years ago
  66. 0a02410 prepare_bootstrap script now handles pyver correctly, and can be set from command line. by David Cournapeau · 17 years ago
  67. d42999f Update readme for win32build tools. by David Cournapeau · 17 years ago
  68. 6dde6a1 Fix path issue in nsis script. by David Cournapeau · 17 years ago
  69. d23e5e4 Add top script to generate binaries from scratch. by David Cournapeau · 17 years ago
  70. 1b4980a Bootstrap script now works from scratch. by David Cournapeau · 17 years ago
  71. 5e47de2 Set LZMA solid compressor. by David Cournapeau · 17 years ago
  72. f1ff5f9 Build all ARCHS if arch arg not given to build script. by David Cournapeau · 17 years ago
  73. 619ae0c Add code-generator files in MANIFEST because distutils does not pick them up. by David Cournapeau · 17 years ago
  74. ae80bef Fixing MANIFEST.in on win32. by David Cournapeau · 17 years ago
  75. 8a946f6 Uncomment bootstrap tasks. by David Cournapeau · 17 years ago
  76. c90b955 Add nsis template, and bootstrap script, to bootstrap win32 binary build. by David Cournapeau · 17 years ago
  77. bd8c4ce Use OptionParser for win32 build script. by David Cournapeau · 17 years ago
  78. e1bc01f Add cpu_caps nsis plugin sources (to detect SSE in nsis scripts). by David Cournapeau · 17 years ago
  79. 1fddb21 Add script for building osx installer. by chris.burns · 17 years ago
  80. db05eda Regenerated mtrand.c after standardizing NumPy import in mtrand.pyx. by Alan McIntyre · 17 years ago
  81. 8936ecc Standardize NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
  82. e6f61c9 Added tests to improve coverage. Converted tests from doctests to unit tests. by Alan McIntyre · 17 years ago
  83. d409225 Start working on a INSTALL.txt document for building/installing numpy. by David Cournapeau · 17 years ago
  84. 7ad4022 Add some more info for installing numpy. by David Cournapeau · 17 years ago
  85. 252e128 Standardized NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
  86. 1ab04d3 Fix doctest command continuation line. by Alan McIntyre · 17 years ago
  87. 0175369 Removed unused private function _castCopyAndTranspose. by Alan McIntyre · 17 years ago
  88. 681aa53 Standardize NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
  89. 6dd88dc * force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857) by pierregm · 17 years ago
  90. e9ae63e Skip one more possibly failing C99 test by Pauli Virtanen · 17 years ago
  91. 856861c Added tests to improve coverage of numpy.lib. by Alan McIntyre · 17 years ago
  92. b5e26c4 Clean up loadtxt. Fix Python 2.3 compatibility. by Stefan van der Walt · 17 years ago
  93. a2dcde5 Apply Stefan's patch for Ryan's loadtext fix. by Charles Harris · 17 years ago
  94. 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
  95. 75779e8 core: * suppressed the debugging info... by pierregm · 17 years ago
  96. 923ef80 core: by pierregm · 17 years ago
  97. 70e9b49 core: by pierregm · 17 years ago
  98. b8ecdad Removed unused private function _asarray1d. by Alan McIntyre · 17 years ago
  99. 8e86b69 Added numpy.testing.verbose, to allow tests to vary output accordingly. by Alan McIntyre · 17 years ago
  100. 77effdd Added tests to improve coverage of numpy.core. by Alan McIntyre · 17 years ago