55 <TargetFramework >netstandard2.0</TargetFramework >
66 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
77 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
8- <Authors >Haiping Chen, Christian Kahr</Authors >
8+ <Authors >Haiping Chen, Christian Kahr, Darren Schroeder </Authors >
99 <PackageOutputPath >../../packages</PackageOutputPath >
1010 <Description >NumSharp is the fundamental package for scientific computing with dot NET. It has implemented the arange, array, max, min, reshape, normalize, unique and random interfaces and so on. More and more interfaces will be added to the library gradually. If you want to use .NET to get started with machine learning, NumSharp will be your best tool library.</Description >
1111 <PackageProjectUrl >https://github.com/SciSharp</PackageProjectUrl >
1212 <Copyright >Apache 2.0</Copyright >
1313 <RepositoryUrl >https://github.com/SciSharp/NumSharp</RepositoryUrl >
14- <PackageReleaseNotes >Add public static implicit operator NDArray(short d)
15- Add T randn< T> ()</PackageReleaseNotes >
16- <AssemblyVersion >0.6.4.0</AssemblyVersion >
17- <FileVersion >0.6.4.0</FileVersion >
14+ <PackageReleaseNotes >Improvements</PackageReleaseNotes >
15+ <AssemblyVersion >0.6.5.0</AssemblyVersion >
16+ <FileVersion >0.6.5.0</FileVersion >
1817 <RepositoryType >git</RepositoryType >
1918 <PackageTags >NumPy, NumSharp, MachineLearning, Math, Scientific, Numeric</PackageTags >
20- <Version >0.6.4 </Version >
19+ <Version >0.6.5 </Version >
2120 <PackageLicenseUrl >LICENSE</PackageLicenseUrl >
2221 <LangVersion >latest</LangVersion >
2322 <PackageIconUrl >https://avatars3.githubusercontent.com/u/44989469?s=200& v=4</PackageIconUrl >
2423 <PackageId >NumSharp</PackageId >
2524 <Product >NumSharp</Product >
26- <Company >SciSharp.org </Company >
25+ <Company >SciSharp STACK </Company >
2726 </PropertyGroup >
2827
2928 <PropertyGroup Condition =" $([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^net\d'))" >
@@ -50,7 +49,7 @@ Add T randn<T>()</PackageReleaseNotes>
5049 <ItemGroup Condition =" $([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^netstandard\d'))" >
5150 <PackageReference Include =" System.Drawing.Common" Version =" 4.5.1" />
5251 <PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 2.0.1" />
53- <PackageReference Include =" System.Memory" Version =" 4.5.1 " />
52+ <PackageReference Include =" System.Memory" Version =" 4.5.2 " />
5453 </ItemGroup >
5554
5655 <ItemGroup Condition =" $([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^netcoreapp\d'))" >
0 commit comments