@@ -4,19 +4,34 @@ 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
-
8
7
## [ Unreleased]
8
+
9
+ ## [ 0.6.0] - 2021-03-01
9
10
### Added
10
- - Documentation improvements
11
- - Cmake improvements and Coverage for C API, Cython and Python
12
- - Added support for Level Zero devices and queues
13
- - Added support for SYCL standard device_selector classes
14
- - SyclDevice instances can now be constructed using filter selector strings
15
- - Code of conduct
11
+ - Documentation improvements.
12
+ - Cmake improvements and Coverage for C API, Cython and Python.
13
+ - Added support for Level Zero devices and queues.
14
+ - Added support for SYCL standard device_selector classes.
15
+ - SyclDevice instances can now be constructed using filter selector strings.
16
+ - Code of conduct.
17
+ - Building wheels.
18
+ - Queue manager improvements.
19
+ - Adding ` __array_function__ ` so that Numpy calls with dparrays work.
20
+ - Using clang-format for C/C++ code formatting.
21
+ - Using pytest for running tests.
22
+ - Add python and cython file coverage.
23
+ - Using Bandit for finding common security issues in Python code.
24
+ - Add instructions about file headers formats.
25
+
26
+ ### Changed
27
+ - Changed compiler name usage from clang++ to dpcpp.
28
+ - Reformat backend.pxd to be closer to black style.
16
29
17
30
### Fixed
18
31
- Remove ` cython ` from ` install_requires ` . It allows use ` dpCtl ` in ` numba ` extensions.
19
32
- Incorrect import in example.
33
+ - Consistency of file headers.
34
+ - Klocwork issues.
20
35
21
36
## [ 0.5.0] - 2020-12-17
22
37
### Added
0 commit comments