Skip to content

Commit 9f5ec58

Browse files
Added items for #589 and #588
1 parent 1dd9260 commit 9f5ec58

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ 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 in pybind11 example (#588)
11-
- Added methods __bool__, __float__, __int__, __index__, and __complex__ to usm_ndarray (#578)
12-
- Added test based on example from #583
10+
- Added methods __bool__, __float__, __int__, __index__,
11+
and __complex__ to usm_ndarray (#578)
12+
- Added data-API required special methods to usm_ndarray class,
13+
as well as to_numpy/from_numpy, astype, reshape functions (#586)
14+
- Added methods to query dpctl.SyclDevice for size of global/local memory (#589)
1315
- Added tests for constructors with invalid capsules (#577)
1416
- Improved test coverage of `dpctl.SyclQueue` implementation (#574)
1517
- Added a test to exercise API exported function (get_event_ref). (#570)
@@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
- Added workflow for Public CI on Windows (#534)
2224
- DPCTLQueue_Memcpy, _Prefetch, _Memadvise become asynchronous (#557)
2325
- Added device aspect selector, `dpctl.select_device_with_aspects` (#558)
26+
- Added test based on example from #583
2427

2528
### Changed
2629
- Parametrized tests for executing OpenCL kernels compiled from source in types of arguments (#581)
@@ -31,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3134
- Simplified arg parsing in SyclDevice constructor (#572)
3235
- Used<img> tag with alignment attribute set in README (#562)
3336
- Moved sycl timer into dpctl.SyclTimer (#555)
37+
- Used clang-format off, clang-format on to avoid include reordering in pybind11 example (#588)
3438

3539
### Fixed
3640
- Implemented a workaround for running conda-build using Klocwork (#566)

0 commit comments

Comments
 (0)