Symbolics v4.11.0
Closed issues:
- Extracting degree and coefficients of a polynomial (#216)
- SymPy x.coeff like functionality (#374)
- Arrays of symbolic terms break basic arithmetic (#691)
- Inconsistent use of kwarg slurping breaks MTK callback conditions (#697)
- Q: extracting coefficients and monomial degrees from multivariate polynomials (#699)
- 1 instead of true (#702)
- Symbolics and Latexify (#722)
- How can I make dynamically named variables? (#739)
- Limitations of symbolic tracing? (#746)
- Large number of variables for PDESystem (#751)
- Avoiding repeated compilation in for loops (#752)
Merged pull requests:
- implement
coeff
(#677) (@t-bltg) - Refactor
degree
&coeff
forAdd
&Mul
(#685) (@bowenszhu) - make kwarg slurping the same across Julia target methods (#698) (@wsphillips)
- Add
sparsejacobian_vals
function (#710) (@tmigot) - Latexify (#724) (@gustaphe)
- Equation solver (#733) (@blankBuffer)
- Fix
hessian_sparsity
docstring signature (#750) (@bowenszhu) - Make
linear_expansion
handle/
(#754) (@YingboMa) - Handle getname edge case (#755) (@YingboMa)