Skip to content

Commit

Permalink
Add fix for gh-1887 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ndgrigorian committed Nov 13, 2024
1 parent 2ea5dfd commit 0bed4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
* Fix for `tensor.result_type` when all inputs are Python built-in scalars [gh-1877](https://github.com/IntelPython/dpctl/pull/1877)

* Improved error in constructors `tensor.full` and `tensor.full_like` when provided a non-numeric fill value [gh-1878](https://github.com/IntelPython/dpctl/pull/1878)
* Added a check for pointer alignment when copying to C-contiguous memory [gh-1890](https://github.com/IntelPython/dpctl/pull/1890)

### Maintenance

Expand Down

0 comments on commit 0bed4aa

Please sign in to comment.