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 authored Sep 20, 2023
1 parent 0c318c2 commit fb398e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
features:
- |
Added support for expressing the sign of a :class: 'ParameterExpression'
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
class to calculate the sign and can work with the sign before the expression is fully assigned.
Expand Down

0 comments on commit fb398e4

Please sign in to comment.