NumPy 1.16.3 release.
  1. e925155 BLD: address mingw-w64 issue. Follow-up to gh-9977 by Ralf Gommers · 6 years ago
  2. 4ba782f Merge pull request #13360 from charris/backport-12560 by Charles Harris · 6 years ago
  3. 446d321 DOC: fix some doctest failures by mattip · 6 years ago
  4. 89b6887 Merge pull request #13359 from charris/backport-12889 by Charles Harris · 6 years ago
  5. 8cea82a BUG: load fails when using pickle without allow_pickle=True by Paul Ivanov · 6 years ago
  6. 3a2f7b3 Merge pull request #13351 from eric-wieser/tidy-typeinfo by Charles Harris · 6 years ago
  7. bccdefe Merge branch 'maintenance/1.16.x' into poly1d-fixes-fixes-fixes-fixes by Eric Wieser · 6 years ago
  8. fb00e94 BUG/MAINT: Tidy typeinfo.h and .c by Eric Wieser · 6 years ago
  9. 9b86735 Merge pull request #13342 from charris/backport-13335 by Charles Harris · 6 years ago
  10. 33b8947 Merge pull request #13339 from charris/backport-13060 by Charles Harris · 6 years ago
  11. b6380a2 Merge pull request #13340 from charris/backport-13301 by Charles Harris · 6 years ago
  12. 0ff0393 DOC: Add as_ctypes_type to the documentation by Eric Wieser · 6 years ago
  13. 54563cd BUG: ufunc.at iteration variable size fix by Sebastian Berg · 6 years ago
  14. 6aea739 TST: fix up test_structured_padded by Tyler Reddy · 6 years ago
  15. 8c77b24 BUG: Fix crash when calling savetxt on a padded array by Eric Wieser · 6 years ago
  16. a174866 BUG: Use C call to sysctlbyname for AVX detection on MacOS. by Bran · 6 years ago
  17. 5443fd4 BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelper by Jakub Wilk · 6 years ago
  18. 893f62e Merge pull request #13276 from charris/backport-12547 by Charles Harris · 6 years ago
  19. 72f102e Merge pull request #13275 from charris/backport-13176 by Charles Harris · 6 years ago
  20. aca42d3 ENH: Cast covariance to double in random mvnormal by Kevin Sheppard · 6 years ago
  21. 459d6e4 BUG/MAINT: fix reference count error on invalid input to ndarray.flat (#13176) by adeak · 6 years ago
  22. 95bc2f0 MAINT: f2py: Add a cast to avoid a compiler warning. by Warren Weckesser · 6 years ago
  23. afd8841 Merge pull request #13145 from charris/backport-13036 by Charles Harris · 6 years ago
  24. e6a7a80 BUG: __array_interface__ offset was always ignored by mattip · 6 years ago
  25. c0d2ca5 Merge pull request #13143 from charris/backport-13092 by Charles Harris · 6 years ago
  26. 9be1410 Merge pull request #13142 from charris/backport-13093 by Charles Harris · 6 years ago
  27. af9ef68 BUG: ensure linspace works on object input. by Marten van Kerkwijk · 6 years ago
  28. e5507db Added issue number in comment by Bharat123Rox · 6 years ago
  29. 50e3300 Added more tests as suggested by @eric-wieser by Bharat123Rox · 6 years ago
  30. a4c128f Fix #13087 by raising a ValueError and adding a unit test for it by Bharat123Rox · 6 years ago
  31. 244abdf BUG: ppc and riscv don't use REAL(10) by Andreas Schwab · 6 years ago
  32. 8b0494b BUG: ppc is using IBM double double by Andreas Schwab · 6 years ago
  33. 2788e09 BUG: Remove our patched version of `distutils.split_quoted` by Eric Wieser · 7 years ago
  34. 9b89e08 BUG: Add missing error checking in conversion from integers to datetime types by Eric Wieser · 7 years ago
  35. 977105b Merge pull request #13084 from charris/backport-13039 by Charles Harris · 7 years ago
  36. d49a1ef Merge pull request #13083 from charris/backport-13075 by Charles Harris · 7 years ago
  37. 219f530 BUG: fixes from review by mattip · 7 years ago
  38. b7ac775 BUG: fixes from review by mattip · 7 years ago
  39. 938fb69 BUG: fixes from review by mattip · 7 years ago
  40. a4ed6bb BUG: remove error-prone borrowed reference handling by mattip · 7 years ago
  41. faa414a Update environment.py by Yu Feng · 7 years ago
  42. 07bcfa5 Update numpy/distutils/fcompiler/environment.py by Eric Wieser · 7 years ago
  43. 9b8f973 Changes suggested by eric-wieser by Yu Feng · 7 years ago
  44. e76ac4f Convert fortran flags from environment variable by Yu Feng · 7 years ago
  45. 9e74751 BUG: Fix errors in string formatting while producing an error by Eric Wieser · 7 years ago
  46. 8551c71 BUG: Fixes to numpy.distutils.Configuration.get_version (#13056) by Eric Wieser · 7 years ago
  47. 9e9b3c2 MAINT: emit single Warning for multiple DLLs by Tyler Reddy · 7 years ago
  48. f08fccb MAINT: use os.path for Python 2.x compat by Tyler Reddy · 7 years ago
  49. 569f1d6 MAINT: probe multiple DLL handling on Win by Tyler Reddy · 7 years ago
  50. 1ba0569 BLD: Windows absolute path DLL loading by Tyler Reddy · 7 years ago
  51. 63644d9 Merge pull request #13038 from eric-wieser/distutils-shlex-split by Charles Harris · 7 years ago
  52. 57b8ee6 BUG: Fix regression in parsing of F90 and F77 environment variables by Eric Wieser · 7 years ago
  53. 075aa34 Merge pull request #13026 from eric-wieser/distutils-windows-split by Charles Harris · 7 years ago
  54. 00ccdfc BUG: parse shell escaping in extra_compile_args and extra_link_args by Eric Wieser · 7 years ago
  55. 77aee9c MAINT: Add functions to parse shell-strings in the platform-native way by Eric Wieser · 7 years ago
  56. ab9a5ad BUG: fix signed zero behavior in npy_divmod by tlatorre · 7 years ago
  57. 12c7e0a MAINT: remove complicated test of multiarray import failure mode by mattip · 7 years ago
  58. b0ad668 Merge pull request #12899 from eric-wieser/distutils-extra-quotes-again by Charles Harris · 7 years ago
  59. 7338e77 Merge pull request #12898 from eric-wieser/distutils-debug by Charles Harris · 7 years ago
  60. 490b854 BUG: Do not insert extra double quote into preprocessor macros by Eric Wieser · 7 years ago
  61. 37ba40b BUG: Do not double-quote arguments passed on to the linker by Eric Wieser · 7 years ago
  62. ebe2f5c BUG: fail if old multiarray module detected by mattip · 7 years ago
  63. 0004637 ENH: add _dtype_ctype to namespace for freeze analysis by mattip · 7 years ago
  64. c6f67b2 Merge pull request #12870 from charris/backport-12854 by Charles Harris · 7 years ago
  65. 01f61d0 BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and lower by mattip · 7 years ago
  66. 2e7a77e BUG: do not Py_DECREF NULL pointer by cgohlke · 7 years ago
  67. 531c6be Merge pull request #12845 from charris/backport-12722 by Charles Harris · 7 years ago
  68. 4786998 Merge pull request #12844 from charris/backport-12748 by Charles Harris · 7 years ago
  69. fc65dbf BUG: Fix rounding of denormals in double and float to half casts … (#12722) by Sebastian Berg · 7 years ago
  70. 20722df BUG: Fix SystemError when pickling datetime64 array with pickle5 (#12748) by Antoine Pitrou · 7 years ago
  71. b317499 BUG: fix to check before apply `shlex.split` by OBATA Akio · 7 years ago
  72. 35580e6 ENH: add mm->qm divmod by Tyler Reddy · 7 years ago
  73. d220ecc BUG: timedelta64 % 0 behavior by Tyler Reddy · 7 years ago
  74. 4e597aa Merge pull request #12754 from effigies/patch-1 by Charles Harris · 7 years ago
  75. c74f2f6 BUG: resolve writeback in arr_insert failure paths by mattip · 7 years ago
  76. 51443ae Merge pull request #12813 from charris/backport-12807 by Charles Harris · 7 years ago
  77. a8e60db BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs by mattip · 7 years ago
  78. 263829c Merge pull request #12812 from charris/backport-12805 by Charles Harris · 7 years ago
  79. 457bfad Merge pull request #12811 from charris/backport-12631 by Charles Harris · 7 years ago
  80. 064b79f Merge pull request #12810 from charris/backport-12604 by Charles Harris · 7 years ago
  81. 4b11e3c BUG: double decref of dtype in failure codepath. Test and fix by mattip · 7 years ago
  82. 8c12178 BUG: fix f2py problem to build wrappers using PGI's Fortran by Arcesio Castaneda Medina · 7 years ago
  83. 04c3bb9 BUG: Check that dtype or formats arguments are not None. by danielhrisca · 7 years ago
  84. f2bd875 BUG: loosen kwargs requirements in ediff1d by mattip · 7 years ago
  85. e5237a7 FIX: Compare (unicode, bytes) at later stage by Christopher J. Markiewicz · 7 years ago
  86. 264c94b FIX: Compare (unicode, bytes) over basestring by Christopher J. Markiewicz · 7 years ago
  87. 2309c40 TEST: Verify os_fspath accepts all strings by Christopher J. Markiewicz · 7 years ago
  88. 88ce47a BUG: Check paths are basestrings or path-like by Chris Markiewicz · 7 years ago
  89. c860661 Merge pull request #12788 from charris/backport-12762 by Charles Harris · 7 years ago
  90. 8493661 ENH: Changed the order of checking for local file. by EelcoPeacs · 7 years ago
  91. e9fa679 Merge pull request #12784 from charris/backport-12696 by Charles Harris · 7 years ago
  92. 39d90f0 Merge pull request #12782 from eric-wieser/fix-PyArray_RegisterCanCast-malloc by Charles Harris · 7 years ago
  93. 031d835 BUG: Followup fixes of leaks detected with valgrind by Sebastian Berg · 7 years ago
  94. a1dcdc7 BUG: Free buffer shape information on error during creation by Sebastian Berg · 7 years ago
  95. 7d8db34 BUG: Fix leak of void scalar buffer info by Sebastian Berg · 7 years ago
  96. 2930642 BUG: Fix reference counting for subarrays containing objects (#12650) by Sebastian Berg · 7 years ago
  97. 43a2779 Merge pull request #12776 from charris/backport-12592 by Charles Harris · 7 years ago
  98. f1c4c75 DOC, TST: clean up matplotlib imports by Tyler Reddy · 7 years ago
  99. 26d64e9 DOC, TST: remove agg setting from docs by Tyler Reddy · 7 years ago
  100. af27318 BUG,TST: Remove the misguided `run_command` that wraps subprocess by Eric Wieser · 7 years ago