Browse Source

Release notes: fix typo

pull/697/head
Christoph Ruegg 6 years ago
parent
commit
fa361b6f52
  1. 2
      RELEASENOTES.md
  2. 2
      src/FSharp/FSharp.fsproj
  3. 2
      src/Numerics/Numerics.csproj

2
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

2
src/FSharp/FSharp.fsproj

@ -14,7 +14,7 @@
<PackageReleaseNotes>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.</PackageReleaseNotes>
<PackageTags>fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

2
src/Numerics/Numerics.csproj

@ -14,7 +14,7 @@
<PackageReleaseNotes>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.</PackageReleaseNotes>
<PackageTags>math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>

Loading…
Cancel
Save