File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,26 @@ 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+ ## [ 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 )
You can’t perform that action at this time.
0 commit comments