@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ 0.10.0] - 09/xx/2021
8
8
9
9
### Added
10
- - Used clang-format off, clang-format on to avoid include reordering in pybind11 example (#588 )
11
- - Added methods __ bool__ , __ float__ , __ int__ , __ index__ , and __ complex__ to usm_ndarray (#578 )
12
- - Added test based on example from #583
10
+ - Added methods __ bool__ , __ float__ , __ int__ , __ index__ ,
11
+ and __ complex__ to usm_ndarray (#578 )
12
+ - Added data-API required special methods to usm_ndarray class,
13
+ as well as to_numpy/from_numpy, astype, reshape functions (#586 )
14
+ - Added methods to query dpctl.SyclDevice for size of global/local memory (#589 )
13
15
- Added tests for constructors with invalid capsules (#577 )
14
16
- Improved test coverage of ` dpctl.SyclQueue ` implementation (#574 )
15
17
- Added a test to exercise API exported function (get_event_ref). (#570 )
@@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
23
- Added workflow for Public CI on Windows (#534 )
22
24
- DPCTLQueue_Memcpy, _ Prefetch, _ Memadvise become asynchronous (#557 )
23
25
- Added device aspect selector, ` dpctl.select_device_with_aspects ` (#558 )
26
+ - Added test based on example from #583
24
27
25
28
### Changed
26
29
- Parametrized tests for executing OpenCL kernels compiled from source in types of arguments (#581 )
@@ -31,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
34
- Simplified arg parsing in SyclDevice constructor (#572 )
32
35
- Used<img > tag with alignment attribute set in README (#562 )
33
36
- Moved sycl timer into dpctl.SyclTimer (#555 )
37
+ - Used clang-format off, clang-format on to avoid include reordering in pybind11 example (#588 )
34
38
35
39
### Fixed
36
40
- Implemented a workaround for running conda-build using Klocwork (#566 )
0 commit comments