Skip to content

Commit

Permalink
Added release description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nucs committed Oct 5, 2019
1 parent a5d4ed8 commit d8a34e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NumSharp.Core/NumSharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<PackageProjectUrl>https://github.com/SciSharp</PackageProjectUrl>
<Copyright>2019 © SciSharp STACK Team</Copyright>
<RepositoryUrl>https://github.com/SciSharp/NumSharp</RepositoryUrl>
<PackageReleaseNotes>Fixed minor bugs.</PackageReleaseNotes>
<PackageReleaseNotes>Support for np.newaxis and ellipsis (...) slicing. Added: np.transpose, np.swapaxes, ndarray.T, np.moveaxis, np.rollaxis, np.size, np.copyto, np.ceil, np.arccos, np.floor, np.modf, np.square, np.round, np.sign, np.arcsin, np.arctan, np.random.beta, np.random.gamma, np.random.bernoulli, np.random.binomial, np.random.lognormal, np.random.normal, np.random.poisson, np.random.chisquare, np.random.geometric.
Performance optimization for np.array, np.linspace, Randomizer class and all np.random.* methods.</PackageReleaseNotes>
<AssemblyVersion>0.20.4</AssemblyVersion>
<FileVersion>0.20.4</FileVersion>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit d8a34e3

Please sign in to comment.