Browse Source

Math.NET Numerics: 5.0.0-alpha04 docs update

gh-pages
Christoph Ruegg 5 years ago
parent
commit
d615bf7160
  1. 4
      ReleaseNotes-MKL.html
  2. 3
      ReleaseNotes.html
  3. 2
      index.json

4
ReleaseNotes-MKL.html

@ -120,6 +120,10 @@
<div class="container" id="fsdocs-content">
<h1><a name="MKL-Provider-Release-Notes" class="anchor" href="#MKL-Provider-Release-Notes">MKL Provider 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="2-6-0-beta3-2021-12-19" class="anchor" href="#2-6-0-beta3-2021-12-19">2.6.0-beta3 - 2021-12-19</a></h3>
<ul>
<li>Experimental build with runtime folders for sdk projects</li>
</ul>
<h3><a name="2-6-0-beta2-2021-12-09" class="anchor" href="#2-6-0-beta2-2021-12-09">2.6.0-beta2 - 2021-12-09</a></h3>
<ul>
<li>r15 with Intel oneAPI 2021.4, preview for Numerics v5 with MathNet.Numerics.Pro</li>

3
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-alpha03-2021-12-05" class="anchor" href="#5-0-0-alpha03-2021-12-05">5.0.0-alpha03 - 2021-12-05</a></h3>
<h3><a name="5-0-0-alpha04-2021-12-19" class="anchor" href="#5-0-0-alpha04-2021-12-19">5.0.0-alpha04 - 2021-12-19</a></h3>
<ul>
<li>COMPATIBILITY: net5.0, net48 better supported with explicit builds</li>
<li>COMPATIBILITY: netstandard1.x, net40, net45 no longer supported</li>
@ -139,6 +139,7 @@
<li>Providers: drop managed reference linear algebra provider</li>
<li>Providers: native providers no longer inherit managed providers, managed now sealed</li>
<li>Providers: MKL provider compilation switched to Intel oneAPI MKL</li>
<li>Providers: support for provider packages with runtime folders</li>
<li>Better support for System.Text.Json: Polynomial, DescriptiveStatistics <em>~Joseph Petersen</em></li>
<li>Lots of internal cleanup, leveraging newer language features</li>
<li>Data: now released always together with Numerics (no longer separate versioning)</li>

2
index.json

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