From 50b89127de46d422636859a584713d9bf2ecdac4 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 19 Dec 2021 18:21:41 +0100 Subject: [PATCH] Release notes: fix extra tildes --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 44938042..8e17bd7c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -5,7 +5,7 @@ * BREAKING: all native provider adapters moved out to separate NuGet packages * BREAKING: switch many usages of tuples to value tuples (experimental) * Distributions: Logistic *~Bobby Ingram* -* Distributions: Perf: Cauchy~~~~ avoid duplicate evaluation *~Febin* +* Distributions: Perf: Cauchy avoid duplicate evaluation *~Febin* * Precision: Perf: pre-compute negative powers *~Febin* * Optimizations: Remove static properties in LevenbergMarquardtMinimizer *~Jong Hyun Kim* * Root Finding: Newton-Raphson better handling of zero-evaluations