Releases: JuliaSymbolics/SymbolicUtils.jl
Releases · JuliaSymbolics/SymbolicUtils.jl
v3.8.1
v3.8.0
SymbolicUtils v3.8.0
Merged pull requests:
- Implement hash consing for
Sym
(#658) (@bowenszhu) - Enhance Reproducibility and Isolation with SafeTestsets (#661) (@bowenszhu)
- Resolve duplicate docstring references (#662) (@bowenszhu)
- Chore: Update upload-artifact action to v4 in benchmark_pr.yml (#663) (@bowenszhu)
- Upgrade setup-julia action to v2 (#664) (@bowenszhu)
- Rewrite
^
withNaNMath.pow
in nanmath-mode (#671) (@devmotion) - Apply hash consing to all
BasicSymbolic
subtypes (#673) (@Blablablanca) - Renamed
Pow
function for clarity (#674) (@Blablablanca) - update links to stable documentation at SciML (#675) (@karlwessel)
- Update actions/cache in CI (#677) (@bowenszhu)
Closed issues:
- Hash consing (#614)
v3.7.2
SymbolicUtils v3.7.2
Merged pull requests:
- activate doc tests for rewrite.md (#652) (@karlwessel)
- fix:
similarterm
is exported but not defined (#657) (@avik-pal)
Closed issues:
v3.7.1
SymbolicUtils v3.7.1
Merged pull requests:
- Fix occursin for needle as a number case (#651) (@ChrisRackauckas)
Closed issues:
v3.7.0
SymbolicUtils v3.7.0
Merged pull requests:
- feat: add generic to
FnType
representing type of the function (#648) (@AayushSabharwal) - Fix: Resolve
@eqtest
method redefinition warning (#649) (@bowenszhu)
Closed issues:
v3.6.0
SymbolicUtils v3.6.0
Merged pull requests:
- adjoint(y::Symbolic{<:Number}) (#635) (@ChristophHotter)
- Remove method ambiguity in
isequal(::Symbolic, ::Missing)
. (#639) (@zengmao) - Test: Add
isequal
tests forMissing
andSymbolic
types (#640) (@bowenszhu) - Fix: Correct Scope of Symbolic Variable in
where
Rule Test (#643) (@bowenszhu) - feat: add
Code.create_array
method forTrackedArray
in ReverseDiffExt (#646) (@AayushSabharwal)