|
4 | 4 | <!--<TargetFramework>netcoreapp2.1</TargetFramework>-->
|
5 | 5 | <TargetFramework>netstandard2.0</TargetFramework>
|
6 | 6 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
7 |
| - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 7 | + <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
8 | 8 | <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> |
10 | 10 | <PackageProjectUrl>https://github.com/Oceania2018/NumSharp</PackageProjectUrl>
|
11 | 11 | <Copyright>Apache 2.0</Copyright>
|
12 | 12 | <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> |
20 | 21 | <RepositoryType>git</RepositoryType>
|
21 | 22 | <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> |
24 | 25 | <LangVersion>latest</LangVersion>
|
25 | 26 | <PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</PackageIconUrl>
|
26 | 27 | <PackageId>NumSharp</PackageId>
|
|
0 commit comments