Numpy 1.10.4 release
  1. 7681d0f Merge pull request #6956 from charris/backport-6952 by Charles Harris · 10 years ago
  2. 477a130 BUG recarray slices should preserve subclass. by Marten van Kerkwijk · 10 years ago
  3. c8487ba BUG trace is not subclass aware, such that np.trace(ma) != ma.trace(). by Marten van Kerkwijk · 10 years ago
  4. f5dc97e BUG: Fix copy/paste error treating modifiedpreceding as modifiedfollowing by Mark Wiebe · 10 years ago
  5. 99d28b9 TST: Add datetime test distinguishing modified following from preceding by Mark Wiebe · 10 years ago
  6. c99f4d4 DOC,BUG: Fix some latex generation problems. by Charles Harris · 10 years ago
  7. 12430f0 Merge pull request #6926 from charris/backport-6916 by Charles Harris · 10 years ago
  8. 406855b BUG: Fix test_f2py so it runs correctly in runtests.py. by Charles Harris · 10 years ago
  9. 00d7499 TST: Add regression test for gh-6922. by Charles Harris · 10 years ago
  10. adbd6db BUG: #6922: Fix segfault introduced in 23901aa. by Charles Harris · 10 years ago
  11. 1b09110 BUG: Fix use of python 3 only FileNotFoundError in test_f2py. by Charles Harris · 10 years ago
  12. 974dada Merge pull request #6826 from charris/backport-6817 by Charles Harris · 10 years ago
  13. 77fcac1 BUG: Disable 32-bit msvc9 compiler optimizations for npy_rint by Christoph Gohlke · 10 years ago
  14. f02a62a TST: Fix test_mvoid_multidim_print failures on Python 2.x for Windows by Christoph Gohlke · 10 years ago
  15. 470647a TST,BUG: Make test_mvoid_multidim_print work for 32 bit systems. by Charles Harris · 10 years ago
  16. 5aa1b9a MAINT: Include from __future__ boilerplate in some files missing it. by Charles Harris · 10 years ago
  17. 99ddcfd BUG: Quick and dirty fix for interp. by Charles Harris · 10 years ago
  18. db1c7c4 Merge pull request #6782 from charris/backport-6780 by Charles Harris · 10 years ago
  19. 460327d BUG: metadata is not copied to base_dtype by Allan Haldane · 10 years ago
  20. bbb67c2 DEP: Deprecate changing shape of non-C-contiguous array via descr. by Charles Harris · 10 years ago
  21. 6f7b32f TST: test f2py, fallback on f2py2.7 etc., fixes #6718 by Jörn Hees · 10 years ago
  22. dcb491e BUG: link cblas library if cblas is detected by Allan Haldane · 10 years ago
  23. 1f40bb0 Merge pull request #6738 from charris/backport-6094 by Charles Harris · 10 years ago
  24. 52e7594 Merge pull request #6736 from charris/backport-6721 by Charles Harris · 10 years ago
  25. 3ef672e BUG: Fixed string representation of mvoid with multi-dimensional columns by Thomas Robitaille · 10 years ago
  26. 3f743d2 BUG: Fix for #6719 by Gerrit Holl · 10 years ago
  27. da2df77 MAINT: Make no relaxed stride checking the default for 1.10. by Charles Harris · 10 years ago
  28. 43e7c8a MAINT: Localize variables only used with relaxed stride checking. by Charles Harris · 10 years ago
  29. 104fd78 BUG: Readd fallback CBLAS detection on linux. by Charles Harris · 10 years ago
  30. 76db1ab Merge pull request #6703 from ahaldane/fix_getfield_p_arith1.10 by Charles Harris · 10 years ago
  31. 340f779 MAINT: fix casting warnings in mapping.c by Allan Haldane · 10 years ago
  32. b684f41 Merge pull request #6705 from charris/backport-6686 by Charles Harris · 10 years ago
  33. 381d671 Merge pull request #6706 from charris/backport-6695 by Charles Harris · 10 years ago
  34. 040ff5b Merge pull request #6707 from charris/backport-6697 by Charles Harris · 10 years ago
  35. 7cbdea3 BUG: testing: fix a bug in assert_string_equal by Pauli Virtanen · 10 years ago
  36. af5e749 BUG: fix removing tempdirs created during build by Julian Taylor · 10 years ago
  37. 560e6ea MAINT: fix spurious semicolon in macro definition of PyArray_FROM_OT by Cong Ma · 10 years ago
  38. a17815d BUG: fix pointer arithmetic in _get_field_view by Allan Haldane · 10 years ago
  39. ef96253 TST: test np.rint bug for large integers by Matthew Brett · 10 years ago
  40. 925e531 BUG: ma.make_mask should always return nomask for nomask argument. by Charles Harris · 10 years ago
  41. 2f47d47 TST: Add tests for ma.dot. by Charles Harris · 10 years ago
  42. 14e9ceb BUG, MAINT: Refactor ma.dot function and the corresponding method. by Charles Harris · 10 years ago
  43. d8d27c3 STY: Minor style fixups. by Charles Harris · 10 years ago
  44. 2cc1975 BUG: Fix memleak in _convert_from_dict by Allan Haldane · 10 years ago
  45. 7270995 ENH: make recarray.getitem return a recarray by Allan Haldane · 10 years ago
  46. 08682e7 BUG: Make allclose return python bool. by Charles Harris · 10 years ago
  47. 555b8c3 BUG: Add choice and dirichlet to numpy.random.__all__. by Charles Harris · 10 years ago
  48. 5c9e67b DOC: Update documentation for isfortran. by Charles Harris · 10 years ago
  49. e60d970 Merge pull request #6578 from charris/rollback-6371 by Charles Harris · 10 years ago
  50. a76c275 BUG: Fix for #6569, allowing build_ext --inplace by Wendell Smith · 10 years ago
  51. 398b08c Revert "Merge pull request #6376 from charris/backport-gh-6361" by Charles Harris · 10 years ago
  52. 14735a8 Merge pull request #6573 from charris/backport-6553 by Charles Harris · 10 years ago
  53. ac772b9 TST: Added regression test empty percentile, in ref to #6530 and #6553 by Yash Mehrotra · 10 years ago
  54. 9d0c247 TST: Added tests for empty partition and argpartition by Yash Mehrotra · 10 years ago
  55. 120da4f BUG: Fixed partition errors on empty input. Closes #6530 by Yash Mehrotra · 10 years ago
  56. f1eca4b BUG: revert view safety checks by Allan Haldane · 10 years ago
  57. e3ec36b TST: Remove tests of view safety checks (see next commit) by Allan Haldane · 10 years ago
  58. df1786f BUG: Revert some import * fixes in f2py. by Charles Harris · 10 years ago
  59. c6065c8 BUG: fix AttributeError in numpy/distutils. by Ryan Grout · 10 years ago
  60. d560a21 BUG: error in broadcast_arrays with as_strided array by Stephan Hoyer · 10 years ago
  61. 91093ff Merge pull request #6552 from charris/backport-6546 by Charles Harris · 10 years ago
  62. 06fb562 BUG: fix inner() by copying if needed to enforce contiguity by alex · 10 years ago
  63. 04b16fd BUG: Make median work for empty arrays (issue #6462) by Ethan Kruse · 10 years ago
  64. b41e69a Merge pull request #6543 from charris/backport-6537 by Charles Harris · 10 years ago
  65. b1e5430 BUG: scalar argument to ma.atleast_* return arrays by Jonathan Helmus · 10 years ago
  66. 07e3b3d BUG: ma.masked_values does not shrink mask if requested by Jonathan Helmus · 10 years ago
  67. 4915668 MAINT: Keep test fix that came in with #5614. by Charles Harris · 10 years ago
  68. f2d9c13 Revert "Merge pull request #5614 from charris/cleanup-gh-5587" by Charles Harris · 10 years ago
  69. caf5b01 Merge pull request #6505 from charris/backport-5773 by Charles Harris · 10 years ago
  70. a307d81 Merge pull request #6504 from charris/backport-6500 by Charles Harris · 10 years ago
  71. deab3d5 TST: pytest traceback hide markers set for testing helpers by Michael Löffler · 10 years ago
  72. f90fbb9 BUG: recarrays viewed as subarrays don't convert to np.record type by Allan Haldane · 10 years ago
  73. f126564 MAINT: Speedup field access by removing unneeded safety checks (3/3) by Allan Haldane · 10 years ago
  74. 4cd3326 MAINT: Speedup field access by removing unneeded safety checks (2/3) by Allan Haldane · 10 years ago
  75. 9f19a89 MAINT: Speedup field access by removing unneeded safety checks (1/3) by Allan Haldane · 10 years ago
  76. e05ee17 Merge pull request #6489 from charris/backport-6488 by Charles Harris · 10 years ago
  77. c08359a BUG: Allow nested use of parameters for array dimensions in f2py. by Alexander Heger · 10 years ago
  78. 57c0ca4 BUG: allow extension of common blocks in numpy.f2py by Alexander Heger · 10 years ago
  79. 4d0e060 Merge pull request #6486 from charris/backport-6460 by Charles Harris · 10 years ago
  80. 5ee3dfb Merge pull request #6484 from charris/backport-6478 by Charles Harris · 10 years ago
  81. c538909 Update __init__.py by behrisch · 10 years ago
  82. c0495e7 TST: raise errors for dev versions and warnings for releases on test runs. by Ralf Gommers · 10 years ago
  83. b68aea4 BUG: Fix Intel compiler flags for OS X build by Chris Hogan · 10 years ago
  84. f0b4d21 Merge pull request #6482 from charris/backport-gh-6481 by Charles Harris · 10 years ago
  85. ab8c3da LIBPATH with spaces is now supported Python 2.7+ and Win32 by Gabi Davar · 10 years ago
  86. 9979599 TST: fix forgotten change of not creating errors from test warnings in 1.10.x by Ralf Gommers · 10 years ago
  87. 45a3d84 DEP: Remove warning for `full` when dtype is set. by Antony Lee · 10 years ago
  88. 0321723 Merge pull request #6447 from charris/backport-6438 by Charles Harris · 10 years ago
  89. 04211c6 BUG: mask nan to 1 in ordered compare by Julian Taylor · 10 years ago
  90. 826716f DOC: Document the reason msvc requires SSE2 on 32 bit platforms. by Charles Harris · 10 years ago
  91. 49fa187 BLD: enable SSE2 for 32-bit msvc 9 and 10 compilers by Christoph Gohlke · 10 years ago
  92. dcbc4cc MAINT: remove Wreturn-type warnings from config checks by Julian Taylor · 10 years ago
  93. d6564cb BLD: do not build exclusively for SSE4.2 processors by Christoph Gohlke · 10 years ago
  94. 15cb66f BLD: do not build exclusively for SSE4.2 processors by Christoph Gohlke · 10 years ago
  95. c38bc08 DOC: fix var. reference in percentile docstring by Tobias Megies · 10 years ago
  96. fa185c7 BUG: Guarantee non-zero is 1 for switch statements by Chris Hogan · 10 years ago
  97. 5495721 BUG: Fix PyObject_Cmp in npy_3kcompat.h. by Charles Harris · 10 years ago
  98. aa8adf4 Merge pull request #6385 from charris/backport-gh-6384 by Charles Harris · 10 years ago
  99. 9a66826 TST: Add tests for np.full FutureWarning. by Antony Lee · 10 years ago
  100. c0d0947 FutureWarning for np.full(..., non-float). by Antony Lee · 10 years ago