|
5 | 5 | <TargetFramework>netstandard2.0</TargetFramework> |
6 | 6 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
7 | 7 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
8 | | - <Authors>Haiping Chen, Christian Kahr, Darren Schroeder</Authors> |
| 8 | + <Authors>Haiping Chen, Christian Kahr</Authors> |
9 | 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> |
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>Performance improved for np.arange. |
14 | | -Added axis support for np.amin and np.amax. |
15 | | -Separate PowerShell extension project. |
16 | | -Added IronPython extension project. |
17 | | -Remove all dynamic variable. |
18 | | -Added benchmark project. |
19 | | -Remove all LINQ syntax due to low performance. |
20 | | -Added Span for memory access. |
21 | | -Added np.sqrt. |
22 | | -Added np.normal |
23 | | -Implemented IEnumerable interface for NDArray. |
24 | | -Updated online documents.</PackageReleaseNotes> |
25 | | - <AssemblyVersion>0.4.0.0</AssemblyVersion> |
26 | | - <FileVersion>0.4.0.0</FileVersion> |
| 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> |
27 | 20 | <RepositoryType>git</RepositoryType> |
28 | 21 | <PackageTags>NumPy, NumSharp, MachineLearning, Math, Scientific, Numeric</PackageTags> |
29 | | - <Version>0.4.0</Version> |
| 22 | + <Version>0.5.0</Version> |
30 | 23 | <PackageLicenseUrl>https://raw.githubusercontent.com/Oceania2018/NumSharp/master/LICENSE</PackageLicenseUrl> |
31 | 24 | <LangVersion>latest</LangVersion> |
32 | 25 | <PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</PackageIconUrl> |
33 | 26 | <PackageId>NumSharp</PackageId> |
34 | 27 | <Product>NumSharp</Product> |
| 28 | + <Company>SciSharp.org</Company> |
35 | 29 | </PropertyGroup> |
36 | 30 |
|
37 | 31 | <PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^net\d'))"> |
|
0 commit comments