NonlinearOscillations / HarmonicBalance.jl

A Julia package for solving nonlinear differential equations using the harmonic balance method.
https://NonlinearOscillations.github.io/HarmonicBalance.jl/
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

Symbolic deprication #174

Closed oameye closed 3 months ago

oameye commented 4 months ago

Symbolics.istree is deprecated, use TermInterface.iscall instead.

┌ Warning: similarterm is deprecated, use maketerm instead. │ See https://github.com/JuliaSymbolics/TermInterface.jl for details. │ The present call can be replaced by │ maketerm(typeof(x), SymbolicUtils.BasicSymbolic, [op, args...], symtype, metadata) │ caller = simterm at polyform.jl:251 [inlined] └ @ Core ~/.julia/packages/SymbolicUtils/qyMYa/src/polyform.jl:251