Skip to content

Commit 87d4324

Browse files
Update CHANGELOG.md
Co-authored-by: ndgrigorian <[email protected]>
1 parent b740eeb commit 87d4324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
* Added trigonometric (`dpctl.tensor.sin`, `dpctl.tensor.cos`, `dpctl.tensor.tan`) and hyperbolic (`dpctl.tensor.sinh`, `dpctl.tensor.cosh`, `dpctl.tensor.tanh`) elementwise functions and their inverses (`dpctl.tensor.asin`, `dpctl.tensor.asinh`, `dpctl.tensor.acos`, `dpctl.tensor.acosh`, `dpctl.tensor.atan`, `dpctl.tensor.atanh`).
1414
* Added `dpctl.tensor.round` function.
1515
* Added `dpctl.tensor.sign` and `dpctl.tensor.remainder` elementwise functions.
16-
* Added bitwise elementwsie functions `dpctl.tensor.bitwise_and`, `dpctl.tensor.bitwise_xor`, `dpctl.tensor.bitwise_or`, `dpctl.tensor.bitwise_invert`
16+
* Added bitwise elementwise functions `dpctl.tensor.bitwise_and`, `dpctl.tensor.bitwise_xor`, `dpctl.tensor.bitwise_or`, `dpctl.tensor.bitwise_invert`
1717
* Added bitwise shift functions `dpctl.tensor.bitwise_left_shift` and `dpctl.tensor.bitwise_right_shift`.
18-
* Added `dpctl.tensor.atan2` and `dpctl.tensor.singbit` elementwise functions.
18+
* Added `dpctl.tensor.atan2` and `dpctl.tensor.signbit` elementwise functions.
1919
* Added `dpctl.tensor.minumum` and `dpctl.tensor.maximum` binary elementwise functions.
2020
* Supported equality checking and hashing for `dpctl.SyclPlatform`.
2121
* Implemented `types` property for all unary and binary elementwise functions [#1361](https://github.com/IntelPython/dpctl/pull/1361)

0 commit comments

Comments
 (0)