Skip to content

Commit

Permalink
Mention #105 in the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jan 28, 2024
1 parent 9def2b8 commit 29d4df3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
next [????.??.??]
-----------------
* `Numeric.AD.Mode.Reverse.Double` now handles IEEE floating-point special
values (e.g., `NaN` and `Inf`) correctly when `ad` is compiled with `+ffi`.
Note that this increase in floating-point accuracy may come at a slight
performance penalty in certain applications. If this negatively impacts your
application, please mention this at https://github.com/ekmett/ad/issues/106.

4.5.4 [2023.02.19]
------------------
* Add a `Num (Scalar (Scalar t))` constraint to `On`'s `Mode` instance, which is
Expand Down

0 comments on commit 29d4df3

Please sign in to comment.