Releases: JuliaSymbolics/Symbolics.jl
Releases · JuliaSymbolics/Symbolics.jl
v5.30.2
Symbolics v5.30.2
Merged pull requests:
- Add support for Differential(...)^0 (#1164) (@DanielVandH)
- Fix opname (#1165) (@ChrisRackauckas)
Closed issues:
- Differential(x)^0 leads to a
StackOverflow
(#1163)
v5.30.1
Symbolics v5.30.1
Merged pull requests:
- Rewrite deprecation warnings (#1158) (@TorkelE)
- Fix typo (#1159) (@ChrisRackauckas)
- Fix prewalk_if dropping metadata (#1160) (@ChrisRackauckas)
- Revert "Rewrite deprecation warnings" (#1161) (@ChrisRackauckas)
v5.30.0
Symbolics v5.30.0
Merged pull requests:
v5.29.0
Symbolics v5.29.0
Merged pull requests:
- Add documentation for array symbolic registration (#1119) (@ChrisRackauckas)
- complex: typo:
promote_type
->promote_symtype
(#1121) (@nsajko) - Add description in
expand_derivatives
docstring (#1127) (@bowenszhu) - fix: make
@register_array_symbolic
overloadpromote_symtype
(#1129) (@AayushSabharwal) - Bump crate-ci/typos from 1.20.4 to 1.21.0 (#1130) (@dependabot[bot])
- More test coverage for coeff (#1133) (@NAThompson)
- Add ADTypes sparsity detector (#1134) (@gdalle)
- [Trivial] Remove warning (#1137) (@NAThompson)
- istree deprecation (#1138) (@ArnoStrouwen)
- Fix wrong metadata access (#1140) (@shashi)
- revert SU lowerbound (#1143) (@shashi)
- CompatHelper: add new compat entry for SymPy in [weakdeps] at version 2, (keep existing compat) (#1147) (@github-actions[bot])
- CompatHelper: add new compat entry for PreallocationTools in [weakdeps] at version 0.4, (keep existing compat) (#1148) (@github-actions[bot])
- Bump SymbolicUtils to v2 (#1152) (@ChrisRackauckas)
Closed issues:
- Rogue
true
in inverse of a matrix (#64) @register_symbolic
requires promotion rules to be defined (#726)- Issues with rationals in symbolic expressions (#1007)
- Simplified derivative expansion gives float coefficients (#1083)
- Array function registration doesn't overload promote types correctly (#1128)
filterchildren
not defined? (#1135)
v5.28.0
Symbolics v5.28.0
Merged pull requests:
- feat: accept additional metadata in
diff2term
(#1104) (@ven-k) - CompatHelper: add new compat entry for Unitful at version 1 for package downstream, (keep existing compat) (#1112) (@github-actions[bot])
- Bump crate-ci/typos from 1.19.0 to 1.20.4 (#1113) (@dependabot[bot])
Closed issues:
solve_for
saysAssertionError: islinear
(#1115)
v5.27.1
Symbolics v5.27.1
Merged pull requests:
- refactor: remove undefined export
@register
(#1108) (@sathvikbhagavan)
v5.27.0
Symbolics v5.27.0
Merged pull requests:
- fix: remove
getname(::Symbol)
method, defined in SII now (#1106) (@AayushSabharwal)
Closed issues:
- How to @register_symbolic a function by a non-interactive way (#1097)
v5.26.0
Symbolics v5.26.0
Merged pull requests:
- Tests for rewrite hellper (#1026) (@TorkelE)
- feat: move fast_substitute to Symbolics, implement SII.symbolic_evaluate (#1089) (@AayushSabharwal)
- feat: support similarterm for arrayop (#1095) (@AayushSabharwal)
- Add dep on SymbolicLimits.jl and export
limit
(#1096) (@LilithHafner) - Fixed output of coeff(expression, x^0) or equivalent to coeff(expression, 1) (#1098) (@n0rbed)
- Fixing typos (#1099) (@aligurbu)
Closed issues:
v5.25.2
v5.25.1
Symbolics v5.25.1
Merged pull requests:
- fix: fix substitute, isequal for Arr (#1090) (@AayushSabharwal)
- fix: handle type propagation in getfield (#1091) (@baggepinnen)
Closed issues:
- Structs in structs (#1086)