We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d1308 commit ff371c3Copy full SHA for ff371c3
docs/changelog.md
@@ -10,6 +10,8 @@
10
type promotion rules, as specified by the standard.
11
This change unifies the behavior of binary functions and their matching operators,
12
(where available), such as `multiply(x1, x2)` and `__mul__(self, other)`.
13
+
14
+ ``where`` accepts array or scalars as its 2nd and 3rd arguments, ``x1`` and ``x2``. The first argument, ``condition``, must be an array.
15
16
- The following functions, new in the 2024.12 standard revision, are implemented:
17
0 commit comments