Skip to content

Commit 62ff903

Browse files
committed
Upped version to 0.20.5
1 parent 29a7423 commit 62ff903

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/NumSharp.Core/NumSharp.Core.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
<PackageProjectUrl>https://github.com/SciSharp</PackageProjectUrl>
1212
<Copyright>2019 © SciSharp STACK Team</Copyright>
1313
<RepositoryUrl>https://github.com/SciSharp/NumSharp</RepositoryUrl>
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>
16-
<AssemblyVersion>0.20.4</AssemblyVersion>
17-
<FileVersion>0.20.4</FileVersion>
14+
<PackageReleaseNotes>Rewrite of the NDArray's getter mechanism. Added np.nonzero, np.maximum, np.minimum, np.all, np.any. np.clip: Added @out argument. Added NPTypeCode.Float as an alias to NPTypeCode.Single.</PackageReleaseNotes>
15+
<AssemblyVersion>0.20.5</AssemblyVersion>
16+
<FileVersion>0.20.5</FileVersion>
1817
<RepositoryType>git</RepositoryType>
1918
<PackageTags>Numpy, NumSharp, MachineLearning, Math, Scientific, Numeric, Mathlab, SciSharp</PackageTags>
2019
<PackageLicenseUrl></PackageLicenseUrl>
@@ -24,7 +23,7 @@ Performance optimization for np.array, np.linspace, Randomizer class and all np.
2423
<Product>NumSharp</Product>
2524
<Company>SciSharp STACK</Company>
2625
<RootNamespace>NumSharp</RootNamespace>
27-
<Version>0.20.4</Version>
26+
<Version>0.20.5</Version>
2827
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
2928
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3029
<AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)