Browse Source

Math.NET Numerics: 5.0.0-alpha03 docs update

gh-pages
Christoph Ruegg 5 years ago
parent
commit
0cb4f340e7
  1. 2
      Build.html
  2. 4
      ReleaseNotes.html
  3. 2
      index.json

2
Build.html

@ -253,7 +253,7 @@ this is also what the unit tests do when you run the <code>MklTest</code> build
<li><p>Update <code>CONTRIBUTORS.md</code> file (via <code>git shortlog -sn</code>)</p></li>
<li>
<p>Build Release:</p>
<pre class="fssnip highlighted"><code lang="fsharp"><span class="id">build</span><span class="pn">.</span><span class="id">sh</span> <span class="id">all</span> <span class="id">strongname</span>
<pre class="fssnip highlighted"><code lang="fsharp"><span class="id">build</span><span class="pn">.</span><span class="id">sh</span> <span class="id">all</span> <span class="o">--</span><span class="id">strongname</span>
</code></pre>
</li>
<li>Commit and push release notes and (auto-updated) assembly info files with new "Release: v1.2.3" commit</li>

4
ReleaseNotes.html

@ -120,7 +120,7 @@
<div class="container" id="fsdocs-content">
<h1><a name="Math-NET-Numerics-Release-Notes" class="anchor" href="#Math-NET-Numerics-Release-Notes">Math.NET Numerics Release Notes</a></h1>
<p><a href="ReleaseNotes.html">Math.NET Numerics</a> | <a href="ReleaseNotes-MKL.html">MKL Provider</a> | <a href="ReleaseNotes-OpenBLAS.html">OpenBLAS Provider</a></p>
<h3><a name="5-0-0-alpha02-2021-07-11" class="anchor" href="#5-0-0-alpha02-2021-07-11">5.0.0-alpha02 - 2021-07-11</a></h3>
<h3><a name="5-0-0-alpha03-2021-12-05" class="anchor" href="#5-0-0-alpha03-2021-12-05">5.0.0-alpha03 - 2021-12-05</a></h3>
<ul>
<li>COMPATIBILITY: net5.0, net48 better supported with explicit builds</li>
<li>COMPATIBILITY: netstandard1.x, net40, net45 no longer supported</li>
@ -133,6 +133,8 @@
<li>Optimizations: Remove static properties in LevenbergMarquardtMinimizer <em>~Jong Hyun Kim</em></li>
<li>Root Finding: Newton-Raphson better handling of zero-evaluations</li>
<li>Fit.Curve and FindMinimum extended to accept two more parameters</li>
<li>Fixed an index out of bounds issue when calculating BFGS minimizer with one variable <em>~Shiney</em></li>
<li>Marcum-Q function <em>~CHUTORO</em></li>
<li>Series: stable series summation</li>
<li>Providers: drop managed reference linear algebra provider</li>
<li>Providers: native providers no longer inherit managed providers, managed now sealed</li>

2
index.json

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save