|
|
@ -120,7 +120,7 @@ |
|
|
<div class="container" id="fsdocs-content"> |
|
|
<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> |
|
|
<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> |
|
|
<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> |
|
|
<ul> |
|
|
<li>COMPATIBILITY: net5.0, net48 better supported with explicit builds</li> |
|
|
<li>COMPATIBILITY: net5.0, net48 better supported with explicit builds</li> |
|
|
<li>COMPATIBILITY: netstandard1.x, net40, net45 no longer supported</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: drop managed reference linear algebra provider</li> |
|
|
<li>Providers: native providers no longer inherit managed providers, managed now sealed</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: 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>Better support for System.Text.Json: Polynomial, DescriptiveStatistics <em>~Joseph Petersen</em></li> |
|
|
<li>Lots of internal cleanup, leveraging newer language features</li> |
|
|
<li>Lots of internal cleanup, leveraging newer language features</li> |
|
|
<li>Data: now released always together with Numerics (no longer separate versioning)</li> |
|
|
<li>Data: now released always together with Numerics (no longer separate versioning)</li> |
|
|
|