Skip to content

Commit a5d8d96

Browse files
committed
Docs: update pakages, users
1 parent b5a4175 commit a5d8d96

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.gitattributes

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* text=auto
2+
13
*.cs text diff=csharp
24
*.msbuild text
35
*.config text
@@ -7,7 +9,8 @@
79
*.xml text
810
*.js text
911
*.ps1 text
10-
*.DotSettings text
12+
13+
*.DotSettings text eol=lf
1114
*.sh text eol=lf
1215

1316
*.csproj text merge=union
@@ -24,5 +27,3 @@
2427
*.DOCX diff=astextplain
2528
*.pdf diff=astextplain
2629
*.PDF diff=astextplain
27-
28-
* text=auto

MathNet.Numerics.Data.sln.DotSettings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ OTHER DEALINGS IN THE SOFTWARE.
7777
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SVD/@EntryIndexedValue">SVD</s:String>
7878
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=TFQMR/@EntryIndexedValue">TFQMR</s:String>
7979
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=WH/@EntryIndexedValue">WH</s:String>
80+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue">True</s:Boolean>
8081
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
82+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
8183
<s:String x:Key="/Default/FilterSettingsManager/AttributeFilterXml/@EntryValue">&lt;data /&gt;</s:String>
8284
<s:String x:Key="/Default/FilterSettingsManager/CoverageFilterXml/@EntryValue">&lt;data&gt;&lt;IncludeFilters /&gt;&lt;ExcludeFilters /&gt;&lt;/data&gt;</s:String></wpf:ResourceDictionary>

MathNet.Numerics.Net35Only.sln.DotSettings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ OTHER DEALINGS IN THE SOFTWARE.&#xD;
6666
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SVD/@EntryIndexedValue">SVD</s:String>
6767
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=TFQMR/@EntryIndexedValue">TFQMR</s:String>
6868
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=WH/@EntryIndexedValue">WH</s:String>
69+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue">True</s:Boolean>
6970
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
71+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
7072
<s:String x:Key="/Default/FilterSettingsManager/AttributeFilterXml/@EntryValue">&lt;data /&gt;</s:String>
7173
<s:String x:Key="/Default/FilterSettingsManager/CoverageFilterXml/@EntryValue">&lt;data&gt;&lt;IncludeFilters /&gt;&lt;ExcludeFilters /&gt;&lt;/data&gt;</s:String></wpf:ResourceDictionary>

docs/content/Packages.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@ packages do not contain portable builds.
3333
Intel MKL Native Provider
3434
-------------------------
3535

36-
Since v3.6.0 Math.NET Numerics can automatically choose the 64- or 32-bit version
37-
of native providers depending on the operating system and process. But we do not
38-
provide combined NuGet packages yet. If you intend to [maintain the native binaries
39-
manually](MKL.html#Native-Binaries) it may be easier to download the combined Zip file in the release archive.
36+
The new combined package includes both 32 and 64 bit binaries and can automatically
37+
pick the right one at runtime. It is also MsBuild integrated, so there is no
38+
more need to any manual file handling. But it is only supported by Math.NET Numerics
39+
v3.6.0 and higher.
40+
41+
If you intend to [maintain the native binaries manually](MKL.html#Native-Binaries)
42+
it may be easier to download the Zip file in the release archive.
4043

4144
[Intel MKL Native Provider Release Notes](ReleaseNotes-MKL.html)
4245

43-
- [**MathNet.Numerics.MKL.Win-x64**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win-x64/) - Windows 64-bit.
44-
- [**MathNet.Numerics.MKL.Win-x86**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win-x86/) - Windows 32-bit.
46+
- [**MathNet.Numerics.MKL.Win**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win/) - Windows (combined, MsBuild integrated).
47+
- [**MathNet.Numerics.MKL.Win-x64**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win-x64/) - Windows 64-bit only.
48+
- [**MathNet.Numerics.MKL.Win-x86**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win-x86/) - Windows 32-bit only.
4549
- [**MathNet.Numerics.MKL.Linux-x64**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Linux-x64/) - Linux 64-bit.
4650
- [**MathNet.Numerics.MKL.Linux-x86**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Linux-x86/) - Linux 32-bit.
4751

docs/content/Users.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Closed Source
3535
* [SpectraFox](http://www.spectrafox.com/) STM / AFM spectroscopy analysis
3636
* [Colymp](http://colymp.com/) Color Management Software
3737
* [ILNumerics](http://ilnumerics.net/)
38+
* [GazeSpeaker](http://www.gazespeaker.org) Free software to help people with disabilities
39+
* [ModVal.org](http://www.modval.org) Quant model repository for regulatory and internal model validation.
3840
* At least half of the hearing aid market for their software to fit
3941
their hearing instruments to a patient's actual hearing loss.
4042

0 commit comments

Comments
 (0)