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. 331cf00 BUG: reverting mistaken checking. by Robert Kern · 17 years ago
  42. 4957e5e BUG: Fix email addresses. by Robert Kern · 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. 0d04757 Fix string type comparisons. by Stefan van der Walt · 17 years ago
  52. a80dbfe Delay import from inspect to reduce startup time. by Alan McIntyre · 17 years ago
  53. b78d3be Delay import of shlex to reduce startup time. by Alan McIntyre · 17 years ago
  54. 4b2252c Delay import of difflib to reduce startup time. by Alan McIntyre · 17 years ago
  55. b4efbf8 Removed unused import of glob. by Alan McIntyre · 17 years ago
  56. 10ce27c More explicit message wrt log level. by David Cournapeau · 17 years ago
  57. 39c75c3 Add log-level option to scons command. by David Cournapeau · 17 years ago
  58. e303070 Do not use numscons rsplit (python >= 2.4 required for numpy >= 1.2.) by David Cournapeau · 17 years ago
  59. f8b801d Require 0.9.0 for numscons. by David Cournapeau · 17 years ago
  60. 4cd620b BUG: missing import. by Robert Kern · 17 years ago
  61. 9d932d5 Handle VS 2008 in msvc_runtime_library. by David Cournapeau · 17 years ago
  62. 98a17e8 * core : prevent ._basedict to be incorrectly propagated by pierregm · 17 years ago
  63. db05eda Regenerated mtrand.c after standardizing NumPy import in mtrand.pyx. by Alan McIntyre · 17 years ago
  64. 8936ecc Standardize NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
  65. e6f61c9 Added tests to improve coverage. Converted tests from doctests to unit tests. by Alan McIntyre · 17 years ago
  66. 252e128 Standardized NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
  67. 1ab04d3 Fix doctest command continuation line. by Alan McIntyre · 17 years ago
  68. 0175369 Removed unused private function _castCopyAndTranspose. by Alan McIntyre · 17 years ago
  69. 681aa53 Standardize NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
  70. 6dd88dc * force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857) by pierregm · 17 years ago
  71. e9ae63e Skip one more possibly failing C99 test by Pauli Virtanen · 17 years ago
  72. 856861c Added tests to improve coverage of numpy.lib. by Alan McIntyre · 17 years ago
  73. b5e26c4 Clean up loadtxt. Fix Python 2.3 compatibility. by Stefan van der Walt · 17 years ago
  74. a2dcde5 Apply Stefan's patch for Ryan's loadtext fix. by Charles Harris · 17 years ago
  75. 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
  76. 75779e8 core: * suppressed the debugging info... by pierregm · 17 years ago
  77. 923ef80 core: by pierregm · 17 years ago
  78. 70e9b49 core: by pierregm · 17 years ago
  79. b8ecdad Removed unused private function _asarray1d. by Alan McIntyre · 17 years ago
  80. 8e86b69 Added numpy.testing.verbose, to allow tests to vary output accordingly. by Alan McIntyre · 17 years ago
  81. 77effdd Added tests to improve coverage of numpy.core. by Alan McIntyre · 17 years ago
  82. bd2f3c0 Fix broken regression test. by Charles Harris · 17 years ago
  83. 2ba50c2 Make regression test work for reverted NaN fix. by Charles Harris · 17 years ago
  84. d045a20 Revert r5470. by Charles Harris · 17 years ago
  85. 2de0cbb Fix _SIGN macros for MSVC compilers. Test. by Charles Harris · 17 years ago
  86. 20a3dc5 Fix ticket #794. by Charles Harris · 17 years ago
  87. 5808ab5 Add a pydoc import in lookfor; missed in the import refactoring. by Pauli Virtanen · 17 years ago
  88. 3db00b1 Fix errors in C99 tests. Skip tests failing on some platforms. by Pauli Virtanen · 17 years ago
  89. 7a15553 Undo test of SPARC alignment. by Charles Harris · 17 years ago
  90. 1c82d09 Testing SPARC alignment. by Charles Harris · 17 years ago
  91. da36770 BUG: Allow longs as well as ints to satisfy Win64. by Robert Kern · 17 years ago
  92. ecf30dc Fix some errors in C99 tests. Skip tests failing on Sparc64 by Pauli Virtanen · 17 years ago
  93. 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
  94. a7c080e Fix arccosh branch cut. Remove one unnecessary operation from nc_asinh. by Pauli Virtanen · 17 years ago
  95. d5300c2 Comment out extension option since it is not used at present. by Alan McIntyre · 17 years ago
  96. df1fc32 Instead of importing nose plugins, use the existing list of classes that by Alan McIntyre · 17 years ago
  97. d7611a5 Fix other reference count leak pointed out in #848 due to missing DECREF for typecode. by Travis Oliphant · 17 years ago
  98. c003f55 Generate headers in the right place for inplace builds. by Robert Kern · 17 years ago
  99. f3bef65 Comment cleanup. by Alan McIntyre · 17 years ago
  100. 3e4f726 Use a subclass of the nose doctest plugin instead of monkeypatching the builtin plugin. by Alan McIntyre · 17 years ago