We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d4ed8 commit d8a34e3Copy full SHA for d8a34e3
1 file changed
src/NumSharp.Core/NumSharp.Core.csproj
@@ -11,7 +11,8 @@
11
<PackageProjectUrl>https://github.com/SciSharp</PackageProjectUrl>
12
<Copyright>2019 © SciSharp STACK Team</Copyright>
13
<RepositoryUrl>https://github.com/SciSharp/NumSharp</RepositoryUrl>
14
- <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.
15
+Performance optimization for np.array, np.linspace, Randomizer class and all np.random.* methods.</PackageReleaseNotes>
16
<AssemblyVersion>0.20.4</AssemblyVersion>
17
<FileVersion>0.20.4</FileVersion>
18
<RepositoryType>git</RepositoryType>
0 commit comments