@@ -7,39 +7,39 @@ 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 (#588 )
11
- - Add methods __ bool__ , __ float__ and __ int __ to usm_ndarray (#578 )
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
12
- Added test based on example from #583
13
13
- Added tests for constructors with invalid capsules (#577 )
14
- - Coverage sycl queue (#574 )
14
+ - Improved test coverage of ` dpctl.SyclQueue ` implementation (#574 )
15
15
- Added a test to exercise API exported function (get_event_ref). (#570 )
16
16
- Expanded tests in test_sycl_context to improve coverage (#571 )
17
17
- Tweaks to test_sycl_event to improve coverage (#567 )
18
- - Improve coverage of dpctl.__ init__ file and other service functions (#563 )
18
+ - Improved coverage of dpctl.__ init__ file and other service functions (#563 )
19
19
- Added test for repr and test for default argument to constructor (#565 )
20
20
- Added some tests to involve capsule (#564 )
21
- - Add workflow for Public CI on Windows (#534 )
21
+ - Added workflow for Public CI on Windows (#534 )
22
22
- DPCTLQueue_Memcpy, _ Prefetch, _ Memadvise become asynchronous (#557 )
23
- - Add aspect selector (#558 )
23
+ - Added device aspect selector, ` dpctl.select_device_with_aspects ` (#558 )
24
24
25
25
### Changed
26
- - Parametrize ocl kernel compiled from source in types of arguments (#581 )
27
- - Temporary off self-hosted runner (#559 )
28
- - Static method SyclQueue._ create_from_context_and_device change (#579 )
29
- - Transition all Python API to use pytest over unittest, improved coverage in dpctl/memory (#575 )
30
- - profiling_info_submit was not property (#573 )
26
+ - Parametrized tests for executing OpenCL kernels compiled from source in types of arguments (#581 )
27
+ - Temporary disabled self-hosted CI jobs runner (#559 )
28
+ - Changed static method ` SyclQueue._create_from_context_and_device ` (#579 )
29
+ - Transitioned all Python API to use pytest over unittest, improved coverage in dpctl/memory (#575 )
30
+ - Changed ` dpctl.SyclEvent. profiling_info_submit` from method to a property (#573 )
31
31
- Simplified arg parsing in SyclDevice constructor (#572 )
32
- - Try using <img > tag with alignment attribute set (#562 )
32
+ - Used <img > tag with alignment attribute set in README (#562 )
33
33
- Moved sycl timer into dpctl.SyclTimer (#555 )
34
34
35
35
### Fixed
36
- - Workaround for running conda-build using Klocwork (#566 )
37
- - 225453f Elena Totmenina Divide pipelines for Linux and Windows (#582 )
38
- - Fix/usm ndarray suai (#584 )
39
- - Capsule deleters should service used renamed capsules too (#568 )
36
+ - Implemented a workaround for running conda-build using Klocwork (#566 )
37
+ - Separated pipelines for Linux and Windows (#582 )
38
+ - Fixed inconsistency in ` __sycl_usm_array_interface__ ` of ` usm_ndarray ` instance (#584 )
39
+ - Fixed memory leak: Capsule deleters now free resources for renamed capsules too (#568 )
40
40
- Fixed __ version__ test to allow for semantic versioning (#569 )
41
41
- Improved coverage of _ types.pxi (#556 )
42
- - Fix UnboundLocalError when default queue could not be created (#554 )
42
+ - Fixed ` UnboundLocalError ` when default queue could not be created (#554 )
43
43
44
44
## [ 0.9.0] - 08/25/2021
45
45
0 commit comments