1. 8d76ceb Merge pull request #3187 from ericfode/float16pow by Ondřej Čertík · 12 years ago
  2. 8b42156 Update scalarmathmodule.c.src by Eric Fode · 12 years ago
  3. 3fd6b62 MAINT: Fix python3 ResourceWarning when running test_exec_command.py by Charles Harris · 12 years ago
  4. 1e747d7 TST: open the TemporaryFile in ASCII mode by Ondrej Certik · 12 years ago
  5. 9c5f317 Merge pull request #3136 from certik/backport3128 by Ondřej Čertík · 12 years ago
  6. e151843 TST: rework tests to work with Python 2.4 by Ondrej Certik · 12 years ago
  7. 1660575 TST: skip general test on non-posix platforms by Ondrej Certik · 12 years ago
  8. eb0e3f8 TST: Redirect the other stream to temp. file by Ondrej Certik · 12 years ago
  9. 8ca9bd5 Implement separate checking for stdout and stderr by Ondrej Certik · 12 years ago
  10. 0ad86c5 TST: add robust tests for exec_command() by Ondrej Certik · 12 years ago
  11. 361a76c PEP8: don't use \ by Ondrej Certik · 12 years ago
  12. 1c016fb FIX: add _supports_fileno() for testing fileno() by Ondrej Certik · 12 years ago
  13. 6231088 BUG: fix issue with distutils.exec_command introduced in 1.7.0. by Ralf Gommers · 12 years ago
  14. 07377a6 DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n'). by Maximilian Albert · 12 years ago
  15. 86a0102 Merge pull request #3117 from seberg/backport-choice-object-scalar by njsmith · 12 years ago
  16. 8415e89 BUG: Exported f2py_size symbol prevents linking multiple f2py modules. by Bradley M. Froehle · 12 years ago
  17. 23a2ce2 MAINT: Regenerate mtrand.c by Sebastian Berg · 12 years ago
  18. 8070640 MAINT: random.choice python 2.4 compatibility changes by Sebastian Berg · 12 years ago
  19. f781708 BUG: PyArray_LexSort allocates too much temporary memory. by Bradley M. Froehle · 12 years ago
  20. 1af8949 BUG: fix random.choice scalar object result and disallow 0-d arrays by Sebastian Berg · 12 years ago
  21. d7fd71d BUG: npy-pkg-config ini files were missing after Bento build. by Ralf Gommers · 12 years ago
  22. 524d8e5 BUG: initialize op_axes when only itershape is given by Sebastian Berg · 12 years ago
  23. 9231850 Merge pull request #3039 from seberg/backport-object-take by njsmith · 12 years ago
  24. bff13fa BUG: non-empty takes on empty axes failed for clip/wrap logic by Sebastian Berg · 12 years ago
  25. 907e382 TST: Add test for np.take refcounting by Sebastian Berg · 12 years ago
  26. eb5adfb BUG: Incref items in np.take on error as they are decrefed later by Sebastian Berg · 12 years ago
  27. aede7e0 Merge pull request #2985 from seberg/backport-large-sort-fixes by njsmith · 12 years ago
  28. 4192040 Merge pull request #2982 from charris/backport-fix-nansum by njsmith · 12 years ago
  29. f7d6f6a Merge pull request #2984 from charris/backport-fix-complex-polynomial-fit by njsmith · 12 years ago
  30. 753bc5b Merge pull request #3007 from seberg/fix-empty-item-backport by njsmith · 12 years ago
  31. b84555a BUG: Fix regression of bad error/random behavior in item method by Sebastian Berg · 13 years ago
  32. 0a343f3 BUG: Fix reporting of memory error inside sorting by Sebastian Berg · 13 years ago
  33. ead4a95 BUG: Fix dtypes in sorting functions to npy_intp by Sebastian Berg · 13 years ago
  34. f9be8e4 TST: Add Test for column scaling in the polynomial package fits. by Charles Harris · 13 years ago
  35. 9448491 BUG: gh-2790, fix column scaling in polynomial package least squares. by Charles Harris · 13 years ago
  36. 3819bf8 BUG: gh-2969: Backport memory leak fix 80b3a34. by Charles Harris · 13 years ago
  37. 4753c19 BUG: Make nansum work with booleans. by Charles Harris · 13 years ago
  38. 08ea266 Fix `1` is printed during numpy.test() by Christoph Gohlke · 13 years ago
  39. 7f0f68f BUG: Fix memory leak in ndarray construction from strings (gh-2927) by Mark Wiebe · 13 years ago
  40. 7177513 Merge pull request #2920 from certik/backport2907 by Ondřej Čertík · 13 years ago
  41. 3087fd5 TST: Mark the test as knownfail for Python < 2.6 by Ondřej Čertík · 13 years ago
  42. 0d053ba Add a missing part of the test by Ondřej Čertík · 13 years ago
  43. dea4fab Backport of #2897 (ndindex failing) by Ondřej Čertík · 13 years ago
  44. 02e3a81 BUG: Convert non-array rhs for boolean assignment with correct dtype by Sebastian Berg · 13 years ago
  45. 04bd5ac Added support for AArch64 architecture by Marcin Juszkiewicz · 13 years ago
  46. d4a3937 BUG: Replace unprefixed SIZEOF_* macros with prefixed versions. by Charles Harris · 13 years ago
  47. 19953ba BUG: Fix byteswapping for complex scalars by Sebastian Berg · 13 years ago
  48. dcc5c79 TST: skip floating point warning test failures on ARM. Closes gh-413. by Ralf Gommers · 13 years ago
  49. 78628fd fix array interface documentation links by Sandro Tosi · 13 years ago
  50. 82fc667 Update the C API version number by Ondřej Čertík · 13 years ago
  51. d930c88 FIX: remove a spurious check in get_cast_transfer_function by Nathaniel J. Smith · 13 years ago
  52. bae7330 DOC: Add a blank line to multiline comments by Ondřej Čertík · 13 years ago
  53. c8decf2 DOC: Thoroughly document datetime issues by Ondřej Čertík · 13 years ago
  54. e54f750 FIX: Use the NPY_TIME_T macro everywhere by Ondřej Čertík · 13 years ago
  55. bffea7a TST: Add test for in1d ravelling by Sebastian Berg · 13 years ago
  56. 42e5b80 BUG: Fix regression for in1d with non-array input by Sebastian Berg · 13 years ago
  57. 5de0b6e Add fix to unit test; remove debug logging by Jay Bourque · 13 years ago
  58. d0aca0e Add debug logging to figure out why unit test fails on Travis by Jay Bourque · 13 years ago
  59. 6209e3e Refactor unit tests and add DECREF by Jay Bourque · 13 years ago
  60. ab2d5d2 Modify unit tests for 32 bit support by Jay Bourque · 13 years ago
  61. d288e39 Refactor to cover more cases; modify unit tests by Jay Bourque · 13 years ago
  62. 9340dd4 Fix invalid typestring size by Jay Bourque · 13 years ago
  63. ba58718 Fix unicode tests for flexible string representation on Python 3.3 by cgohlke · 13 years ago
  64. c4c169c Merge pull request #2842 from certik/backport459 by Ralf Gommers · 13 years ago
  65. 049ae4d TST: Change expected output for Python 3. by Skipper Seabold · 13 years ago
  66. b3b367f BUG: Use numpystr for arrayprint fallback instead of str by Skipper Seabold · 13 years ago
  67. f5d883c TST: Add failing test for unicode array with object dtype by Skipper Seabold · 13 years ago
  68. de6f3b6 MAINT: update Intel Fortran compiler flags for the 21st century. by Ralf Gommers · 13 years ago
  69. 2050eb0 [FIX] preserve memory order in np.copy() by Nathaniel J. Smith · 13 years ago
  70. e208de6 FIX: Fixes the segfault in PyArray_FromScalar by Ondřej Čertík · 13 years ago
  71. 7bdeaa3 TST: also filter Cython warnings in NoseTester. See PR-432. by Ralf Gommers · 13 years ago
  72. fa3f5a1 Merge pull request #2820 from certik/backport2793 by Ondřej Čertík · 13 years ago
  73. fec3a99 Handle MSVC v10 in _MSVCRVER_TO_FULLVER by peterjc · 13 years ago
  74. 0e1f9a3 Cope with two digit major number in MSCV v10 by peterjc · 13 years ago
  75. 86436d8 Include msvcr100 (MSVC v10 aka 2010) in msvc_runtime_library() by peterjc · 13 years ago
  76. eb77c8d BUG: internal call fix in random.choice by Sebastian Berg · 13 years ago
  77. d27ddee MAINT: Regenerate mtrand.c by Sebastian Berg · 13 years ago
  78. 4b0249f TST: Add tests for new feature and fix in random.choice by Sebastian Berg · 13 years ago
  79. 959f790 BUG: Fix various problems in the previous commits. by Sebastian Berg · 13 years ago
  80. 6b523d6 BUG: Do not sort new indices in random.choice. by Sebastian Berg · 13 years ago
  81. acf7421 ENH: make random.choice size argument default to None and allow tuple by Sebastian Berg · 13 years ago
  82. bf084bd Merge pull request #2817 from certik/backport2794 by Ondřej Čertík · 13 years ago
  83. 62bc371 Merge pull request #2816 from certik/backport2792 by Ondřej Čertík · 13 years ago
  84. 27a9c36 Merge pull request #2815 from certik/backport444 by Ondřej Čertík · 13 years ago
  85. d676f1f TST: Add a test for bug gh-2668 by Mark Wiebe · 13 years ago
  86. c25886d BUG: Attempt to fix sparc segfault (gh-2668) by Mark Wiebe · 13 years ago
  87. ecee2b0 FIX: Add multiarch paths to the distutils' ones by Ondřej Čertík · 13 years ago
  88. 590811f TST: Add more tests. by Han Genuit · 13 years ago
  89. 438567f BUG: Disallow shapesize > 1 when coercing scalar to array by Han Genuit · 13 years ago
  90. e575a51 ENH: Assume object is scalar if no shape and data attribute are given by Han Genuit · 13 years ago
  91. 911dd03 BUG: Handle scalars correctly. by Han Genuit · 13 years ago
  92. b6ce3bb BUG: Fixes for Python 3.x by Han Genuit · 13 years ago
  93. 193f2d3 BUG: Make sure empty shapes are disallowed when data is specified by Han Genuit · 13 years ago
  94. b24d971 TST: Add test for special case in array interface by Han Genuit · 13 years ago
  95. 6385ac4 BUG: Make shape check for special case a bit stricter by Han Genuit · 13 years ago
  96. fcd67d4 ENH: Allow objects to use the array interface without specifying data by Han Genuit · 13 years ago
  97. cb0ee58 BLD: MSVC build fix for switch of PyArray_DATA to void* by Mark Wiebe · 13 years ago
  98. 5487ac3 Merge pull request #2782 from certik/backport2754 by Ondřej Čertík · 13 years ago
  99. 807cabd Merge pull request #2789 from certik/backport2746 by Ondřej Čertík · 13 years ago
  100. c9a4966 MISC: fix whitespace in C file by GaelVaroquaux · 13 years ago