Releases: JuliaSymbolics/TermInterface.jl
Releases · JuliaSymbolics/TermInterface.jl
v2.0.0
v1.0.1
v1.0.0
TermInterface v1.0.0
v0.5.0
TermInterface v0.5.0
- Removed
type
argument frommaketerm
. Please use explicit type expressions, ormetadata
when representing types. - Removed
symtype
- Improved documentation
Merged pull requests:
- reorder api tems in the readme (#29) (@shashi)
- Bump julia-actions/setup-julia from 1 to 2 (#30) (@dependabot[bot])
- delete useless "not implemented" methods (#34) (@nsajko)
- make all
maketerm
arguments mandatory (#35) (@nsajko) - Remove
type
argument,symtype
, update docs (#39) (@0x0f0f0f)
Closed issues:
v0.4.1
TermInterface v0.4.1
v0.4.0
TermInterface v0.4.0
- Simpler, unified interface
- Separated
head
,children
for any kind of S-Expression andoperation
,arguments
for terms that represent function calls, whereiscall
is true - Replaced
similarterm
withmaketerm
Merged pull requests:
- Typo in README (#14) (@lamorton)
- Create dependabot.yml (#16) (@ranocha)
- Bump actions/cache from 1 to 3 (#17) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#18) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#19) (@dependabot[bot])
- Bump actions/checkout from 3 to 4 (#20) (@dependabot[bot])
- Compromise Interface Redesign (#25) (@willow-ahrens)
- Bump codecov/codecov-action from 3 to 4 (#26) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#27) (@dependabot[bot])
v0.3.3
TermInterface v0.3.3
Merged pull requests:
v0.3.2
TermInterface v0.3.2
v0.3.1
TermInterface v0.3.1
v0.3.0
TermInterface v0.3.0
- BREAKING:
similarterm
,istree
andissym
now only accept objects as argument and do not acceptType
anymore
Merged pull requests: