11
11
<PackageProjectUrl >https://github.com/SciSharp</PackageProjectUrl >
12
12
<Copyright >2019 © SciSharp STACK Team</Copyright >
13
13
<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 >
18
17
<RepositoryType >git</RepositoryType >
19
18
<PackageTags >Numpy, NumSharp, MachineLearning, Math, Scientific, Numeric, Mathlab, SciSharp</PackageTags >
20
19
<PackageLicenseUrl ></PackageLicenseUrl >
@@ -24,7 +23,7 @@ Optimization for all binary operators. General performance optimization. Fixed f
24
23
<Product >NumSharp</Product >
25
24
<Company >SciSharp STACK</Company >
26
25
<RootNamespace >NumSharp</RootNamespace >
27
- <Version >0.20.2 </Version >
26
+ <Version >0.20.3 </Version >
28
27
<Version Condition =" '$(VersionSuffix)' != '' " >$(Version)-$(VersionSuffix)</Version >
29
28
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
30
29
<AssemblyOriginatorKeyFile >Open.snk</AssemblyOriginatorKeyFile >
0 commit comments