Skip to content

Commit 25f66ce

Browse files
authored
Update CHANGELOG (#302)
1 parent 7adaf75 commit 25f66ce

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

CHANGELOG.md

+22-7
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,34 @@ 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-
87
## [Unreleased]
8+
9+
## [0.6.0] - 2021-03-01
910
### 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.
1629

1730
### Fixed
1831
- Remove `cython` from `install_requires`. It allows use `dpCtl` in `numba` extensions.
1932
- Incorrect import in example.
33+
- Consistency of file headers.
34+
- Klocwork issues.
2035

2136
## [0.5.0] - 2020-12-17
2237
### Added

0 commit comments

Comments
 (0)