1. 45a3d84 DEP: Remove warning for `full` when dtype is set. by Antony Lee · 10 years ago
  2. 0321723 Merge pull request #6447 from charris/backport-6438 by Charles Harris · 10 years ago
  3. 04211c6 BUG: mask nan to 1 in ordered compare by Julian Taylor · 10 years ago
  4. 826716f DOC: Document the reason msvc requires SSE2 on 32 bit platforms. by Charles Harris · 10 years ago
  5. 49fa187 BLD: enable SSE2 for 32-bit msvc 9 and 10 compilers by Christoph Gohlke · 10 years ago
  6. dcbc4cc MAINT: remove Wreturn-type warnings from config checks by Julian Taylor · 10 years ago
  7. d6564cb BLD: do not build exclusively for SSE4.2 processors by Christoph Gohlke · 10 years ago
  8. 15cb66f BLD: do not build exclusively for SSE4.2 processors by Christoph Gohlke · 10 years ago
  9. c38bc08 DOC: fix var. reference in percentile docstring by Tobias Megies · 10 years ago
  10. fa185c7 BUG: Guarantee non-zero is 1 for switch statements by Chris Hogan · 10 years ago
  11. 5495721 BUG: Fix PyObject_Cmp in npy_3kcompat.h. by Charles Harris · 10 years ago
  12. aa8adf4 Merge pull request #6385 from charris/backport-gh-6384 by Charles Harris · 10 years ago
  13. 9a66826 TST: Add tests for np.full FutureWarning. by Antony Lee · 10 years ago
  14. c0d0947 FutureWarning for np.full(..., non-float). by Antony Lee · 10 years ago
  15. a600a5c Merge pull request #6376 from charris/backport-gh-6361 by Charles Harris · 10 years ago
  16. 2a3ac6f TST: Test empty warning for split with manual inputs by Sebastian Berg · 10 years ago
  17. 79ed6ee BUG: Expanded warning conditions for array_split by Michael Currie · 10 years ago
  18. 459f44a DOC: Document behaviour of ravel more clearly by Sebastian Berg · 10 years ago
  19. 876b580 REV: Make sure ravel returns a contiguous array by Sebastian Berg · 10 years ago
  20. 38a8756 Merge pull request #6374 from charris/backport-gh-6373 by Charles Harris · 10 years ago
  21. 7f434e7 BUG: Fix vdot for uncontiguous arrays. by Sebastian Berg · 10 years ago
  22. 8f4b4f1 BUG,ENH: allow linalg.cond to work on a stack of matrices by Sebastian Berg · 10 years ago
  23. d8bd7fb TST: Update test__version.py. by Charles Harris · 10 years ago
  24. e1ccd7c BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.in by Charles Harris · 10 years ago
  25. 128a0e9 Merge pull request #6341 from charris/backport-gh-6328 by Charles Harris · 10 years ago
  26. bc00899 ENH: enabled extra_link_args in OpenBLAS segment by Nick Papior · 10 years ago
  27. 4cc0dda Changed from distutils_MSVCCompiler to distutils.msvccompiler.MSVCCompiler by Dmitry Zagorny · 10 years ago
  28. ed6e960 Align with pep8 by Dmitry Zagorny · 10 years ago
  29. c628401 Fixed issue: SciPy can't be build in case, if python was installed into by Dmitry Zagorny · 10 years ago
  30. 7cba81b MSVCCompiler overwrite 'lib' and 'include' environment variables. This by Dmitry Zagorny · 10 years ago
  31. 8bf83c4 Added closing for 'so_dup' and 'se_dup' file descriptors. by Dmitry Zagorny · 10 years ago
  32. 3078680 Merge pull request #6151 from charris/make-bad-strides-reasonable by Charles Harris · 10 years ago
  33. 6bc9555 BUG: fix timedelta arithmetic with invalid values or NaTs by Antoine Pitrou · 10 years ago
  34. 2c74891 BUG: Fix refcounting for string comparison in array_richcompare by Nathaniel J. Smith · 10 years ago
  35. b49adda Merge pull request #6252 from juliantaylor/comp-alias by Julian Taylor · 10 years ago
  36. a62abc8 BUG: simplify code remove strict aliasing violation by Julian Taylor · 10 years ago
  37. 52dbbd8 BUG: Checking advanced indices could fail for some arrays by Sebastian Berg · 10 years ago
  38. 87134ec Changed the module name from 'np' to 'numpy' since the name 'np' was raising an ImportError. by James Camel · 10 years ago
  39. 059e415 BUG: fix typo which fused two compile flags on Windows for GFortran. by Ralf Gommers · 10 years ago
  40. 40669f5 BUG: fix 32-bit arch flag for Intel Fortran compiler. by Ralf Gommers · 10 years ago
  41. 10c3eb0 BLD: fix compiler_cxx check failure by yolanda15 · 10 years ago
  42. 254bbf0 BLD: add platform check to avoid intel compiler build failure on Linux when importing MSVC by yolanda15 · 10 years ago
  43. ddf4430 Merge pull request #6212 from charris/backport-gh-6206 by Charles Harris · 10 years ago
  44. 94a53da MANT: searchsorted should return base ndarrays always by Jaime Fernandez · 10 years ago
  45. 45f3346 BUG: restore use of dtype input arg to test by Matthew Brett · 10 years ago
  46. 4bc2f19 BUG: restore endianness to complex tests by Matthew Brett · 10 years ago
  47. 749653c BLD: Distutils doesn't warn unless compiler_cxx is empty by Peter Iannucci · 10 years ago
  48. cba0dfd TST: Test that arrays are not hashable. by Charles Harris · 10 years ago
  49. e422a09 BUG: Fix a non-constant expression used as structure initializer. by Charles Harris · 10 years ago
  50. 27f5107 BLD: Option /GL does not exist for mingw32 compiler. by Charles Harris · 10 years ago
  51. 2566d30 BLD: Remove fallback CBLAS detection looking for cblas.h. by Charles Harris · 10 years ago
  52. f15501b BLD: revert C99 complex for msvc14 by Christoph Gohlke · 10 years ago
  53. e955122 DOC: Add warning about numpy._build_utils by Alex Willmer · 10 years ago
  54. 79db519 BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.in by Alex Willmer · 10 years ago
  55. 9a241bd MAINT: List subpackages alphabetically in numpy.setup.configuration() by Alex Willmer · 10 years ago
  56. cab8bc6 BLD: fix tests under Tox, include numpy.build_utils in the distribution by Alex Willmer · 10 years ago
  57. e0402e0 BLD: Move Intel POWL blacklist. by Charles Harris · 10 years ago
  58. 53a2959 BLD: fix issue with POWL for Intel compilers on Windows. by Ralf Gommers · 10 years ago
  59. ab6723a BLD: Intel compilers: xiar/xilib for Linux and Windows to support IPO. by Ralf Gommers · 10 years ago
  60. 694e374 BLD: some fixes for Intel compilers. by Ralf Gommers · 10 years ago
  61. 56f18e6 Merge pull request #6148 from charris/backport-gh-6147 by Charles Harris · 10 years ago
  62. faf49a2 BLD: llabs not available with msvc9 by Christoph Gohlke · 10 years ago
  63. 51a0ab5 MAINT: Temporarily disable __numpy_ufunc__ for 1.10 by Nathaniel J. Smith · 10 years ago
  64. e27035f BLD: fix build failure by Christoph Gohlke · 10 years ago
  65. 15fc8f1 BLD: disable broken msvc14 trigonometric functions by Christoph Gohlke · 10 years ago
  66. b5a91f2 BLD: enable C99 isnan and isinf for msvc14 by Christoph Gohlke · 10 years ago
  67. 2c99f44 BLD: enable C99 complex for msvc14 by Christoph Gohlke · 10 years ago
  68. 211d042 BLD: try_run fails on Python 3.5b4 for Windows by Christoph Gohlke · 10 years ago
  69. ab1ea1f Merge pull request #6139 from cgohlke/patch-3 by Charles Harris · 10 years ago
  70. c33d59d Merge pull request #6138 from cgohlke/patch-2 by Jaime · 10 years ago
  71. dd22001 TST: on Windows run f2py from the Scripts directory by Christoph Gohlke · 10 years ago
  72. 27d6c3c TST: use os.pathsep to separate library directories by Christoph Gohlke · 10 years ago
  73. 093bf44 TST: skip gcc specific test when using msvc by Christoph Gohlke · 10 years ago
  74. 3fd21ed TST: alternatively assert existence of msvc .obj files by Christoph Gohlke · 10 years ago
  75. 58d4115 TST: fix OverflowError on win-amd64 by Christoph Gohlke · 10 years ago
  76. 28f74f1 Merge pull request #6091 from novocaine/master by Charles Harris · 10 years ago
  77. 3fc27e8 Merge pull request #6092 from ahaldane/raise_warnings_fix by Charles Harris · 10 years ago
  78. c03abd7 Merge pull request #6131 from argriffing/choice-precision by Charles Harris · 10 years ago
  79. 038a309 Merge pull request #6117 from charris/fix-star-imports-f2py by Charles Harris · 10 years ago
  80. b6d0263 MAINT: adjust tolerance for validating the sum of probs in random.choice by alex · 10 years ago
  81. d676616 STY: Break some long lines in numpy/f2py/*.py. by Charles Harris · 10 years ago
  82. ede1588 MAINT: fix raise_warnings in np.test in py3 by Allan Haldane · 10 years ago
  83. c49821c BUG: fixed regression in np.histogram which caused input floating-point values to be modified by Thomas Robitaille · 10 years ago
  84. 31f4f79 Merge pull request #6055 from seberg/test-warn-always by Ralf Gommers · 10 years ago
  85. 9d26d68 Merge pull request #6052 from insertinterestingnamehere/lib_fix by Ralf Gommers · 10 years ago
  86. 3b4b3ed Merge pull request #6111 from charris/fix-getargspec by Ralf Gommers · 10 years ago
  87. 0fa1a9f STY: PEP8 fixes in numpy/f2py/tests. by Charles Harris · 10 years ago
  88. a012157 STY: Make PEP8 fixes in numpy/f2py by Charles Harris · 10 years ago
  89. b80d1f9 STY: Make pyflakes fixes in numpy/f2py by Charles Harris · 10 years ago
  90. 0d9dae2 STY: PEP8 and pyflakes fixes for numpy/tests. by Charles Harris · 10 years ago
  91. fd79f69 STY: PEP8 and pyflakes fixes for numpy/lib/tests by Charles Harris · 10 years ago
  92. 64a8e2a STY: PEP8 and pyflakes fixes for numpy/linalg/tests. by Charles Harris · 10 years ago
  93. 0aef5ec STY: PEP8 and pyflakes fixes for numpy/matrixlib/tests. by Charles Harris · 10 years ago
  94. 1e99323 STY: PEP8 and pyflakes fixes for numpy/distutils. by Charles Harris · 10 years ago
  95. ac193fa STY: PEP8 and pyflakes fixes for numpy/f2py/tests. by Charles Harris · 10 years ago
  96. 5eeb3c4 Merge pull request #6046 from charris/pep8-and-pyflakes-cleanups by Charles Harris · 10 years ago
  97. 9918d35 Merge pull request #6047 from charris/pep8-pyflakes-numpy.core.tests by Charles Harris · 10 years ago
  98. 730adaa MAINT: Merge the np.dot tests in test_multiarray and test_numeric. by Charles Harris · 10 years ago
  99. fac130e STY: pyflakes fixes for numpy/core/tests/*.py. by Charles Harris · 10 years ago
  100. 33934d5 MAINT: Remove redundant tests from test_multiarray.py. by Charles Harris · 10 years ago