Releases: JuliaSymbolics/Symbolics.jl
Releases · JuliaSymbolics/Symbolics.jl
v2.1.0
v2.0.0
Symbolics v2.0.0
Closed issues:
- substitute for complex expression does nothing (#137)
- Make some optimization steps in build_function optional? (#230)
- Parsing error when generating multiple complex variables (#310)
- unexpected promotion to Complex{Num} in
@variables
(#317) - Possible bug with
simplify
(#318)
Merged pull requests:
- Use threads in MultithreadedForm (#303) (@tkf)
- Latexify fixes (#306) (@shashi)
- Namespacing, deterministic variable names, subscripted variables (#312) (@shashi)
- Remove redundancy in
variable.jl
(#316) (@dannys4) - Fix a lot of variables problems (#321) (@YingboMa)
- Added REPL indication to example code in
README
(#323) (@paniash) - module docstring (#324) (@anandijain)
- Moving Integral domain type from Domain to VarDomainPairing (#330) (@ashutosh-b-b)
- You can't assign to du itself (#336) (@pepijndevos)
v1.4.2
v1.4.1
v1.4.0
Symbolics v1.4.0
Closed issues:
- Same function with different arguments (#295)
Merged pull requests:
- Add GetindexParent (#304) (@YingboMa)
- small change to
tosymbol
docstring (#305) (@anandijain)
v1.3.0
v1.2.3
Symbolics v1.2.3
Closed issues:
- Defining an array of variables instead of a symbolic array (#279)
- Using Rational coefficients? (#289)
@fun
does not exist (#296)
Merged pull requests:
- Update
StanTarget
dispatch ofbuild_function
to new ode interface… (#255) (@Vaibhavdixit02) - update variable macro docs for array variables (#285) (@shashi)
- Fixing docs for
build_function
withCTarget
(#291) (@dannys4) - remove
@parameters
from docstrings (#294) (@BeastyBlacksmith) - Automatic unwrapping of Num with methods T(x::Num) (#297) (@ChrisRackauckas)
- Update
buildvarnnumbercache
to actually handle non array types (#298) (@Vaibhavdixit02)
v1.2.2
Symbolics v1.2.2
Closed issues:
- conflicts with ModelingToolkit.jl (v5.20.0) for v1.0.0 and higher (#278)
Merged pull requests:
v1.2.1
Symbolics v1.2.1
Merged pull requests:
v1.2.0
Symbolics v1.2.0
Closed issues:
- [request] [suggestion] Better support for arrays (#65)
- Allow
@register ∈(x, y::AbstractRange{T}) where {T}
(#256) - Registration doesn't work with collections of symbols (#265)
- Segfault from
iszero
when customizingbroadcasted
(#268)
Merged pull requests:
- Update for polynomial change in SU (#266) (@shashi)
- CompatHelper: bump compat for "SymbolicUtils" to "0.13" (#271) (@github-actions[bot])
- Unique function argument names for no recompilation (#272) (@ChrisRackauckas)
- Apply chain rule on symbolic functions (#273) (@shashi)
- Revert "CompatHelper: bump compat for "SymbolicUtils" to "0.13"" (#274) (@YingboMa)