Releases: JuliaSymbolics/SymbolicUtils.jl
Releases · JuliaSymbolics/SymbolicUtils.jl
v0.7.1
SymbolicUtils v0.7.1
v0.7.0
SymbolicUtils v0.7.0
v0.6.3
v0.6.2
v0.6.1
SymbolicUtils v0.6.1
Closed issues:
Merged pull requests:
- speed up hash on Term (#135) (@shashi)
- Extensible trait-like dispatch for Number methods (#136) (@shashi)
- Update docs on interfacing (#137) (@MasonProtter)
- Removing DataStructures 0.17 from Project.toml (#138) (@anandijain)
- fix error message in assertlike (#139) (@MasonProtter)
- Convert
invto literal pow (#141) (@MasonProtter) - CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#142) (@github-actions[bot])
- handle literal_pow (#143) (@MasonProtter)
- WIP: remove BigInts after polynormalize (#145) (@shashi)
v0.6.0
v0.5.2
v0.5.1
SymbolicUtils v0.5.1
Closed issues:
- Rules infrastructure wishlist (#7)
- Handle non-commutative numbers (#14)
- Simplify on show is kinda annoying (#15)
- ^ calls
isless(#36) - Move the documentation files to master (#74)
- Phases of simplification (#86)
fixpointexample from the documentation is not working (#93)- Simplification seems to stop? (#94)
- q-commutative algebra (#96)
- Get Revise to work with rulesets.jl (#101)
- Associative noncommutative rules (#110)
- Unbound args (#114)
- Explicitly typed symbols do not have base functions associated with them (#117)
Merged pull requests:
- Rewriters (#106) (@shashi)
- Move docs into master (#108) (@shashi)
- MPoly fixes (#109) (@shashi)
- make to_mpoly clean up one zero and identity before conversion (#111) (@shashi)
- eval_number_methods on your own types (#113) (@shashi)
- Remove unbound parameter (#115) (@grahamas)
- use interface on the matched expression instead of requiring it to be a
Term(#118) (@shashi) - CompatHelper: bump compat for "AbstractAlgebra" to "0.10" (#119) (@github-actions[bot])
- don't specialize Chain for tuples of rewriters (#120) (@shashi)
- CompatHelper: bump compat for "DataStructures" to "0.18" (#124) (@github-actions[bot])