File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.14.3] - 2021-05-27
10
+
11
+ ### Fixed
12
+
13
+ - Add check for ONEAPI_ROOT dir (#411 )
14
+ - Fix using unquoted environment variable for clang path (#386 )
15
+ - Fix kernel caching (#408 )
16
+
9
17
## [ 0.14.2] - 2021-05-26
10
18
11
19
### Added
12
-
13
20
- Update documentation: version 0.14 (#378 ), API docs (#388 ),
14
21
note about Intel Python Numba (#389 ),
15
22
- Update User Guides about Debugging (#380 ), recommendations (#323 ),
Original file line number Diff line number Diff line change 23
23
author = "Intel"
24
24
25
25
# The full version, including alpha/beta/rc tags
26
- release = "0.14.0 "
26
+ release = "0.14.3 "
27
27
28
28
29
29
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments