v0.1.25
·
2104 commits
to master
since this release
Symbolics v0.1.25
Closed issues:
- Unnecessary tupling of arrays of variables (#36)
- Sparse vector support (#6)
- Support for norms (#15)
- Double inequalities (#8)
- Simplification no able to multiply (#30)
- "ERROR: LoadError: syntax: "3" is not a valid function argument name" when including saved Julia expressions with
var"x(t)"
style names (#22) - Simplified API functions for creating Variables (#23)
- First version checklist (#1)
- norm on symbolic vector (#82)
- WARNING: both SymbolicUtils and LinearAlgebra export "cond"; uses of it in module Symbolics must be qualified (#120)
- Declaring two variables with incorrect syntax causes a Core Dump (#127)
- Rename
polynormalize
toexpand
(#134) - Why does build_function accept arrays? (#171)
- Can't use Zygote.gradient on Symbolics.jl Matrix Functions (#199)
- add ! (#206)
- islinear fails on single symbol equations (#210)
- issue with
solve_for
with 5x5 system (#214) - \pi not handled properly (#221)
- Error when precompling Symbolics (#224)
- non-boolean (Num) used in boolean context - How can I fix this? (#225)
Merged pull requests:
- Fix typos in src/register.jl (#219) (@waldyrious)
- Overload boolean operations (#226) (@YingboMa)