Skip to content

Commit

Permalink
Merge pull request #822 from IntelPython/change_log
Browse files Browse the repository at this point in the history
Updated change log for 0.19.0 release.
  • Loading branch information
diptorupd authored Nov 21, 2022
2 parents d761b8d + a1b0fe9 commit 53b3093
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53b3093

Please sign in to comment.