Releases: SymbolicML/DynamicExpressions.jl
Releases · SymbolicML/DynamicExpressions.jl
v0.18.4
v0.18.3
DynamicExpressions v0.18.3
Merged pull requests:
- Fix gradients of parametric expressions (#88) (@MilesCranmer)
Closed issues:
v0.18.2
DynamicExpressions v0.18.2
Merged pull requests:
- Fix additional ambiguous methods for Expression interface (#84) (@MilesCranmer)
v0.18.1
DynamicExpressions v0.18.1
Merged pull requests:
- Fix some method ambiguities in
Expression
(#83) (@MilesCranmer)
v0.18.0
DynamicExpressions v0.18.0
Merged pull requests:
- feat: create
Expression
type to store operators with expression andparse_expression
to have robust parsing (#73) (@MilesCranmer) - CompatHelper: bump compat for SymbolicUtils in [weakdeps] to 2, (keep existing compat) (#78) (@github-actions[bot])
- Add DispatchDoctor.jl and fix various type instabilities (#79) (@MilesCranmer)
- Create
ParametricExpression
type (#81) (@MilesCranmer) - Improve ParametricExpressions (#82) (@MilesCranmer)
v0.18.0-alpha.1
This is an alpha release, and is not registered on Pkg. The API may change for what gets released in 0.18.0.
What's Changed
- feat: create
Expression
type to store operators with expression andparse_expression
to have robust parsing by @MilesCranmer in #73 - Add DispatchDoctor.jl and fix various type instabilities by @MilesCranmer in #79
- CompatHelper: bump compat for SymbolicUtils in [weakdeps] to 2, (keep existing compat) by @github-actions in #78
- Create
ParametricExpression
type by @MilesCranmer in #81
Full Changelog: v0.17.0...v0.18.0-alpha.1
v0.17.0
DynamicExpressions v0.17.0
Merged pull requests:
- feat!: simplify expression optimization routine (#70) (@MilesCranmer)
- Add ChainRules support (#71) (@MilesCranmer)
- refactor!: module names to match struct names (#72) (@MilesCranmer)
v0.16.0
DynamicExpressions v0.16.0
Merged pull requests:
- (BREAKING) Refactor code to be more idiomatic (#66) (@MilesCranmer)
v0.15.0
DynamicExpressions v0.15.0
Merged pull requests:
- Overload
Optim.optimize
for::Node
(#30) (@MilesCranmer) - Enzyme compatibility (#52) (@MilesCranmer)
- Bump allocator version of expression evaluation (#61) (@MilesCranmer)
v0.14.1
DynamicExpressions v0.14.1
Merged pull requests:
- Add built-in random sampling (#57) (@MilesCranmer)
- Add better errors for
rand
(#58) (@MilesCranmer)