Skip to content

Commit

Permalink
fix tape
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Apr 15, 2024
1 parent 385d3fb commit ba34724
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [unreleased]

- #163:

- replaces the `emmy.differential.Differential` generalized dual and its term
list algebra with a simplified `emmy.differential.Dual` number type

This new approach works because the `emmy.differential/*active-tags*` stack
allows us to make sure that lifted binary operations always wrap their
output in a new `Dual` with the tag assigned by the inner-most derivative
call.

- deletes `emmy.util.vector-set` and tests, as these are no longer used

- adds a `nil` implementation for `extract-tangent`, meaning that `nil`-valued
functions now work with `D`

- #159:

- Fixes `Differential`'s implementation of `emmy.value/numerical?` to always
Expand Down

0 comments on commit ba34724

Please sign in to comment.