Skip to content

Commit 6c5f405

Browse files
committed
released v0.4
1 parent b8acc71 commit 6c5f405

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

src/NumSharp.Core/NumSharp.Core.csproj

+18-5
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,28 @@
1010
<PackageProjectUrl>https://github.com/Oceania2018/NumSharp</PackageProjectUrl>
1111
<Copyright>Apache 2.0</Copyright>
1212
<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>
1727
<RepositoryType>git</RepositoryType>
1828
<PackageTags>NumPy, NumSharp, MachineLearning, Math, Scientific, Numeric</PackageTags>
19-
<Version>0.3.0</Version>
29+
<Version>0.4.0</Version>
2030
<PackageLicenseUrl>https://raw.githubusercontent.com/Oceania2018/NumSharp/master/LICENSE</PackageLicenseUrl>
2131
<LangVersion>latest</LangVersion>
32+
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
33+
<PackageId>NumSharp</PackageId>
34+
<Product>NumSharp</Product>
2235
</PropertyGroup>
2336

2437
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^net\d'))">

0 commit comments

Comments
 (0)