Skip to content

Commit 9b8c0f2

Browse files
committed
release NumSharp v0.6, a big milestone.
1 parent a3f0b57 commit 9b8c0f2

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

src/NumSharp.Core/NumSharp.Core.csproj

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,24 @@
44
<!--<TargetFramework>netcoreapp2.1</TargetFramework>-->
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
7+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
88
<Authors>Haiping Chen, Christian Kahr</Authors>
9-
<Description>NumPy is the fundamental package for scientific computing with dot NET. NumSharp 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>
9+
<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>
1010
<PackageProjectUrl>https://github.com/Oceania2018/NumSharp</PackageProjectUrl>
1111
<Copyright>Apache 2.0</Copyright>
1212
<RepositoryUrl>https://github.com/Oceania2018/NumSharp</RepositoryUrl>
13-
<PackageReleaseNotes>Abstract storage and shape from NDArray.
14-
Support dynamic dtype, make generic NDArray inherit from NDArray.
15-
Add string[] and bool[] storage.
16-
Updated online documents.
17-
Add np.ravel, np.transpose.</PackageReleaseNotes>
18-
<AssemblyVersion>0.5.0.0</AssemblyVersion>
19-
<FileVersion>0.5.0.0</FileVersion>
13+
<PackageReleaseNotes>Added LAPACK as a new Linear Algebra provider to improve performance.
14+
Document enhanced.
15+
Small changes for API.
16+
Added np.linalg.lstsq.
17+
Turned NumPy to static class and renamed to np to be more like numpy.
18+
Added IShape interface.</PackageReleaseNotes>
19+
<AssemblyVersion>0.6.0.0</AssemblyVersion>
20+
<FileVersion>0.6.0.0</FileVersion>
2021
<RepositoryType>git</RepositoryType>
2122
<PackageTags>NumPy, NumSharp, MachineLearning, Math, Scientific, Numeric</PackageTags>
22-
<Version>0.5.0</Version>
23-
<PackageLicenseUrl>https://raw.githubusercontent.com/Oceania2018/NumSharp/master/LICENSE</PackageLicenseUrl>
23+
<Version>0.6.0</Version>
24+
<PackageLicenseUrl>LICENSE</PackageLicenseUrl>
2425
<LangVersion>latest</LangVersion>
2526
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
2627
<PackageId>NumSharp</PackageId>

0 commit comments

Comments
 (0)