Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Jun 2, 2024
1 parent f15338d commit 95864ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
type to match `Context::get_var`.
- Added `impl From<i32> for Tree` to make writing tree expressions easier
- Removed `Error::ReservedName` and `Error::DuplicateName`, which were unused
- Add the `fidget::solver` module, which contains a simple solver for systems of
equations. The solver requires the equations to implement Fidget's `Function`
trait. It uses both point-wise and gradient evaluation to solve for a set of
`Var` values, using the Levenberg-Marquardt algorithm.
- Add `Tree::var()` and `impl TryFrom<Tree> for Var`

# 0.3.0
- Major refactoring of core evaluation traits
Expand Down

0 comments on commit 95864ce

Please sign in to comment.