Releases: JuliaSymbolics/Symbolics.jl
Releases · JuliaSymbolics/Symbolics.jl
v6.15.3
Symbolics v6.15.3
Merged pull requests:
- Quick fix Latex rendering (#1317) (@hersle)
- Update Project.toml (#1318) (@ChrisRackauckas)
Closed issues:
- Latest release breaks Latexify of expressions with unicode exponents/subscripts (#1314)
v6.15.2
Symbolics v6.15.2
Merged pull requests:
- fix: fix maketerm for ArrayOp involving broadcasted symbolics (#1315) (@AayushSabharwal)
- Update Project.toml (#1316) (@ChrisRackauckas)
v6.15.1
Symbolics v6.15.1
Merged pull requests:
- Use fixed width text for compound variable names (#1305) (@ChrisRackauckas)
- Update Project.toml (#1313) (@ChrisRackauckas)
v6.15.0
Symbolics v6.15.0
Merged pull requests:
- fix: fix
promote_symtype
inregister_array_symbolic
withndims
(#1309) (@AayushSabharwal) - Avoid depending on
SymbolicsNemoExt
inSymbolicsGroebnerExt
(#1310) (@topolarity) - Update Project.toml (#1312) (@ChrisRackauckas)
v6.14.1
Symbolics v6.14.1
Merged pull requests:
- Bump crate-ci/typos from 1.25.0 to 1.26.0 (#1306) (@dependabot[bot])
- feat: support passing arrays of
Symbolic
to registered functions (#1307) (@AayushSabharwal) - Update Project.toml (#1308) (@ChrisRackauckas)
Closed issues:
- Derivative of Residual Sum-of-Square: Where's the sum ? (#1294)
v6.14.0
Symbolics v6.14.0
Merged pull requests:
- fix: define derivatives of ssqrt, scbrt, slog (#1273) (@AayushSabharwal)
- update perturbation example (#1292) (@karlwessel)
- move over MTK low level symbolic doc details to Symbolics (#1295) (@ArnoStrouwen)
- Remove LambertW (#1296) (@ChrisRackauckas)
- Bump crate-ci/typos from 1.24.1 to 1.25.0 (#1297) (@dependabot[bot])
- fix: handle CallWithMetadata in var_from_nested_derivative (#1300) (@AayushSabharwal)
- Fix Unicode NAMESPACE_SEPARATOR and subscripts in latex output (#1303) (@ChrisRackauckas)
- Update Project.toml (#1304) (@ChrisRackauckas)
Closed issues:
- Solving rational function equations by converting to polynomial equations (#1269)
- begin blocks in @variables macro not working consistently (#1280)
- Symbolic arrays with underscore names have broken latex representation (#1288)
v6.13.1
Symbolics v6.13.1
Merged pull requests:
- Handle
BasicSymbolic
expressions in test (#1260) (@contradict) - export
tosymbol
(#1287) (@MasonProtter) - fix: fix
maketerm
andtoexpr
forArrayOp
(#1289) (@AayushSabharwal)
v6.13.0
Symbolics v6.13.0
Merged pull requests:
- feat: improve
diff2term
for array symbolics (#1276) (@AayushSabharwal)
v6.12.0
Symbolics v6.12.0
Merged pull requests:
- New section in solver documentation (Expressions we can not solve) and updated symbolic_solve docstring (#1258) (@n0rbed)
- Add registration for
Base.clamp
(#1261) (@contradict) - Simplifying acos(0/1), asin(0,1) and anything + 0 (#1264) (@n0rbed)
- Hotfix symbolic_to_float (#1267) (@ChrisRackauckas)
- feat: add support for typed function symbolics (#1270) (@AayushSabharwal)
- Simplifying fractions before solving (#1271) (@n0rbed)
Closed issues:
v6.11.0
Symbolics v6.11.0
Merged pull requests:
- Change the
LuxCore
extension toLux
to supportrecursively_nillify
(#1266) (@SebastianM-C)