Skip to content

Commit

Permalink
Update releasenotes/notes/added-sign-feature-parameterexpression-5769…
Browse files Browse the repository at this point in the history
…3dd69103dc8c.yaml

Co-authored-by: Will Shanks <wshaos@posteo.net>
  • Loading branch information
SamD-1998 and wshanks committed Sep 20, 2023
1 parent fb398e4 commit 6ba6e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
features:
- |
Added support for expressing the sign of a :class:`.ParameterExpression`
Instead of assigning a concrete value and using ''numpy.sign'' or other library functions, the user can use the instance of the ParameterExpression
Instead of assigning a concrete value and using :data:`numpy.sign` or other library functions, the user can use the instance of the :class:`.ParameterExpression`
class to calculate the sign and can work with the sign before the expression is fully assigned.
It can be used as follows::
Expand Down

0 comments on commit 6ba6e2b

Please sign in to comment.