|
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 optimized. |
14 |
| -More APIs added.</PackageReleaseNotes> |
15 |
| - <AssemblyVersion>0.3.0.0</AssemblyVersion> |
16 |
| - <FileVersion>0.3.0.0</FileVersion> |
| 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> |
17 | 27 | <RepositoryType>git</RepositoryType>
|
18 | 28 | <PackageTags>NumPy, NumSharp, MachineLearning, Math, Scientific, Numeric</PackageTags>
|
19 |
| - <Version>0.3.0</Version> |
| 29 | + <Version>0.4.0</Version> |
20 | 30 | <PackageLicenseUrl>https://raw.githubusercontent.com/Oceania2018/NumSharp/master/LICENSE</PackageLicenseUrl>
|
21 | 31 | <LangVersion>latest</LangVersion>
|
| 32 | + <PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</PackageIconUrl> |
| 33 | + <PackageId>NumSharp</PackageId> |
| 34 | + <Product>NumSharp</Product> |
22 | 35 | </PropertyGroup>
|
23 | 36 |
|
24 | 37 | <PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^net\d'))">
|
|
0 commit comments