Skip to content

Commit 81abece

Browse files
committed
Released 0.20.3
Minor changes mainly.
1 parent 76b58f4 commit 81abece

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>Added np.clip, np.exp2, np.expm1, nd.flatten(), np.log2, np.log10, np.log1p, np.* constants (such as np.e or np.pi).
15-
Optimization for all binary operators. General performance optimization. Fixed few unlikely bugs.</PackageReleaseNotes>
16-
<AssemblyVersion>0.20.2.0</AssemblyVersion>
17-
<FileVersion>0.20.2.0</FileVersion>
14+
<PackageReleaseNotes>Fixed minor bugs.</PackageReleaseNotes>
15+
<AssemblyVersion>0.20.3</AssemblyVersion>
16+
<FileVersion>0.20.3</FileVersion>
1817
<RepositoryType>git</RepositoryType>
1918
<PackageTags>Numpy, NumSharp, MachineLearning, Math, Scientific, Numeric, Mathlab, SciSharp</PackageTags>
2019
<PackageLicenseUrl></PackageLicenseUrl>
@@ -24,7 +23,7 @@ Optimization for all binary operators. General performance optimization. Fixed f
2423
<Product>NumSharp</Product>
2524
<Company>SciSharp STACK</Company>
2625
<RootNamespace>NumSharp</RootNamespace>
27-
<Version>0.20.2</Version>
26+
<Version>0.20.3</Version>
2827
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
2928
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3029
<AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)