Skip to content

Commit d67abb9

Browse files
author
Diptorup Deb
committed
Changelog updates for 0.21.3
1 parent 8469712 commit d67abb9

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,26 @@ 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+
## [0.21.3] - 2023-09-21
8+
9+
### Fixed
10+
* Mangled kernel name generation (#1112)
11+
12+
### Added
13+
* Python 3.11 support (#1123)
14+
* Security policy (#1117)
15+
* scikit-build to build native extensions (#1107, #1127)
16+
17+
### Changed
18+
* The data model used by the DpnpNdArray type for kernel functions(#1118)
19+
20+
### Removed
21+
* Support for Python 3.8 (#1113)
22+
723
## [0.21.2] - 2023-08-07
824

925
### Fixed
10-
* Bugs (#1068, #774) in atomic addition caused due to imporper floating point atomic emulation. (#1103)
26+
* Bugs (#1068, #774) in atomic addition caused due to improper floating point atomic emulation. (#1103)
1127

1228
### Changed
1329
* Updated documentation and user guides (#1097, #879)

0 commit comments

Comments
 (0)