Symbolica 0.16.0
Symbolica 0.16.0 has been released!
Notable changes
- Rename
replace_alltoreplace - 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()toExpression.replace_iter()and renameExpression.replace_alltoExpression.replace - Rust users must use the the new replacement builder with
Atom::replace