Skip to content

Commit

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

Co-authored-by: Will Shanks <[email protected]>
  • Loading branch information
SamD-1998 and wshanks authored Sep 8, 2023
1 parent d751c5d commit fe5b261
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 fe5b261

Please sign in to comment.