File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,21 @@ 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]
7
+ ## [ 0.19.0] - 2022-11-21
8
+
9
+ ### Added
10
+ * Supported numba0.56. (#818 )
11
+ * Supported dpnp0.11 and dpctl0.14.
12
+ * Added customized exception classes. (#798 )
13
+
14
+ ### Fixed
15
+ * Fixed a crash when calling take() for input array with non-integer values. (#771 )
16
+ * Fixed pairwise_distance.py to run on machine with no FP64 support in HW. (#806 )
17
+
18
+ ## [ 0.18.1] - 2022-08-06
19
+
20
+ ### Added
21
+ * Implemented support for ` dpnp.empty() ` (#728 )
8
22
9
23
### Changed
10
24
* numba-dppy package is now renamed to numba-dpex.
You can’t perform that action at this time.
0 commit comments