Skip to content

Commit 53b3093

Browse files
author
Diptorup Deb
authored
Merge pull request #822 from IntelPython/change_log
Updated change log for 0.19.0 release.
2 parents d761b8d + a1b0fe9 commit 53b3093

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ 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]
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)
822

923
### Changed
1024
* numba-dppy package is now renamed to numba-dpex.

0 commit comments

Comments
 (0)