Skip to content

Commit 8ebbaa3

Browse files
committed
Update CHANGELOG for 0.10
1 parent 8d704db commit 8ebbaa3

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,44 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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
845

946
### Added
1047
- Improvements to logic for working with custom DPC++ toolchain (#481)

0 commit comments

Comments
 (0)