Skip to content

Commit dc25504

Browse files
author
Diptorup Deb
authored
Merge pull request #994 from IntelPython/update_change_log
Updated CHANGELOG.md for 0.20.1 release.
2 parents 5c5997e + ba331fb commit dc25504

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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)

0 commit comments

Comments
 (0)