Symbolics.jl Versions Save

Symbolic programming for the next generation of numerical software

v5.28.0

2 weeks ago

Symbolics v5.28.0

Diff since v5.27.1

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 says AssertionError: islinear (#1115)

v5.27.1

3 weeks ago

Symbolics v5.27.1

Diff since v5.27.0

Merged pull requests:

  • refactor: remove undefined export @register (#1108) (@sathvikbhagavan)

v5.27.0

4 weeks ago

Symbolics v5.27.0

Diff since v5.26.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

1 month ago

Symbolics v5.26.0

Diff since v5.25.2

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:

  • Error with Julia 1.10 (#1092)
  • Issue using register_symbolic with a function that returns Vector{Float64} after the 5.3.0 release (#1094)

v5.25.2

1 month ago

Symbolics v5.25.2

Diff since v5.25.1

Merged pull requests:

  • fix: rm duplicated method (#1093) (@baggepinnen)

v5.25.1

1 month ago

Symbolics v5.25.1

Diff since v5.25.0

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)

v5.25.0

1 month ago

Symbolics v5.25.0

Diff since v5.24.0

Merged pull requests:

  • Add nanmath option (#941) (@YingboMa)

v5.24.0

1 month ago

Symbolics v5.24.0

Diff since v5.23.0

Merged pull requests:

  • Struct v2 (#1088) (@YingboMa)

v5.23.0

1 month ago

Symbolics v5.23.0

Diff since v5.22.1

Merged pull requests:

  • Add array function registration for Lux (#1054) (@SebastianM-C)
  • Accurately refer to function argument names in docstrings (#1074) (@LilithHafner)
  • Add docstring to transition (#1079) (@baggepinnen)
  • Add docstrings to state machine operators (#1080) (@baggepinnen)
  • Bump crate-ci/typos from 1.18.0 to 1.19.0 (#1084) (@dependabot[bot])
  • solve_for should treat all operators as a different variable (#1087) (@YingboMa)

Closed issues:

  • Can't define custom derivative dependent on model parameters (locally) (#1059)
  • Rational or integer coefficients with simplify? (#1060)

v5.22.1

1 month ago

Symbolics v5.22.1

Diff since v5.22.0

Merged pull requests:

  • Quote symbol (#1072) (@YingboMa)