Releases: JuliaSymbolics/SymbolicUtils.jl
Releases · JuliaSymbolics/SymbolicUtils.jl
v2.0.1
v2.0.0
SymbolicUtils v2.0.0
v1.7.0
SymbolicUtils v1.7.0
Merged pull requests:
Closed issues:
v1.6.0
SymbolicUtils v1.6.0
Merged pull requests:
- WIP: Various tweaks to the Rewriters (#548) (@shashi)
- Update documentation generator (#558) (@contradict)
- Fix DataDrivenDiffEq.jl downstream test (#559) (@contradict)
- Fix broken link on documentation homepage (#582) (@LilithHafner)
- New TermInterface (#584) (@0x0f0f0f)
- Get tests to pass in new TermInterface (#587) (@nmheim)
- Replace
get!
withget
to avoid unnecessary initialization of state values (#594) (@bowenszhu)
Closed issues:
- Rule for exp(-im*x) (#289)
- Typo on https://symbolicutils.juliasymbolics.org/ (#581)
v1.5.1
SymbolicUtils v1.5.1
Merged pull requests:
- Typos CI + remove old docs (#567) (@ArnoStrouwen)
- Simplify the construction of
x / 1
andx / -1
(#585) (@YingboMa)
v1.5.0
SymbolicUtils v1.5.0
Merged pull requests:
- fix typos (#555) (@musvaage)
- NaNMath.pow fix (#557) (@contradict)
- Remove compat with AbstractTrees 0.3 (#564) (@nathanaelbosch)
- refactor: add symbolic_type trait impl from SII (#566) (@AayushSabharwal)
Closed issues:
v1.4.0
v1.3.0
SymbolicUtils v1.3.0
Closed issues:
- Issue with creating rule for even and odd function of cos and sin (#545)
Merged pull requests:
- simplify_rules.jl: Add rules for sinh, cosh (#534) (@eschnett)
- inspect & pluck (#538) (@shashi)
- replace deprecated
similarvariable
bysimilar_variable
(#539) (@ranocha) - Included dispatch to toexpr that creates Tuples correctly (#542) (@raphaelchinchilla)
- Revert "Included dispatch to toexpr that creates Tuples correctly" (#543) (@shashi)
v1.2.0
v1.1.0
SymbolicUtils v1.1.0
Closed issues:
- Avoid applying canonicalizing rules on the canonical form (#347)
Merged pull requests:
promote_symtype
forBase.literal_pow
(#493) (@manuelbb-upb)- [skip ci] update readme for new docs (#511) (@ArnoStrouwen)
- Automatically benchmark PRs (#522) (@MilesCranmer)
- Enhancement: avoid applying canonicalizing rules on canonical form (#524) (@shashi)
- Fix for 32bit Julia (#525) (@bradcarman)
- optimize
isequal
(#533) (@chriselrod) - Use NaNMath lowering by default (#535) (@YingboMa)