A total of 16 people contributed to this release. People with a "+" by their names contributed a patch for the first time.
- Antoine Pitrou
- Arcesio Castaneda Medina +
- Charles Harris
- Chris Markiewicz +
- Christoph Gohlke
- Christopher J. Markiewicz +
- Daniel Hrisca +
- EelcoPeacs +
- Eric Wieser
- Kevin Sheppard
- Matti Picus
- OBATA Akio +
- Ralf Gommers
- Sebastian Berg
- Stephan Hoyer
- Tyler Reddy
A total of 33 pull requests were merged for this release.
- #12754: BUG: Check paths are unicode, bytes or path-like
- #12767: ENH: add mm->q floordiv
- #12768: ENH: port np.core.overrides to C for speed
- #12769: ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve np.ctypeslib.as_ctypes
- #12771: BUG: Ensure probabilities are not NaN in choice
- #12772: MAINT: add warning to numpy.distutils for LDFLAGS append behavior.
- #12773: ENH: add "max difference" messages to np.testing.assert_array_equal...
- #12774: BUG: Fix incorrect/missing reference cleanups found using valgrind
- #12776: BUG,TST: Remove the misguided run_command that wraps subprocess
- #12777: DOC, TST: Clean up matplotlib imports
- #12781: BUG: Fix reference counting for subarrays containing objects
- #12782: BUG: Ensure failing memory allocations are reported
- #12784: BUG: Fix leak of void scalar buffer info
- #12788: MAINT: Change the order of checking for local file.
- #12808: BUG: loosen kwargs requirements in ediff1d
- #12809: DOC: clarify the extend of __array_function__ support in NumPy...
- #12810: BUG: Check that dtype or formats arguments are not None.
- #12811: BUG: fix f2py problem to build wrappers using PGI's Fortran
- #12812: BUG: double decref of dtype in failure codepath. Test and fix
- #12813: BUG, DOC: test, fix that f2py.compile accepts str and bytes,...
- #12816: BUG: resolve writeback in arr_insert failure paths
- #12820: ENH: Add mm->qm divmod
- #12843: BUG: fix to check before apply shlex.split
- #12844: BUG: Fix SystemError when pickling datetime64 array with pickle5
- #12845: BUG: Fix rounding of denormals in double and float to half casts.
- #12868: TEST: pin mingw version
- #12869: BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and...
- #12870: BUG: do not Py_DECREF NULL pointer
- #12890: ENH: add _dtype_ctype to namespace for freeze analysis
- #12891: BUG: fail if old multiarray module detected
- #12898: BUG: Do not double-quote arguments passed on to the linker
- #12899: BUG: Do not insert extra double quote into preprocessor macros
- #12902: DOC: Prepare for 1.16.1 release.