@@ -4,7 +4,44 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.9.0] - xx/xx/xxxx
7
+ ## [ 0.10.0] - 09/xx/2021
8
+
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 )
12
+ - Added test based on example from #583
13
+ - Added tests for constructors with invalid capsules (#577 )
14
+ - Coverage sycl queue (#574 )
15
+ - Added a test to exercise API exported function (get_event_ref). (#570 )
16
+ - Expanded tests in test_sycl_context to improve coverage (#571 )
17
+ - Tweaks to test_sycl_event to improve coverage (#567 )
18
+ - Improve coverage of dpctl.__ init__ file and other service functions (#563 )
19
+ - Added test for repr and test for default argument to constructor (#565 )
20
+ - Added some tests to involve capsule (#564 )
21
+ - Add workflow for Public CI on Windows (#534 )
22
+ - DPCTLQueue_Memcpy, _ Prefetch, _ Memadvise become asynchronous (#557 )
23
+ - Add aspect selector (#558 )
24
+
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 )
31
+ - Simplified arg parsing in SyclDevice constructor (#572 )
32
+ - Try using <img > tag with alignment attribute set (#562 )
33
+ - Moved sycl timer into dpctl.SyclTimer (#555 )
34
+
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 )
40
+ - Fixed __ version__ test to allow for semantic versioning (#569 )
41
+ - Improved coverage of _ types.pxi (#556 )
42
+ - Fix UnboundLocalError when default queue could not be created (#554 )
43
+
44
+ ## [ 0.9.0] - 08/25/2021
8
45
9
46
### Added
10
47
- Improvements to logic for working with custom DPC++ toolchain (#481 )
0 commit comments