@@ -6,10 +6,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.18.0] - 2022-02-22
10
+
9
11
### Added
12
+ * Run coverage in GitHub Actions and upload results to coveralls.io (#621 )
13
+ * Change black to only allow 80 char lines. Reformat sources. (#631 )
14
+ * Ignore formatting changes from git-blame. (#632 )
15
+ * Add ` numba_support.py ` with ` numba_version ` (#656 )
16
+ * Add skip_no_numba055 decorator (#662 )
17
+ * Parameterize test for atomics (#661 )
18
+ * Reuse decorator ` skip_no_opencl_Xpu ` to skip tests (#663 )
19
+ * Add decorator to skip unsupported atomics (#664 )
10
20
* Support arrays with ` __sycl_usm_array_interface__ ` attribute (#629 )
11
21
* Support memory allocation in private address space (#640 )
22
+ * Move skips for opencl to helper (#665 )
23
+ * Support dpctl 0.12 (#669 )
12
24
* Implement compute-follows-data programming model [ kernel API] (#598 )
25
+ * Use filter_str to skip tests on missing devices (#672 )
26
+ * Add check for DPNP and pin MKL version in workflow and dev environment (#648 )
27
+ * Add CODEOWNERS for distributing review process (#670 )
28
+ * Add ` skip_no_dpnp ` and apply it to all tests (#668 )
29
+ * Test skipping improvements (#675 )
30
+ * Use Python 3.9 in dev environment and pin DPNP (#644 )
31
+ * Add examples into package (#680 )
32
+ * Make possible to force debugging tests (#681 )
33
+ * Refactoring for debugging tests (#682 )
34
+ * Adopt Numba 0.55 debugging features (#654 )
35
+ * Run public CI on pull request (#695 )
36
+ * Support for coverage in internal CI (#708 )
37
+ * Update to dpnp 0.10 (#709 )
38
+ * Update recipe with dpctl and dpnp version for build (#710 )
39
+
40
+ ### Changed
41
+ * Move ` dpcpp/llvm-spirv ` from runtime to testing dependency (#659 )
42
+
43
+ ### Fixed
44
+ * Fix building with DPNP (#674 )
45
+ * Fix public CI: opencl driver, channel priority, dpctl version (#691 )
46
+ * Fix codestyle black (#696 )
47
+ * Fix documentation generation (#697 )
48
+ * Load dpctl lib on Linux using ` libDPCTLSyclInterface.so.0 ` (#707 )
49
+ * Fix search llvm-spirv if dpcpp compiler package is not installed (#703 )
50
+ * Pin dpnp version in runtime to allow dev versions of dpnp (#712 )
13
51
14
52
## [ 0.17.4] - 2021-12-02
15
53
0 commit comments