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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ] - 2023-03-28
7+ ## [ 0.20.1 ] - 2023-04-07
88
99### 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 )
1118
1219## [ 0.20.0] - 2023-03-06
1320
@@ -59,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5966* Update to dpctl 0.14 (#858 )
6067* Update linters: black to 23.1.0, isort to 5.12.0 (#900 )
6168* License in setup.py to match actual project licensing (#904 )
69+
6270### Fixed
6371* Kernel specialization, compute follows data programming model for
6472 kernels (#804 )
You can’t perform that action at this time.
0 commit comments