From f232ef4a30051d0b6f77f35302207ce254747007 Mon Sep 17 00:00:00 2001
From: Christoph Ruegg
Date: Sun, 11 Jul 2021 15:00:01 +0200
Subject: [PATCH] Math.NET Numerics: 5.0.0-alpha02 docs update
---
Build.html | 2 +-
CSV.html | 2 +-
Compatibility.html | 24 +++++++++---------------
Constants.html | 2 +-
Contributing.html | 2 +-
Contributors.html | 2 +-
DescriptiveStatistics.html | 2 +-
Distance.html | 2 +-
Euclid.html | 2 +-
Functions.html | 2 +-
Generate.html | 2 +-
IFsharpNotebook.html | 2 +-
IntegralTransforms.html | 2 +-
Integration.html | 2 +-
Interpolation.html | 2 +-
License.html | 2 +-
LinearEquations.html | 2 +-
MKL.html | 2 +-
MatlabFiles.html | 2 +-
Matrix.html | 2 +-
MatrixMarket.html | 2 +-
Packages.html | 2 +-
Probability.html | 4 ++--
Random.html | 2 +-
Regression.html | 2 +-
ReleaseNotes-MKL.html | 2 +-
ReleaseNotes-OpenBLAS.html | 2 +-
ReleaseNotes.html | 6 ++++--
Users.html | 2 +-
index.html | 11 +++++------
30 files changed, 46 insertions(+), 51 deletions(-)
diff --git a/Build.html b/Build.html
index 0d2ce427..87f6e19d 100644
--- a/Build.html
+++ b/Build.html
@@ -283,7 +283,7 @@ this is also what the unit tests do when you run the MklTest build
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/CSV.html b/CSV.html
index 552ae6a9..a4d848f1 100644
--- a/CSV.html
+++ b/CSV.html
@@ -165,7 +165,7 @@ Among others:
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Compatibility.html b/Compatibility.html
index 15278010..b05e7c82 100644
--- a/Compatibility.html
+++ b/Compatibility.html
@@ -60,25 +60,19 @@
Supported Platforms:
-- .Net Framework 4.0 and higher, with builds for .Net 4.0 and 4.6.1.
-- .Net Standard 1.3 and higher, with builds for .Net Standard 1.3 and 2.0.
-- .Net Core (via .Net Standard)
-- Mono (via .Net Framework)
-- Windows, Linux and Mac.
-
-The F# extensions support a slightly reduced platform set:
-
-- .Net Framework 4.5 and higher, with builds for .Net 4.5.
-- .Net Standard 1.6 and higher, with builds for .Net Standard 1.6 and 2.0.
-- .Net Core (via .Net Standard)
-- Mono (via .Net Framework)
+- .NET 5.0 or higher, with builds for 5.0.
+- .NET Framework 4.6.1 or higher, with builds for 4.6.1 and 4.8.
+- .NET Standard 2.0 or higher, with builds for 2.0.
+- Mono (via .NET Standard)
- Windows, Linux and Mac.
Package Dependencies:
-- .Net 4.0 and higher, .Net Standard 2.0, Mono: None
-- .Net Standard 1.3: NETStandard.Library and many System.* packages
+- .NET 5.0 and higher: None
+- .NET Framework 4.6.1: System.ValueTuple
+- .NET Framework 4.8 and higher: None
+- .Net Standard 2.0 and higher: None
- F#: additionally FSharp.Core
@@ -90,7 +84,7 @@
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Constants.html b/Constants.html
index fdcf0078..e10a01b7 100644
--- a/Constants.html
+++ b/Constants.html
@@ -828,7 +828,7 @@ to 2007 CODATA.
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Contributing.html b/Contributing.html
index abd5202a..cf2f7867 100644
--- a/Contributing.html
+++ b/Contributing.html
@@ -102,7 +102,7 @@ Please avoid merging mainline back into your pull request branch. If you need to
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Contributors.html b/Contributors.html
index 89e88f4b..3e109f8e 100644
--- a/Contributors.html
+++ b/Contributors.html
@@ -235,7 +235,7 @@ This section is incomplete - let us know if we forgot something.
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/DescriptiveStatistics.html b/DescriptiveStatistics.html
index 08853bae..f3990a94 100644
--- a/DescriptiveStatistics.html
+++ b/DescriptiveStatistics.html
@@ -548,7 +548,7 @@ correlation coefficient, as well as their correlation matrix for a set of vector
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Distance.html b/Distance.html
index 281bd53e..77a1e164 100644
--- a/Distance.html
+++ b/Distance.html
@@ -184,7 +184,7 @@ It is a fundamental distance measure in information theory but less relevant in
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Euclid.html b/Euclid.html
index 63668ff4..88d53829 100644
--- a/Euclid.html
+++ b/Euclid.html
@@ -150,7 +150,7 @@ Euclid.ExtendedGreatestCommonDivisor(45,
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Functions.html b/Functions.html
index 30bb992f..5106963f 100644
--- a/Functions.html
+++ b/Functions.html
@@ -315,7 +315,7 @@ for both real and complex arguments.
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Generate.html b/Generate.html
index 34f9b342..f7a3fd99 100644
--- a/Generate.html
+++ b/Generate.html
@@ -297,7 +297,7 @@ You can use LINQ, but that operates on sequences instead of arrays:
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/IFsharpNotebook.html b/IFsharpNotebook.html
index fa2eaa33..5642156b 100644
--- a/IFsharpNotebook.html
+++ b/IFsharpNotebook.html
@@ -216,7 +216,7 @@ Unfortunately loading this script requires the exact version in the path - if yo
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/IntegralTransforms.html b/IntegralTransforms.html
index 17ee31cc..ab38de59 100644
--- a/IntegralTransforms.html
+++ b/IntegralTransforms.html
@@ -122,7 +122,7 @@ Transform.FourierForward(samples);
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Integration.html b/Integration.html
index be51fb6d..6c95eaff 100644
--- a/Integration.html
+++ b/Integration.html
@@ -267,7 +267,7 @@ Console.WriteLine("Approximate value of the 2D integral is: "Math.NET Numerics
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Interpolation.html b/Interpolation.html
index e40316b5..a149ffff 100644
--- a/Interpolation.html
+++ b/Interpolation.html
@@ -102,7 +102,7 @@
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/License.html b/License.html
index 2d386595..4a5db05b 100644
--- a/License.html
+++ b/License.html
@@ -82,7 +82,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/LinearEquations.html b/LinearEquations.html
index 6960e680..8c64a9cd 100644
--- a/LinearEquations.html
+++ b/LinearEquations.html
@@ -182,7 +182,7 @@ become zero on the right side), by introducing a new column each. First we subtr
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/MKL.html b/MKL.html
index b8af1576..bb75543f 100644
--- a/MKL.html
+++ b/MKL.html
@@ -333,7 +333,7 @@ buy a license from Intel. If unsure, contact the Intel sales team to clarify.Math.NET Numerics
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/MatlabFiles.html b/MatlabFiles.html
index a6146beb..d7d626b1 100644
--- a/MatlabFiles.html
+++ b/MatlabFiles.html
@@ -169,7 +169,7 @@ Among others:
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Matrix.html b/Matrix.html
index 5ad08d90..4f521d30 100644
--- a/Matrix.html
+++ b/Matrix.html
@@ -949,7 +949,7 @@ the assemblies it also adds proper FSI printers for both matrices and vectors.
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/MatrixMarket.html b/MatrixMarket.html
index e722586b..f373f587 100644
--- a/MatrixMarket.html
+++ b/MatrixMarket.html
@@ -110,7 +110,7 @@ Among others:
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Packages.html b/Packages.html
index 3de3cc44..df473baf 100644
--- a/Packages.html
+++ b/Packages.html
@@ -110,7 +110,7 @@ it may be easier to download the Zip file in the Math.NET Numerics
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Probability.html b/Probability.html
index 7eea1fbd..90ee17b4 100644
--- a/Probability.html
+++ b/Probability.html
@@ -135,7 +135,7 @@ for simpler usage scenarios:
Pareto
Rayleigh
Stable
-Stundent-T
+Student-T
Weibull
Triangular
@@ -443,7 +443,7 @@ This way they can be composed and transformed arbitrarily if curried:
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Random.html b/Random.html
index da7d01b4..377aa11c 100644
--- a/Random.html
+++ b/Random.html
@@ -380,7 +380,7 @@ Normal.Samples(c, 0.0, 1.0);
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/Regression.html b/Regression.html
index fcccdbcb..70e6cd02 100644
--- a/Regression.html
+++ b/Regression.html
@@ -295,7 +295,7 @@ are dependent on the point of interest \(t\).
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/ReleaseNotes-MKL.html b/ReleaseNotes-MKL.html
index a6310cb4..59e29a66 100644
--- a/ReleaseNotes-MKL.html
+++ b/ReleaseNotes-MKL.html
@@ -120,7 +120,7 @@
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/ReleaseNotes-OpenBLAS.html b/ReleaseNotes-OpenBLAS.html
index c699c404..d1998de9 100644
--- a/ReleaseNotes-OpenBLAS.html
+++ b/ReleaseNotes-OpenBLAS.html
@@ -72,7 +72,7 @@
NuGet & Binaries
Release Notes
- MIT/X11 License
+ MIT License
Platform Support
Class Reference
Issues & Bugs
diff --git a/ReleaseNotes.html b/ReleaseNotes.html
index a31e370b..ec60f01f 100644
--- a/ReleaseNotes.html
+++ b/ReleaseNotes.html
@@ -59,7 +59,7 @@
Math.NET Numerics | MKL Provider | OpenBLAS Provider
-
+
- COMPATIBILITY: net5.0, net48 better supported with explicit builds
- COMPATIBILITY: netstandard1.x, net40, net45 no longer supported
@@ -70,11 +70,13 @@
- Distributions: Perf: Cauchy avoid duplicate evaluation ~Febin
- Precision: Perf: pre-compute negative powers ~Febin
- Optimizations: Remove static properties in LevenbergMarquardtMinimizer ~Jong Hyun Kim
+- Root Finding: Newton-Raphson better handling of zero-evaluations
- Fit.Curve and FindMinimum extended to accept two more parameters
- Series: stable series summation
- Providers: drop managed reference linear algebra provider
- Providers: native providers no longer inherit managed providers, managed now sealed
- Providers: MKL provider compilation switched to Intel oneAPI MKL
+- Better support for System.Text.Json: Polynomial, DescriptiveStatistics ~Joseph Petersen
- Lots of internal cleanup, leveraging newer language features
- Data: now released always together with Numerics (no longer separate versioning)
- Control.Describe now includes CPU architecture and family identifier if know
@@ -924,7 +926,7 @@ Linear Algebra:
- NuGet & Binaries
- Release Notes
- - MIT/X11 License
+ - MIT License
- Platform Support
- Class Reference
- Issues & Bugs
diff --git a/Users.html b/Users.html
index 59495e8e..27506561 100644
--- a/Users.html
+++ b/Users.html
@@ -189,7 +189,7 @@ Feel free to Math.NET Numerics
- NuGet & Binaries
- Release Notes
- - MIT/X11 License
+ - MIT License
- Platform Support
- Class Reference
- Issues & Bugs
diff --git a/index.html b/index.html
index d208bb40..c041b1cb 100644
--- a/index.html
+++ b/index.html
@@ -64,11 +64,10 @@ linear algebra, probability models, random numbers, interpolation, integration,
regression, optimization problems and more.
Math.NET Numerics is part of the Math.NET initiative
and is the result of merging dnAnalytics with Math.NET Iridium, replacing both.
-Available for free under the MIT/X11 License.
-It targets Microsoft .Net 4.0 and higher, including Mono, and .Net Standard 1.3
-and higher (with builds for .Net Standard 2.0). In addition to a purely
-managed implementation it also supports native hardware optimization.
-See Platform Support for full details.
+Available for free under the MIT License.
+It targets Microsoft .NET 5.0, .NET 4.6.1 and higher, and .NET Standard 2.0
+and higher. In addition to a purely managed implementation it also supports
+native hardware optimization. See Platform Support for full details.