From a1b0fe9617ea1b0145729ba3db2064f2f3bede2b Mon Sep 17 00:00:00 2001 From: "Wang, Mingjie1" Date: Mon, 21 Nov 2022 17:15:17 -0600 Subject: [PATCH] Updated change log for 0.19.0 release. 1. Updated change log for fix made in 0.19.0. 2. Updated change log for 0.18.1. --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94054fba30..c649507141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.19.0] - 2022-11-21 + +### Added +* Supported numba0.56. (#818) +* Supported dpnp0.11 and dpctl0.14. +* Added customized exception classes. (#798) + +### Fixed +* Fixed a crash when calling take() for input array with non-integer values. (#771) +* Fixed pairwise_distance.py to run on machine with no FP64 support in HW. (#806) + +## [0.18.1] - 2022-08-06 + +### Added +* Implemented support for `dpnp.empty()` (#728) ### Changed * numba-dppy package is now renamed to numba-dpex.