Skip to content

Symbolica 0.16.0

Choose a tag to compare

@benruijl benruijl released this 20 Mar 13:33
· 366 commits to main since this release

Symbolica 0.16.0 has been released!

Notable changes

  • Rename replace_all to replace
  • Simplify Rust replace API using a builder
  • Simplify other Rust API by removing need for boxing and into
  • Collect in symbols and factors
  • Instruction export mode for optimized expressions
  • Stateful import/export with bincode

Upgrade notice

  • Python users must rename Expression.replace() to Expression.replace_iter() and rename Expression.replace_all to Expression.replace
  • Rust users must use the the new replacement builder with Atom::replace