Symbolics v4.10.0
Closed issues:
- Building Function error with
Bool
eltype (#611) - Preserving type with Num(::Irrational) (#629)
simplify
taking very long for simple expression? (#650)- Crashes in calls of functions generated with
Symbolics.build_function
(#651) - Scalarize errors for inverses (#653)
semipolynomial_form
inconsistent for simplified and expanded polynomials (#656)semilinear_form
&semipolynomial_form
return nonlinear function as coefficient (#657)- build_function missing a term? (#658)
- How to set the precision of numbers in expressions? (#659)
Merged pull requests:
- adding groebner bases interface docs (#637) (@sumiya11)
- Add simple Num wrapper for Irrational (#638) (@moble)
- Fix typo
semiquadratic_form
docstring signature (#647) (@bowenszhu) - docstring shows metadata (#649) (@baggepinnen)
- Update faq.md with equality and set membership (#654) (@baggepinnen)
- handle refs in broadcast (#660) (@shashi)
- Fix semilinear_form with 1-arg nonlinear term times the variable (#661) (@shashi)
- fix scalarize for inv (#662) (@shashi)
- Fix
semipolynomial_form
in case of aSymbolicUtils.Pow
with a negative exponent (#667) (@bowenszhu)