Skip to content

Commit 84e9432

Browse files
committed
attempt at releasing 6.0.0-beta2
1 parent 54d1ac1 commit 84e9432

File tree

8 files changed

+18
-14
lines changed

8 files changed

+18
-14
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 6.0.0-beta2 - 2025-03-02
2+
* intermediate beta, mainly to verify we can still do releases
3+
* many contributions, proper release notes with attributions will follow. thank you all!
4+
15
### 6.0.0-beta1 - 2023-12-17
26
* attempt to revive this project with upgraded tooling, for net8.0, net6.0, net48 and netstandard2.0
37
* many contributions, proper release notes with attributions will follow. thank you all!

src/Data.Matlab/Data.Matlab.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<PackageId>MathNet.Numerics.Data.Matlab</PackageId>
1111
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Data.Matlab.Signed</PackageId>
1212
<VersionPrefix>6.0.0</VersionPrefix>
13-
<VersionSuffix>beta1</VersionSuffix>
13+
<VersionSuffix>beta2</VersionSuffix>
1414
<Title>Math.NET Numerics - MATLAB Data I/O Extensions$(TitleSuffix)</Title>
1515
<Description>MathWorks MATLAB Data Input/Output Extensions for Math.NET Numerics, the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use.$(DescriptionSuffix)</Description>
16-
<PackageReleaseNotes>attempt to revive this project with upgraded tooling, for net8.0, net6.0, net48 and netstandard2.0
16+
<PackageReleaseNotes>intermediate beta, mainly to verify we can still do releases
1717
many contributions, proper release notes with attributions will follow. thank you all!</PackageReleaseNotes>
1818
<PackageTags>math numeric data matlab</PackageTags>
1919
<IsTool>false</IsTool>

src/Data.Text/Data.Text.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<PackageId>MathNet.Numerics.Data.Text</PackageId>
1111
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Data.Text.Signed</PackageId>
1212
<VersionPrefix>6.0.0</VersionPrefix>
13-
<VersionSuffix>beta1</VersionSuffix>
13+
<VersionSuffix>beta2</VersionSuffix>
1414
<Title>Math.NET Numerics - Text Data I/O Extensions$(TitleSuffix)</Title>
1515
<Description>Text Data Input/Output Extensions for Math.NET Numerics, the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use.$(DescriptionSuffix)</Description>
16-
<PackageReleaseNotes>attempt to revive this project with upgraded tooling, for net8.0, net6.0, net48 and netstandard2.0
16+
<PackageReleaseNotes>intermediate beta, mainly to verify we can still do releases
1717
many contributions, proper release notes with attributions will follow. thank you all!</PackageReleaseNotes>
1818
<PackageTags>math numeric data text csv tsv json xml</PackageTags>
1919
<IsTool>false</IsTool>

src/FSharp/FSharp.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<PackageId>MathNet.Numerics.FSharp</PackageId>
1010
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.FSharp.Signed</PackageId>
1111
<VersionPrefix>6.0.0</VersionPrefix>
12-
<VersionSuffix>beta1</VersionSuffix>
12+
<VersionSuffix>beta2</VersionSuffix>
1313
<Title>Math.NET Numerics for F#$(TitleSuffix)</Title>
1414
<Description>F# Modules for Math.NET Numerics, the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .NET 5.0 or higher, .NET Standard 2.0 and .NET Framework 4.6.1 or higher, on Windows, Linux and Mac.$(DescriptionSuffix)</Description>
15-
<PackageReleaseNotes>attempt to revive this project with upgraded tooling, for net8.0, net6.0, net48 and netstandard2.0
15+
<PackageReleaseNotes>intermediate beta, mainly to verify we can still do releases
1616
many contributions, proper release notes with attributions will follow. thank you all!</PackageReleaseNotes>
1717
<PackageTags>fsharp F# math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags>
1818
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

src/Numerics/Numerics.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<PackageId>MathNet.Numerics</PackageId>
1111
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Signed</PackageId>
1212
<VersionPrefix>6.0.0</VersionPrefix>
13-
<VersionSuffix>beta1</VersionSuffix>
13+
<VersionSuffix>beta2</VersionSuffix>
1414
<Title>Math.NET Numerics$(TitleSuffix)</Title>
1515
<Description>Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .NET 5.0 or higher, .NET Standard 2.0 and .NET Framework 4.6.1 or higher, on Windows, Linux and Mac.$(DescriptionSuffix)</Description>
16-
<PackageReleaseNotes>attempt to revive this project with upgraded tooling, for net8.0, net6.0, net48 and netstandard2.0
16+
<PackageReleaseNotes>intermediate beta, mainly to verify we can still do releases
1717
many contributions, proper release notes with attributions will follow. thank you all!</PackageReleaseNotes>
1818
<PackageTags>math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags>
1919
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

src/Providers.CUDA/Providers.CUDA.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<PackageId>MathNet.Numerics.Providers.CUDA</PackageId>
1111
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Providers.CUDA.Signed</PackageId>
1212
<VersionPrefix>6.0.0</VersionPrefix>
13-
<VersionSuffix>beta1</VersionSuffix>
13+
<VersionSuffix>beta2</VersionSuffix>
1414
<Title>Math.NET Numerics CUDA Provider$(TitleSuffix)</Title>
1515
<Description>Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use.$(DescriptionSuffix)</Description>
16-
<PackageReleaseNotes>attempt to revive this project with upgraded tooling, for net8.0, net6.0, net48 and netstandard2.0
16+
<PackageReleaseNotes>intermediate beta, mainly to verify we can still do releases
1717
many contributions, proper release notes with attributions will follow. thank you all!</PackageReleaseNotes>
1818
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1919
<EnableDefaultCompileItems>true</EnableDefaultCompileItems>

src/Providers.MKL/Providers.MKL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<PackageId>MathNet.Numerics.Providers.MKL</PackageId>
1111
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Providers.MKL.Signed</PackageId>
1212
<VersionPrefix>6.0.0</VersionPrefix>
13-
<VersionSuffix>beta1</VersionSuffix>
13+
<VersionSuffix>beta2</VersionSuffix>
1414
<Title>Math.NET Numerics MKL Provider$(TitleSuffix)</Title>
1515
<Description>Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use.$(DescriptionSuffix)</Description>
16-
<PackageReleaseNotes>attempt to revive this project with upgraded tooling, for net8.0, net6.0, net48 and netstandard2.0
16+
<PackageReleaseNotes>intermediate beta, mainly to verify we can still do releases
1717
many contributions, proper release notes with attributions will follow. thank you all!</PackageReleaseNotes>
1818
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1919
<EnableDefaultCompileItems>true</EnableDefaultCompileItems>

src/Providers.OpenBLAS/Providers.OpenBLAS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<PackageId>MathNet.Numerics.Providers.OpenBLAS</PackageId>
1111
<PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Providers.OpenBLAS.Signed</PackageId>
1212
<VersionPrefix>6.0.0</VersionPrefix>
13-
<VersionSuffix>beta1</VersionSuffix>
13+
<VersionSuffix>beta2</VersionSuffix>
1414
<Title>Math.NET Numerics OpenBLAS Provider$(TitleSuffix)</Title>
1515
<Description>Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use.$(DescriptionSuffix)</Description>
16-
<PackageReleaseNotes>attempt to revive this project with upgraded tooling, for net8.0, net6.0, net48 and netstandard2.0
16+
<PackageReleaseNotes>intermediate beta, mainly to verify we can still do releases
1717
many contributions, proper release notes with attributions will follow. thank you all!</PackageReleaseNotes>
1818
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1919
<EnableDefaultCompileItems>true</EnableDefaultCompileItems>

0 commit comments

Comments
 (0)