Skip to content

Commit b562d7b

Browse files
authored
Update CHANGELOG (#395)
1 parent eaf0ec6 commit b562d7b

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,58 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.14.1] - ???
10+
11+
### Added
12+
13+
- Update documentation:
14+
use 0.14.0 (#378),
15+
add recommendation for debugging (#323)
16+
add note about Intel Python Numba (#389)
17+
- Update README:
18+
add link to docs (#379),
19+
add Cython and pytest in dependencies,
20+
add test matrix (#305),
21+
- Improve error reporting when searching for dpctl. (#368)
22+
- Enable Python 3.8 in CI (#359)
23+
- Adds a new utils submodule to provide LLVM IR builder helpers. (#355)
24+
- Improve warning and error messages when parfor offload fails. (#353)
25+
- Extend itanium mangler to support numba.types.CPointer and add test (#339)
26+
- Enable optimization level setting (#62)
27+
- Improve message printed during parfor lowering. (#337)
28+
- Initial tests for debug info (#297)
29+
- Add Bandit checks (#264)
30+
31+
### Changed
32+
- Update to dpctl 0.8 (#375)
33+
- Update to Numba 0.53 (#279), inluding
34+
override get_ufunc_info in DPPYTargetContext (#367)
35+
- Update to DPNP 0.6 (#359)
36+
- Refactor test function generation (#374)
37+
- Ignore the cython generated cpp files inside dpnp_glue. (#351)
38+
- Add automerge main to gold/2021 (#349)
39+
- Fix dpnp version restriction in conda recipe (#347)
40+
- Change all Numba-dppy examples to work wih dpctl 0.7.0 (#309)
41+
- Restrict dpnp version (#344)
42+
- Feature changes related to dpctl 0.7 (#340)
43+
- Rename dpNP to dpnp (#334)
44+
- Ignore generated spir files (#333)
45+
- Use correct names for other products dpctl, Numba, dpnp (#310)
46+
- Remove dead code only if function name is replaced (#303)
47+
- Update license in conda recipe (#350)
48+
- Update blackscholes examples (#377)
49+
50+
### Fixed
51+
- Update SYCL Filter String (#390)
52+
- Fix atomics (#346)
53+
- Fixes memory leaks in the usage of dpctl C API functions. (#369)
54+
- Fix SPIR-V validation (#354)
55+
- Fix run pre-commit check on main branch
56+
- Fix tests to skip if device is not available (#345)
57+
- Make Test Matrix table smaller in README (#308)
58+
- Fix black action. (#306)
59+
- Fix "subprocess.check_call" for Windows (#269)
60+
961
## [0.13.1] - 2021-03-11
1062
### Fixed
1163
- Add spir file to package.

0 commit comments

Comments
 (0)