Skip to content

Releases: JuliaSymbolics/Symbolics.jl

v6.28.0

05 Feb 10:17
7fabd99
Compare
Choose a tag to compare

Symbolics v6.28.0

Diff since v6.27.0

Merged pull requests:

Closed issues:

  • solve_for fails for fractions (#424)
  • solve_for didn't throw error in some nonlinear equation (#961)
  • BoundsError when using expand_derivatives on a particular expression in y, but not the same expression in x (#1126)

v6.27.0

31 Jan 11:38
d7ee676
Compare
Choose a tag to compare

Symbolics v6.27.0

Diff since v6.26.0

Merged pull requests:

v6.26.0

29 Jan 11:21
ec3bd4c
Compare
Choose a tag to compare

Symbolics v6.26.0

Diff since v6.25.0

Merged pull requests:

v6.25.0

24 Jan 17:52
26f1a2d
Compare
Choose a tag to compare

Symbolics v6.25.0

Diff since v6.24.0

Merged pull requests:

Closed issues:

  • NaNMath.pow derivative throws DomainError (#1399)
  • Failed to precompile SymbolicsLuxExt (#1413)

v6.24.0

21 Jan 08:59
da1af00
Compare
Choose a tag to compare

Symbolics v6.24.0

Diff since v6.23.0

Merged pull requests:

Closed issues:

  • Type-inference failure in matmul (#1404)
  • convert(Matrix{Num}, Diagonal([Num(1.0)])) does not convert (#1405)
  • Add explicit multiplication (#1408)
  • multiplication and division of two Num infers to Any (#1410)

v6.23.0

16 Jan 14:12
8541338
Compare
Choose a tag to compare

Symbolics v6.23.0

Diff since v6.22.1

Merged pull requests:

Closed issues:

  • get_variables drops metadata for callables (#1396)

v6.22.1

02 Jan 13:37
7462634
Compare
Choose a tag to compare

Symbolics v6.22.1

Diff since v6.22.0

Merged pull requests:

  • add flag for activating robust calculation of expand_derivatives (#1353) (@karlwessel)
  • fix latexify_recipes.jl for real values of type Complex (#1375) (@karlwessel)
  • build(deps): bump crate-ci/typos from 1.27.0 to 1.28.2 (#1379) (@dependabot[bot])
  • Assume unknown functions are non-linear in hessian_sparsity (#1384) (@devmotion)
  • CompatHelper: bump compat for Nemo in [weakdeps] to 0.48, (keep existing compat) (#1386) (@github-actions[bot])
  • CompatHelper: bump compat for Nemo to 0.48 for package docs, (keep existing compat) (#1387) (@github-actions[bot])
  • Documentation updates (#1388) (@abhro)
  • document kwarg fold in substitute (#1389) (@benneti)
  • feat: wrap function in @inbounds if checkbounds = false (#1390) (@AayushSabharwal)
  • Update Project.toml (#1392) (@ChrisRackauckas)

Closed issues:

  • sparsehessian fails when getindex used (#555)
  • hessian_sparsity fails with registered funcitons (#749)
  • Function of unknown linearity used: getindex (#790)
  • islinear fails on expressions when getindex on other variables is involved (#847)
  • filter poly multiplying by x (#1356)

v6.22.0

20 Nov 15:46
3afdcac
Compare
Choose a tag to compare

Symbolics v6.22.0

Diff since v6.21.0

Merged pull requests:

Closed issues:

  • Solving rational equation (#29)

v6.21.0

16 Nov 08:24
1df3744
Compare
Choose a tag to compare

Symbolics v6.21.0

Diff since v6.20.0

Merged pull requests:

v6.20.0

15 Nov 14:57
bb431d4
Compare
Choose a tag to compare

Symbolics v6.20.0

Diff since v6.19.0

Merged pull requests:

Closed issues:

  • get_variables doesn't work for function arguments (#1351)