summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authoradam <adam>2017-06-15 07:02:53 +0000
committeradam <adam>2017-06-15 07:02:53 +0000
commit9b74956b34b420785435474c4a2db7668464bee4 (patch)
tree0290006a493b1ec8436c86a106ea3fb535e28f87 /doc/TODO
parent69109111598a6a1240b02d2a07345250cede522f (diff)
downloadpkgsrc-9b74956b34b420785435474c4a2db7668464bee4.tar.gz
NumPy 1.13.0
Highlights * Operations like a + b + c will reuse temporaries on some platforms, resulting in less memory use and faster execution. * Inplace operations check if inputs overlap outputs and create temporaries to avoid problems. * New __array_ufunc__ attribute provides improved ability for classes to override default ufunc behavior. * New np.block function for creating blocked arrays. New functions * New np.positive ufunc. * New np.divmod ufunc provides more efficient divmod. * New np.isnat ufunc tests for NaT special values. * New np.heaviside ufunc computes the Heaviside function. * New np.isin function, improves on in1d. * New np.block function for creating blocked arrays. * New PyArray_MapIterArrayCopyIfOverlap added to NumPy C-API.
Diffstat (limited to 'doc/TODO')
0 files changed, 0 insertions, 0 deletions