Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

NumPy 1.16.1 release.
  1. b0ad668 Merge pull request #12899 from eric-wieser/distutils-extra-quotes-again by Charles Harris · 7 years ago
  2. 7338e77 Merge pull request #12898 from eric-wieser/distutils-debug by Charles Harris · 7 years ago
  3. 490b854 BUG: Do not insert extra double quote into preprocessor macros by Eric Wieser · 7 years ago
  4. 37ba40b BUG: Do not double-quote arguments passed on to the linker by Eric Wieser · 7 years ago
  5. ebe2f5c BUG: fail if old multiarray module detected by mattip · 7 years ago
  6. 0004637 ENH: add _dtype_ctype to namespace for freeze analysis by mattip · 7 years ago
  7. c6f67b2 Merge pull request #12870 from charris/backport-12854 by Charles Harris · 7 years ago
  8. 01f61d0 BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and lower by mattip · 7 years ago
  9. 2e7a77e BUG: do not Py_DECREF NULL pointer by cgohlke · 7 years ago
  10. 531c6be Merge pull request #12845 from charris/backport-12722 by Charles Harris · 7 years ago
  11. 4786998 Merge pull request #12844 from charris/backport-12748 by Charles Harris · 7 years ago
  12. fc65dbf BUG: Fix rounding of denormals in double and float to half casts … (#12722) by Sebastian Berg · 7 years ago
  13. 20722df BUG: Fix SystemError when pickling datetime64 array with pickle5 (#12748) by Antoine Pitrou · 7 years ago
  14. b317499 BUG: fix to check before apply `shlex.split` by OBATA Akio · 7 years ago
  15. 35580e6 ENH: add mm->qm divmod by Tyler Reddy · 7 years ago
  16. d220ecc BUG: timedelta64 % 0 behavior by Tyler Reddy · 7 years ago
  17. 4e597aa Merge pull request #12754 from effigies/patch-1 by Charles Harris · 7 years ago
  18. c74f2f6 BUG: resolve writeback in arr_insert failure paths by mattip · 7 years ago
  19. 51443ae Merge pull request #12813 from charris/backport-12807 by Charles Harris · 7 years ago
  20. a8e60db BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs by mattip · 7 years ago
  21. 263829c Merge pull request #12812 from charris/backport-12805 by Charles Harris · 7 years ago
  22. 457bfad Merge pull request #12811 from charris/backport-12631 by Charles Harris · 7 years ago
  23. 064b79f Merge pull request #12810 from charris/backport-12604 by Charles Harris · 7 years ago
  24. 4b11e3c BUG: double decref of dtype in failure codepath. Test and fix by mattip · 7 years ago
  25. 8c12178 BUG: fix f2py problem to build wrappers using PGI's Fortran by Arcesio Castaneda Medina · 7 years ago
  26. 04c3bb9 BUG: Check that dtype or formats arguments are not None. by danielhrisca · 7 years ago
  27. f2bd875 BUG: loosen kwargs requirements in ediff1d by mattip · 7 years ago
  28. e5237a7 FIX: Compare (unicode, bytes) at later stage by Christopher J. Markiewicz · 7 years ago
  29. 264c94b FIX: Compare (unicode, bytes) over basestring by Christopher J. Markiewicz · 7 years ago
  30. 2309c40 TEST: Verify os_fspath accepts all strings by Christopher J. Markiewicz · 7 years ago
  31. 88ce47a BUG: Check paths are basestrings or path-like by Chris Markiewicz · 7 years ago
  32. c860661 Merge pull request #12788 from charris/backport-12762 by Charles Harris · 7 years ago
  33. 8493661 ENH: Changed the order of checking for local file. by EelcoPeacs · 7 years ago
  34. e9fa679 Merge pull request #12784 from charris/backport-12696 by Charles Harris · 7 years ago
  35. 39d90f0 Merge pull request #12782 from eric-wieser/fix-PyArray_RegisterCanCast-malloc by Charles Harris · 7 years ago
  36. 031d835 BUG: Followup fixes of leaks detected with valgrind by Sebastian Berg · 7 years ago
  37. a1dcdc7 BUG: Free buffer shape information on error during creation by Sebastian Berg · 7 years ago
  38. 7d8db34 BUG: Fix leak of void scalar buffer info by Sebastian Berg · 7 years ago
  39. 2930642 BUG: Fix reference counting for subarrays containing objects (#12650) by Sebastian Berg · 7 years ago
  40. 43a2779 Merge pull request #12776 from charris/backport-12592 by Charles Harris · 7 years ago
  41. f1c4c75 DOC, TST: clean up matplotlib imports by Tyler Reddy · 7 years ago
  42. 26d64e9 DOC, TST: remove agg setting from docs by Tyler Reddy · 7 years ago
  43. af27318 BUG,TST: Remove the misguided `run_command` that wraps subprocess by Eric Wieser · 7 years ago
  44. 709f5e0 Merge pull request #12774 from charris/backport-12624 by Charles Harris · 7 years ago
  45. 283cc6d Merge pull request #12773 from charris/backport-12591 by Charles Harris · 7 years ago
  46. b73d91b Merge pull request #12772 from charris/backport-12551 by Charles Harris · 7 years ago
  47. cf9add7 Merge pull request #12771 from charris/backport-12545 by Charles Harris · 7 years ago
  48. 01414b0 Merge pull request #12769 from charris/backport-12456 by Charles Harris · 7 years ago
  49. a6e0d0b Merge pull request #12768 from charris/backport-12317 by Charles Harris · 7 years ago
  50. 68affbd BUG: Fix incorrect/missing reference cleanups found using valgrind (#12624) by Sebastian Berg · 7 years ago
  51. c13b3a9 ENH: add "max difference" messages to np.testing.assert_array_equal (#12591) by Stephan Hoyer · 7 years ago
  52. 42fad13 TST: suppress test warnings for appending flag behavior better. by Ralf Gommers · 7 years ago
  53. a60b477 MAINT: add warning to numpy.distutils for LDFLAGS append behavior. by Ralf Gommers · 7 years ago
  54. 2f5ce87 BUG: Ensure probabilities are not NaN in choice by Kevin Sheppard · 7 years ago
  55. 47403ab ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes` by Eric Wieser · 7 years ago
  56. 62cab8c ENH: port __array_function__ overrides to C by Stephan Hoyer · 7 years ago
  57. a4de69b ENH: refactor __array_function__ pure Python implementation by Stephan Hoyer · 7 years ago
  58. e56d0e3 ENH: add mm->q floordiv by Tyler Reddy · 7 years ago
  59. 2f945eb Merge pull request #12706 from charris/backport-12677 by Charles Harris · 7 years ago
  60. 087be4f Merge pull request #12707 from charris/backport-12672 by Charles Harris · 7 years ago
  61. ddcaef0 TST: Fix endianness in unstuctured_to_structured test by Allan Haldane · 7 years ago
  62. 236aba0 BUG: Add 'sparc' to platforms implementing 16 byte reals. by Charles Harris · 7 years ago
  63. e05b419 MAINT: Further fixups to uint alignment checks by Allan Haldane · 7 years ago
  64. 5ba0e29 BUG: Ensure failing memory allocations are reported by Eric Wieser · 7 years ago
  65. 785d7f6 BUG: fix uint alignment asserts in lowlevel loops by Allan Haldane · 7 years ago
  66. 27f6909 Merge pull request #12623 from charris/backport-12618 by Charles Harris · 7 years ago
  67. 0f88d6f Merge pull request #12622 from charris/backport-12617 by Charles Harris · 7 years ago
  68. d62ffe0 MAINT: add test for 12-byte alignment by Allan Haldane · 7 years ago
  69. 359c1b1 BUG: Add missing free in ufunc dealloc by Sebastian Berg · 7 years ago
  70. b43a1aa MAINT: improve comments by mattip · 7 years ago
  71. 016072e BUG: non-uint-aligned arrays were counted as uint-aligned by Allan Haldane · 7 years ago
  72. 5e5fc96 BUG: add case for longdouble alignment size by mattip · 7 years ago
  73. 4cc0665 Merge pull request #12588 from charris/backport-12546 by Charles Harris · 7 years ago
  74. fe383fe Merge pull request #12587 from charris/backport-12572 by Charles Harris · 7 years ago
  75. 7b44a91 BUG: check for errors after PyArray_DESCR_REPLACE by mattip · 7 years ago
  76. ecb8539 Merge pull request #12582 from charris/backport-12577 by Charles Harris · 7 years ago
  77. d22bd8d BUG: fix f2py pep338 execution method by Julian Taylor · 7 years ago
  78. e840659 BUG: Make `arr.ctypes.data` hold a reference to the underlying array. by Charles Harris · 7 years ago
  79. 36043bf BUG: fix segfault in ctypeslib with obj being collected by Anthony Sottile · 7 years ago
  80. af95ea1 BUG: be sure to set returned value to NULL by mattip · 7 years ago
  81. 910f7c3 MAINT: return Py_None not NULL by mattip · 7 years ago
  82. 11beaaf BUG: fix from review by mattip · 7 years ago
  83. 0190896 BUG: fix refcount issue caused by #12524 by mattip · 7 years ago
  84. 306efa0 Merge pull request #12568 from charris/backport-12524 by Charles Harris · 7 years ago
  85. 3632375 Merge pull request #12569 from charris/backport-12522 by Charles Harris · 7 years ago
  86. 60bac25 Merge pull request #12570 from charris/backport-12511 by Charles Harris · 7 years ago
  87. 5b4cfeb MAINT: don't check alignment size=0 arrays (RELAXED_STRIDES) by Allan Haldane · 7 years ago
  88. a8dfc5a BUG: ensure new-lines in compiler error messages are actually printed to the console by Eric Wieser · 7 years ago
  89. 1566071 MAINT: unify error messages by mattip · 7 years ago
  90. 2c381e6 STY: add space after "if" by mattip · 7 years ago
  91. e982b08 DOC: rearrange comment sequence from review by mattip · 7 years ago
  92. 09ccd7f STY: bracket if blocks with braces by mattip · 7 years ago
  93. 09a7c94 MAINT: comment, fix from review by mattip · 7 years ago
  94. 985f550 BUG: call PyType_Ready before using type by mattip · 7 years ago
  95. 6bfb84e MAINT: call PySequence_Fast() before any other PySequence_Fast* funcs by mattip · 7 years ago
  96. 44b708d STY: add comment for future maintainers by mattip · 7 years ago
  97. d456d94 WIP, BUG: reorder operations for VS2015 by mattip · 7 years ago
  98. 6ff5154 Merge pull request #12563 from charris/backport-12554 by Charles Harris · 7 years ago
  99. c2cd71c MAINT: fix an unsafe PyTuple_GET_ITEM call by Allan Haldane · 7 years ago
  100. c097b1f DOC: more doc updates for structured arrays by Allan Haldane · 7 years ago