Subject: CVS commit: pkgsrc/math/py-numpy
From: Adam Ciarcinski
Date: 2019-02-01 10:24:25
Message id: 20190201092425.3D70DFB16@cvs.NetBSD.org

Log Message:
py-numpy: updated to 1.16.1

1.16.1:
* BUG: Check paths are unicode, bytes or path-like
* ENH: add mm->q floordiv
* ENH: port np.core.overrides to C for speed
* BUG: Ensure probabilities are not NaN in choice
* MAINT: add warning to numpy.distutils for LDFLAGS append behavior.
* ENH: add "max difference" messages to np.testing.assert_array_equal...
* BUG: Fix incorrect/missing reference cleanups found using valgrind
  that wraps subprocess
* DOC, TST: Clean up matplotlib imports
* BUG: Fix reference counting for subarrays containing objects
* BUG: Ensure failing memory allocations are reported
* BUG: Fix leak of void scalar buffer info
* MAINT: Change the order of checking for local file.
* BUG: loosen kwargs requirements in ediff1d
* DOC: clarify the extend of __array_function__ support in NumPy...
* BUG: Check that dtype or formats arguments are not None.
* BUG: fix f2py problem to build wrappers using PGI's Fortran
* BUG: double decref of dtype in failure codepath. Test and fix
* BUG, DOC: test, fix that f2py.compile accepts str and bytes,...
* BUG: resolve writeback in arr_insert failure paths
* ENH: Add mm->qm divmod
* BUG: Fix SystemError when pickling datetime64 array with pickle5
* BUG: Fix rounding of denormals in double and float to half casts.
* TEST: pin mingw version
* BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and...
* BUG: do not Py_DECREF NULL pointer
* ENH: add _dtype_ctype to namespace for freeze analysis
* BUG: fail if old multiarray module detected
* BUG: Do not double-quote arguments passed on to the linker
* BUG: Do not insert extra double quote into preprocessor macros

Files:
RevisionActionfile
1.58modifypkgsrc/math/py-numpy/Makefile
1.25modifypkgsrc/math/py-numpy/PLIST
1.41modifypkgsrc/math/py-numpy/distinfo
1.1addpkgsrc/math/py-numpy/patches/patch-numpy_distutils_fcompiler_____init____.py
1.1addpkgsrc/math/py-numpy/patches/patch-numpy_linalg_lapack__litemodule.c
1.6removepkgsrc/math/py-numpy/patches/patch-aa
1.4removepkgsrc/math/py-numpy/patches/patch-ab