Skip to content

Symbolica 0.20.0

Choose a tag to compare

@benruijl benruijl released this 18 Nov 12:09
· 252 commits to main since this release

Symbolica 0.20.0 has been released!

Notable changes

  • Return underdetermined solutions for linear_system_solve
  • Comprehensive parsing of Mathematica (InputForm excluding operators such as . and ->, and FullForm), and improved Mathematica output generation
  • Tensor canonization now supports nesting in functions
  • Floating point numbers are now supported as coefficients for (rational) polynomials

Upgrade notice

  • parse, parse_lit, and try_parse now take the optional default namespace as a named argument, e.g. parse!("x", default_namespace="test")