Skip to content

Commit d8a34e3

Browse files
committed
Added release description.
1 parent a5d4ed8 commit d8a34e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/NumSharp.Core/NumSharp.Core.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<PackageProjectUrl>https://github.com/SciSharp</PackageProjectUrl>
1212
<Copyright>2019 © SciSharp STACK Team</Copyright>
1313
<RepositoryUrl>https://github.com/SciSharp/NumSharp</RepositoryUrl>
14-
<PackageReleaseNotes>Fixed minor bugs.</PackageReleaseNotes>
14+
<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.
15+
Performance optimization for np.array, np.linspace, Randomizer class and all np.random.* methods.</PackageReleaseNotes>
1516
<AssemblyVersion>0.20.4</AssemblyVersion>
1617
<FileVersion>0.20.4</FileVersion>
1718
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)