You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`dpctl.tensor.astype` behavior for `newdtype=None` changes [#1261](https://github.com/IntelPython/dpctl/pull/1262)
24
+
*`dpctl.tensor.usm_ndaray` constructor default value of `dtype` keyword argument changed to `None`: [#1265](https://github.com/IntelPython/dpctl/pull/1265)
25
+
* Support for `out` arguments that overlap with inputs for unary elementwise functions[#1281](https://github.com/IntelPython/dpctl/pull/1281)
26
+
* Copying from one array to another a no-op if both arrays view into the same memory [#1284](https://github.com/IntelPython/dpctl/pull/1284)
* Optimized in-place arithmetic operations for updating matrix with rows/columns via broadcasting: [#1244](https://github.com/IntelPython/dpctl/pull/1244)
37
+
38
+
### Fixed
39
+
40
+
* Fixed handling of 0d arrays in `dpctl.tensor.sum`: [#1238](https://github.com/IntelPython/dpctl/pull/1238)
41
+
42
+
## [0.14.3] - 06/13/2023
43
+
44
+
### Added
45
+
46
+
* Added support of `axis=None` in `dpctl.tensor.concat`[#1125](https://github.com/IntelPython/dpctl/pull/1125)
47
+
* Added caching for `dpctl.SyclDevice.filter_string` property [#1127](https://github.com/IntelPython/dpctl/pull/1127)
48
+
* Added `dpctl.tensor.isdtype` from array API [#1133](https://github.com/IntelPython/dpctl/pull/1133)
* Updated examples of native Python extensions built using `dpctl`[#1108](https://github.com/IntelPython/dpctl/pull/1108)
72
+
* Used security flags to compile and link native extensions of `dpctl`[#1109](https://github.com/IntelPython/dpctl/pull/1109)
73
+
* Changed types of `dpctl.tensor.finfo` and `dpctl.tensor.iinfo` output structure per array API spec [#1110](https://github.com/IntelPython/dpctl/pull/1110)
74
+
* Consolidated multiple USM temporaries life-time management `host_task`s to improve test suite stability [#1111](https://github.com/IntelPython/dpctl/pull/1111)
* MAINT: Improved docstrings for existing `dpctl.tensor` functions [#1123](https://github.com/IntelPython/dpctl/pull/1123)
77
+
* Changed default value of `mode` keyword in `dpctl.tensor.take` and `dpctl.take.put` from `clip` to `wrap`[#1132](https://github.com/IntelPython/dpctl/pull/1132)
78
+
* Added support for (nested) sequence of `dpctl.tensor.usm_ndarray` objects in `dpctl.tensor.asarray`[#1139](https://github.com/IntelPython/dpctl/pull/1139)
79
+
* Improved exception handling in `dpctl.tensor.usm_ndarray.__setitem__` special method [#1146](https://github.com/IntelPython/dpctl/pull/1146)
80
+
* Simplified implementation of copy-and-cast kernels and removed special casing for 2D arrays to conserve binary size [#1165](https://github.com/IntelPython/dpctl/pull/1165)
81
+
* Improved speed of `dpctl.tensor.usm_ndarray` printing functionality [#1187](https://github.com/IntelPython/dpctl/pull/1187)
82
+
* Require DPC++ RT 2023.1 to build and run `dpctl`[#1195](ttps://github.com/IntelPython/dpctl/pull/1195)
83
+
* Compile offloading native extensions with `-fno-sycl-id-queries-fit-in-int` fixing [gh-1184](https://github.com/IntelPython/dpctl/issues/1184), [#1200](https://github.com/IntelPython/dpctl/pull/1200)
84
+
* Transition to conda-forge ecosystem [#1213](https://github.com/IntelPython/dpctl/pull/1213)
85
+
86
+
87
+
88
+
### Fixed
89
+
90
+
* Fix to add empty values check for `dpctl.tensor.place`[#1105](https://github.com/IntelPython/dpctl/pull/1105), [#1106](https://github.com/IntelPython/dpctl/pull/1106)
91
+
* Fixed [gh-1089](https://github.com/IntelPython/dpctl/issues/1089) by improving `dpctl.tensor.asarray` handling of NumPy arrays viewing into host-accessible USM allocation objects.
92
+
* MAINT: Fixed build break with newer GCC and SYCLOS [#1118](https://github.com/IntelPython/dpctl/pull/1118)
93
+
* Fixed a bug in basic indexing of `dpctl.tensor.usm_ndarray`[#1136](https://github.com/IntelPython/dpctl/pull/1136)
0 commit comments