Symbolics.jl Versions Save

Symbolic programming for the next generation of numerical software

v5.22.0

2 months ago

Symbolics v5.22.0

Diff since v5.21.0

Merged pull requests:

  • CompatHelper: bump compat for ModelingToolkit to 9 for package downstream, (keep existing compat) (#1069) (@github-actions[bot])
  • remove deprecation warning for @register (#1071) (@ArnoStrouwen)

Closed issues:

  • Representation of AND & between symbolic vars (#1070)

v5.21.0

2 months ago

Symbolics v5.21.0

Diff since v5.20.1

Merged pull requests:

  • Try fixing docs builds (#1068) (@ChrisRackauckas)

Closed issues:

  • Cannot sum an array of symbolics because of conversion error (#1063)

v5.20.1

2 months ago

Symbolics v5.20.1

Diff since v5.20.0

Merged pull requests:

  • Connection and StateMachineOperator should behave like scalars (#1067) (@YingboMa)

v5.20.0

2 months ago

Symbolics v5.20.0

Diff since v5.19.1

Merged pull requests:

  • Normalize D(x)[i] to D(x[i]) and remove implicit broadcasting (#1057) (@YingboMa)
  • store more useful information in symbolic struct (#1058) (@baggepinnen)
  • Add symbolic_getproperty (#1062) (@YingboMa)
  • print condition in show(::Transition) (#1065) (@baggepinnen)
  • Improve the documentation of symbolic arrays and functions (#1066) (@ChrisRackauckas)

v5.19.1

2 months ago

Symbolics v5.19.1

Diff since v5.19.0

Merged pull requests:

  • Fix state machine operator printing (#1061) (@YingboMa)

v5.19.0

2 months ago

Symbolics v5.19.0

Diff since v5.18.0

Merged pull requests:

  • StateMachineOperators (#1047) (@YingboMa)

v5.18.0

2 months ago

Symbolics v5.18.0

Diff since v5.17.0

Merged pull requests:

  • build: bump compat of DomainSets (#1055) (@sathvikbhagavan)

Closed issues:

  • precompilation errors with SymbolicsForwardDiffExt and SymbolicsPreallocationToolsExt (#1042)

v5.17.0

2 months ago

Symbolics v5.17.0

Diff since v5.16.1

Merged pull requests:

  • Bump actions/cache from 3 to 4 (#1043) (@dependabot[bot])
  • Add struct tracing (#1045) (@YingboMa)
  • Bump codecov/codecov-action from 3 to 4 (#1048) (@dependabot[bot])
  • Bump crate-ci/typos from 1.17.0 to 1.18.0 (#1049) (@dependabot[bot])
  • CompatHelper: bump compat for Groebner to 0.7, (keep existing compat) (#1052) (@github-actions[bot])
  • See if only PreallocationTools does better? (#1053) (@ChrisRackauckas)

Closed issues:

  • precompile fails (#1051)

v5.16.1

3 months ago

Symbolics v5.16.1

Diff since v5.16.0

Merged pull requests:

  • Resolve Symbolics.Num - ForwardDiff.Dual ambiguities (#1036) (@asterycs)
  • Bump crate-ci/typos from 1.16.23 to 1.17.0 (#1037) (@dependabot[bot])
  • variable(.., T=FnType) and at variables should be consistent (#1040) (@YingboMa)

Closed issues:

  • Arithmetic operations are ambiguous when combining Num:s and ForwardDiff (#1032)

v5.16.0

4 months ago

Symbolics v5.16.0

Diff since v5.15.1

Merged pull requests:

  • Turn Groebner.jl into an extension (#1035) (@sumiya11)