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