Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ Math.NET Numerics is covered under the terms of the [MIT license](LICENSE.md). Y
* [Wikipedia](https://en.wikipedia.org/wiki/Math.NET_Numerics) | [OpenHUB](https://www.openhub.net/p/mathnet-numerics)

### Current Version
| **Package** | **Latest Version** |
|:--|:--|
| Math.NET Numerics |[![Math.NET Numerics Version](https://buildstats.info/nuget/MathNet.Numerics)](https://www.nuget.org/packages/MathNet.Numerics/) |
| MKL Native Provider |[![MKL Native Provider Version](https://buildstats.info/nuget/MathNet.Numerics.MKL.Win)](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win/) |
| OpenBLAS Native Provider |[![OpenBLAS Native Provider Version](https://buildstats.info/nuget/MathNet.Numerics.OpenBLAS.Win)](https://www.nuget.org/packages/MathNet.Numerics.OpenBLAS.Win/) |
| Data Extensions |[![Data Extensions Version](https://buildstats.info/nuget/MathNet.Numerics.Data.Text)](https://www.nuget.org/packages/MathNet.Numerics.Data.Text/) |

![Math.NET Numerics Version](https://buildstats.info/nuget/MathNet.Numerics) Math.NET Numerics
![MKL Native Provider Version](https://buildstats.info/nuget/MathNet.Numerics.MKL.Win) MKL Native Provider
![OpenBLAS Native Provider Version](https://buildstats.info/nuget/MathNet.Numerics.OpenBLAS.Win) OpenBLAS Native Provider
![Data Extensions Version](https://buildstats.info/nuget/MathNet.Numerics.Data.Text) Data Extensions

Installation Instructions
-------------------------
Expand Down