Skip to content

Symbolica 0.14.0

Latest
Compare
Choose a tag to compare
@benruijl benruijl released this 30 Dec 09:59

Symbolica 0.14.0 has been released!

Notable changes

Upgrade notice
The Rust API went through significant change:

  • You need to use AtomCore for most basic features on atoms. Atom-like arguments are now generic over AtomCore, so as_view calls can be removed.
  • Pattern matching now has a unified API (accepting None as arguments), and AtomCore::pattern_match's return type implements Iterator
  • Replacement and FunctionMap no longer depend on referenced values
  • State::get_symbol is now Symbol::new. State should not be used directly anymore.