From 84d4f8fb42f07144d7a5ff6b98e2a6c7144f16d8 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 28 Jan 2024 15:15:28 -0500 Subject: [PATCH] Version 4.5.5 --- CHANGELOG.markdown | 4 ++-- ad.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 866a4a2..00582b9 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,5 @@ -next [????.??.??] ------------------ +4.5.5 [2024.01.28] +------------------ * `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 diff --git a/ad.cabal b/ad.cabal index f894d4a..8890935 100644 --- a/ad.cabal +++ b/ad.cabal @@ -1,5 +1,5 @@ name: ad -version: 4.5.4 +version: 4.5.5 license: BSD3 license-File: LICENSE copyright: (c) Edward Kmett 2010-2021,