@@ -7,39 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ 0.10.0] - 09/xx/2021
88
99### 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 )
1212- Added test based on example from #583
1313- Added tests for constructors with invalid capsules (#577 )
14- - Coverage sycl queue (#574 )
14+ - Improved test coverage of ` dpctl.SyclQueue ` implementation (#574 )
1515- Added a test to exercise API exported function (get_event_ref). (#570 )
1616- Expanded tests in test_sycl_context to improve coverage (#571 )
1717- 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 )
1919- Added test for repr and test for default argument to constructor (#565 )
2020- 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 )
2222- DPCTLQueue_Memcpy, _ Prefetch, _ Memadvise become asynchronous (#557 )
23- - Add aspect selector (#558 )
23+ - Added device aspect selector, ` dpctl.select_device_with_aspects ` (#558 )
2424
2525### 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 )
3131- 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 )
3333- Moved sycl timer into dpctl.SyclTimer (#555 )
3434
3535### 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 )
4040- Fixed __ version__ test to allow for semantic versioning (#569 )
4141- 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 )
4343
4444## [ 0.9.0] - 08/25/2021
4545
0 commit comments