From fa361b6f52b77f8b8e2a8579c7b2eda4e9fd951e Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 12 Apr 2020 18:47:40 +0200 Subject: [PATCH] Release notes: fix typo --- RELEASENOTES.md | 2 +- src/FSharp/FSharp.fsproj | 2 +- src/Numerics/Numerics.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 25b5cc4a..db16e989 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,7 +2,7 @@ * BUG: Optimization: weights were applied wrongly when evaluating the Jacobian *~Jong Hyun Kim, zhaochenxi* * BUG: Linear Algebra: F# Matrix.reduceRows was reducing columns instead of rows *~kayanme* * BUG: Distributions: Hypergeometric.CDF no longer returns values > 1.0 *~Manor Askenazi* -* Documentation: fix missing logarithms, drop old links "~Michel de Ruiter, Guney Ozsan* +* Documentation: fix missing logarithms, drop old links *~Michel de Ruiter, Guney Ozsan* * Build: no longer code-sign the assemblies with a code-signing certificate, since it is too painful. ### 4.9.0 - 2019-10-13 diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index 6d1df521..9149c453 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -14,7 +14,7 @@ BUG: Optimization: weights were applied wrongly when evaluating the Jacobian ~Jong Hyun Kim, zhaochenxi BUG: Linear Algebra: F# Matrix.reduceRows was reducing columns instead of rows ~kayanme BUG: Distributions: Hypergeometric.CDF no longer returns values > 1.0 ~Manor Askenazi -Documentation: fix missing logarithms, drop old links "~Michel de Ruiter, Guney Ozsan +Documentation: fix missing logarithms, drop old links ~Michel de Ruiter, Guney Ozsan Build: no longer code-sign the assemblies with a code-signing certificate, since it is too painful. fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft false diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index c4b9be5a..c530f3f8 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -14,7 +14,7 @@ BUG: Optimization: weights were applied wrongly when evaluating the Jacobian ~Jong Hyun Kim, zhaochenxi BUG: Linear Algebra: F# Matrix.reduceRows was reducing columns instead of rows ~kayanme BUG: Distributions: Hypergeometric.CDF no longer returns values > 1.0 ~Manor Askenazi -Documentation: fix missing logarithms, drop old links "~Michel de Ruiter, Guney Ozsan +Documentation: fix missing logarithms, drop old links ~Michel de Ruiter, Guney Ozsan Build: no longer code-sign the assemblies with a code-signing certificate, since it is too painful. math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft true