Skip to content

Commit

Permalink
released v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oceania2018 committed Nov 21, 2018
1 parent b8acc71 commit 6c5f405
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions src/NumSharp.Core/NumSharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,28 @@
<PackageProjectUrl>https://github.com/Oceania2018/NumSharp</PackageProjectUrl>
<Copyright>Apache 2.0</Copyright>
<RepositoryUrl>https://github.com/Oceania2018/NumSharp</RepositoryUrl>
<PackageReleaseNotes>Performance optimized.
More APIs added.</PackageReleaseNotes>
<AssemblyVersion>0.3.0.0</AssemblyVersion>
<FileVersion>0.3.0.0</FileVersion>
<PackageReleaseNotes>Performance improved for np.arange.
Added axis support for np.amin and np.amax.
Separate PowerShell extension project.
Added IronPython extension project.
Remove all dynamic variable.
Added benchmark project.
Remove all LINQ syntax due to low performance.
Added Span for memory access.
Added np.sqrt.
Added np.normal
Implemented IEnumerable interface for NDArray.
Updated online documents.</PackageReleaseNotes>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<RepositoryType>git</RepositoryType>
<PackageTags>NumPy, NumSharp, MachineLearning, Math, Scientific, Numeric</PackageTags>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<PackageLicenseUrl>https://raw.githubusercontent.com/Oceania2018/NumSharp/master/LICENSE</PackageLicenseUrl>
<LangVersion>latest</LangVersion>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
<PackageId>NumSharp</PackageId>
<Product>NumSharp</Product>
</PropertyGroup>

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

0 comments on commit 6c5f405

Please sign in to comment.