v0.14.5
·
2479 commits
to master
since this release
This release builds on 0.14.3 and 0.14.4 releases and addresses some performance gaps as well as implements several new elementwise functions.
Added
- Added
dpctl.tensor.log2anddpctl.tensor.log10: #1267 - Added
dpctl.tensor.negative,dpctl.tensor.positive,dpctl.tensor.square#1268 - Added
dpctl.tensor.logical_not,dpctl.tensor.logical_and,dpctl.tensor.logical_or,dpctl.tensor.logical_xor#1270
Changed
dpctl.tensor.astypebehavior fornewdtype=Nonechanges #1261dpctl.tensor.usm_ndarayconstructor default value ofdtypekeyword argument changed toNone: #1265- Support for
outarguments that overlap with inputs for unary elementwise functions#1281 - Copying from one array to another a no-op if both arrays view into the same memory #1284