Releases: SymbolicML/DynamicExpressions.jl
Releases · SymbolicML/DynamicExpressions.jl
v0.19.0
DynamicExpressions v0.19.0
Merged pull requests:
- Updated OperatorEnum to use any data type (not just Numbers) (#85) (@gca30)
- Add parameter to disable early exit of expression evaluation (#91) (@nmheim)
- Algebra for
AbstractExpression
objects; andStructuredExpression
(#92) (@MilesCranmer) - refactor: fix type instability within
get_constants
(#94) (@MilesCranmer)
v0.18.5
DynamicExpressions v0.18.5
Merged pull requests:
- Faster ChainRules implementation (#90) (@MilesCranmer)
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)