Skip to content

Commit 2b67876

Browse files
committed
Build: apparently travis-ci is dead; some docs fixes on compatibility
1 parent 114f0ef commit 2b67876

6 files changed

Lines changed: 22 additions & 56 deletions

File tree

.travis.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

MathNet.Numerics.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Numerics.Tests", "src\Numer
2626
EndProject
2727
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{B54A0B40-DE22-49FB-B1C0-6E5BDA3B0B2F}"
2828
ProjectSection(SolutionItems) = preProject
29-
.travis.yml = .travis.yml
3029
appveyor.yml = appveyor.yml
3130
docs\tools\build-docs.fsx = docs\tools\build-docs.fsx
3231
build\build-framework.fsx = build\build-framework.fsx

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ Core Package:
3434
- **MathNet.Numerics**
3535
- **MathNet.Numerics.FSharp** - optional extensions for a better F# experience. BigRational.
3636

37-
Alternative Provider Packages (optional):
37+
Intel MKL Provider (optional):
3838

39-
- **MathNet.Numerics.MKL.Win** - Native Intel MKL Linear Algebra provider (Windows).
40-
- **MathNet.Numerics.MKL.Win-x86** - Native Intel MKL Linear Algebra provider (Windows/32-bit only).
41-
- **MathNet.Numerics.MKL.Win-x64** - Native Intel MKL Linear Algebra provider (Windows/64-bit only).
39+
- **MathNet.Numerics.Providers.MKL** - Binding to Native Intel MKL provider.
40+
- **MathNet.Numerics.MKL.Win** - Native Intel MKL provider (Windows).
41+
- **MathNet.Numerics.MKL.Win-x86** - Native Intel MKL provider (Windows/32-bit only).
42+
- **MathNet.Numerics.MKL.Win-x64** - Native Intel MKL provider (Windows/64-bit only).
4243

4344
Data/IO Packages for reading and writing data (optional):
4445

@@ -50,21 +51,16 @@ Platform Support and Dependencies
5051

5152
Supported Platforms:
5253

53-
- .Net Framework 4.0 or higher and Mono (Package includes builds for 4.0 and 4.6.1)
54-
- .Net Standard 1.3 or higher (Package includes builds for 1.3 and 2.0)
55-
56-
Supported Platforms for the F# extensions:
57-
58-
- .Net Framework 4.5 or higher (Package includes builds for 4.5)
59-
- .Net Standard 1.6 or higher (Package includes builds for 1.6 and 2.0)
54+
- .NET 5.0 or higher (Package includes builds for 5.0)
55+
- .NET Framework 4.6.1 or higher (Package includes builds for 4.6.1 and 4.8)
56+
- .NET Standard 2.0 or higher (Package includes builds for 2.0)
6057

6158
For full details, dependencies and platform discrepancies see [Platform Compatibility](https://numerics.mathdotnet.com/Compatibility.html).
6259

6360
Building Math.NET Numerics
6461
--------------------------
6562

66-
Windows (.Net): [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/79j22c061saisces/branch/master)](https://ci.appveyor.com/project/cdrnet/mathnet-numerics)
67-
Linux (Mono): [![Travis Build Status](https://travis-ci.org/mathnet/mathnet-numerics.svg?branch=master)](https://travis-ci.org/mathnet/mathnet-numerics)
63+
Windows (.Net): [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/79j22c061saisces/branch/master)](https://ci.appveyor.com/project/cdrnet/mathnet-numerics)
6864

6965
You can build Math.NET Numerics with an IDE like VisualStudio or JetBrains Rider, with MsBuild, .Net CLI tools or with FAKE (recommended).
7066

docs/content/Compatibility.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,10 @@ Platform Support
33

44
Supported Platforms:
55

6-
- .Net Framework 4.0 and higher, with builds for .Net 4.0 and 4.6.1.
7-
- .Net Standard 1.3 and higher, with builds for .Net Standard 1.3 and 2.0.
8-
- .Net Core (via .Net Standard)
9-
- Mono (via .Net Framework)
10-
- Windows, Linux and Mac.
11-
12-
The F# extensions support a slightly reduced platform set:
13-
14-
- .Net Framework 4.5 and higher, with builds for .Net 4.5.
15-
- .Net Standard 1.6 and higher, with builds for .Net Standard 1.6 and 2.0.
16-
- .Net Core (via .Net Standard)
17-
- Mono (via .Net Framework)
6+
- .NET 5.0 or higher, with builds for 5.0.
7+
- .NET Framework 4.6.1 or higher, with builds for 4.6.1 and 4.8.
8+
- .NET Standard 2.0 or higher, with builds for 2.0.
9+
- Mono (via .NET Standard)
1810
- Windows, Linux and Mac.
1911

2012

@@ -23,6 +15,8 @@ Dependencies
2315

2416
Package Dependencies:
2517

26-
- .Net 4.0 and higher, .Net Standard 2.0, Mono: None
27-
- .Net Standard 1.3: NETStandard.Library and many System.* packages
18+
- .NET 5.0 and higher: None
19+
- .NET Framework 4.6.1: [System.ValueTuple](https://www.nuget.org/packages/System.ValueTuple)
20+
- .NET Framework 4.8 and higher: None
21+
- .Net Standard 2.0 and higher: None
2822
- F#: additionally [FSharp.Core](https://www.nuget.org/packages/FSharp.Core)

docs/content/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ regression, optimization problems and more.
88

99
Math.NET Numerics is part of the [Math.NET initiative](https://www.mathdotnet.com/)
1010
and is the result of merging dnAnalytics with Math.NET Iridium, replacing both.
11-
Available for free under the [MIT/X11 License](License.html).
12-
It targets Microsoft .Net 4.0 and higher, including Mono, and .Net Standard 1.3
13-
and higher (with builds for .Net Standard 2.0). In addition to a purely
14-
managed implementation it also supports native hardware optimization.
15-
See [Platform Support](Compatibility.html) for full details.
11+
Available for free under the [MIT License](License.html).
12+
It targets Microsoft .NET 5.0, .NET 4.6.1 and higher, and .NET Standard 2.0
13+
and higher. In addition to a purely managed implementation it also supports
14+
native hardware optimization. See [Platform Support](Compatibility.html) for full details.
1615

1716
NuGet Packages
1817
--------------

docs/tools/templates/template.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<li class="nav-header">Math.NET Numerics</li>
6464
<li><a href="@Root/Packages.html">NuGet & Binaries</a></li>
6565
<li><a href="@Root/ReleaseNotes.html">Release Notes</a></li>
66-
<li><a href="@Root/License.html">MIT/X11 License</a></li>
66+
<li><a href="@Root/License.html">MIT License</a></li>
6767
<li><a href="@Root/Compatibility.html">Platform Support</a></li>
6868
<li><a href="https://numerics.mathdotnet.com/api/">Class Reference</a></li>
6969
<li><a href="https://github.com/mathnet/mathnet-numerics/issues">Issues & Bugs</a></li>

0 commit comments

Comments
 (0)