Skip to content

Commit 1dd9260

Browse files
Apply suggestions from code review
Improved grammar, and clarified some items in the changelog
1 parent 8ebbaa3 commit 1dd9260

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)