v0.17.0
SymbolicUtils v0.17.0
Closed issues:
- Simplifying exponentials (#182)
- Consider adding a @capture macro that injects matches into the current scope. (#342)
- DynamicPolynomials promote error (#356)
- Use vectors instead of dicts for storing matches by using debrujin indexing for slot variables (#364)
- Port perf fix to master (#366)
Merged pull requests:
- add capture macro (#343) (@peterahrens)
- Pja/no export capture (#378) (@peterahrens)
- Add rules to simplify exponentials. (#382) (@kllrak)
- Unflatten * and + in toexpr (#383) (@YingboMa)