Added
- Added methods __bool__, __float__, __int__, __index__,
and __complex__ to usm_ndarray [578](https://github.com/IntelPython/dpctl/pull/578)
- Added data-API required special methods to usm_ndarray class,
as well as to_numpy/from_numpy, astype, reshape functions [586](https://github.com/IntelPython/dpctl/pull/586)
- Added methods to query dpctl.SyclDevice for size of global/local memory [589](https://github.com/IntelPython/dpctl/pull/589)
- Added tests for constructors with invalid capsules [577](https://github.com/IntelPython/dpctl/pull/577)
- Improved test coverage of `dpctl.SyclQueue` implementation [574](https://github.com/IntelPython/dpctl/pull/574)
- Added a test to exercise API exported function (get_event_ref). [570](https://github.com/IntelPython/dpctl/pull/570)
- Expanded tests in test_sycl_context to improve coverage [571](https://github.com/IntelPython/dpctl/pull/571)
- Tweaks to test_sycl_event to improve coverage [567](https://github.com/IntelPython/dpctl/pull/567)
- Improved coverage of dpctl.__init__ file and other service functions [563](https://github.com/IntelPython/dpctl/pull/563)
- Added test for repr and test for default argument to constructor [565](https://github.com/IntelPython/dpctl/pull/565)
- Added some tests to involve capsule [564](https://github.com/IntelPython/dpctl/pull/564)
- Added workflow for Public CI on Windows [534](https://github.com/IntelPython/dpctl/pull/534)
- DPCTLQueue_Memcpy, _Prefetch, _Memadvise become asynchronous [557](https://github.com/IntelPython/dpctl/pull/557)
- Added device aspect selector, `dpctl.select_device_with_aspects` [558](https://github.com/IntelPython/dpctl/pull/558)
- Added test based on example from 583
Changed
- Parametrized tests for executing OpenCL kernels compiled from source in types of arguments [581](https://github.com/IntelPython/dpctl/pull/581)
- Temporary disabled self-hosted CI jobs runner [559](https://github.com/IntelPython/dpctl/pull/559)
- Changed static method `SyclQueue._create_from_context_and_device` [579](https://github.com/IntelPython/dpctl/pull/579)
- Transitioned all Python API to use pytest over unittest, improved coverage in dpctl/memory [575](https://github.com/IntelPython/dpctl/pull/575)
- Changed `dpctl.SyclEvent.profiling_info_submit` from method to a property [573](https://github.com/IntelPython/dpctl/pull/573)
- Simplified arg parsing in SyclDevice constructor [572](https://github.com/IntelPython/dpctl/pull/572)
- Used<img> tag with alignment attribute set in README [562](https://github.com/IntelPython/dpctl/pull/562)
- Moved sycl timer into dpctl.SyclTimer [555](https://github.com/IntelPython/dpctl/pull/555)
- Used clang-format off, clang-format on to avoid include reordering in pybind11 example [588](https://github.com/IntelPython/dpctl/pull/588)
Fixed
- Implemented a workaround for running conda-build using Klocwork [566](https://github.com/IntelPython/dpctl/pull/566)
- Separated pipelines for Linux and Windows [582](https://github.com/IntelPython/dpctl/pull/582)
- Fixed inconsistency in `__sycl_usm_array_interface__` of `usm_ndarray` instance [584](https://github.com/IntelPython/dpctl/pull/584)
- Fixed memory leak: Capsule deleters now free resources for renamed capsules too [568](https://github.com/IntelPython/dpctl/pull/568)
- Fixed __version__ test to allow for semantic versioning [569](https://github.com/IntelPython/dpctl/pull/569)
- Improved coverage of _types.pxi [556](https://github.com/IntelPython/dpctl/pull/556)
- Fixed `UnboundLocalError` when default queue could not be created [554](https://github.com/IntelPython/dpctl/pull/554)