File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,17 @@ 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
- ## [ Unreleased ] - 2023-03-28
7
+ ## [ 0.20.1 ] - 2023-04-07
8
8
9
9
### Added
10
- * Replaced llvm_spirv from oneAPI path by dpcpp-llvm-spirv package.
10
+ * Replaced llvm_spirv from oneAPI path by dpcpp-llvm-spirv package.(#979 )
11
+ * Added Dockerfile and a manual workflow to publish pre-built packages to the repo.(#973 )
12
+
13
+ ### Fixed
14
+ * Fixed default dtype derivation when creating a dpnp.ndarray. (#993 )
15
+ * Adjusted test_windows step to work with intel-opencl-rt=2023.1.0. (#990 )
16
+ * Fixed layout in dpnp overload.(#987 )
17
+ * Handled the case when arraystruct->meminfo is null to close gh-965 . (#972 )
11
18
12
19
## [ 0.20.0] - 2023-03-06
13
20
@@ -59,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59
66
* Update to dpctl 0.14 (#858 )
60
67
* Update linters: black to 23.1.0, isort to 5.12.0 (#900 )
61
68
* License in setup.py to match actual project licensing (#904 )
69
+
62
70
### Fixed
63
71
* Kernel specialization, compute follows data programming model for
64
72
kernels (#804 )
You can’t perform that action at this time.
0 commit comments