12
12
<Copyright >2019 © SciSharp STACK Team</Copyright >
13
13
<RepositoryUrl >https://github.com/SciSharp/NumSharp</RepositoryUrl >
14
14
<PackageReleaseNotes >Main changes since v0.10
15
+
16
+
17
+
15
18
- Rewrite n-d array storage.
19
+
16
20
- Performance improvements.
21
+
17
22
- All interfaces have are re-implemented.
23
+
18
24
- Revamped np.dot
25
+
19
26
- Revamped and optimized math operators algorithms
27
+
20
28
- Revamped np.shuffle
29
+
21
30
- Added np.mod and % operator between NDArrays
31
+
22
32
- Added NDArray.Unsafe which allows unmamanged access to the array's memory and other internal fields like access to UnmanagedStorage
33
+
23
34
- Added debug.assert for memory accessing methods in ArraySlice.
35
+
24
36
- Ported UnmanagedMemoryBlock and ArraySlice to use long.
37
+
25
38
- Reimplemented Fill and Slice methods of UnmanagedMemoryBlock`1 and ArraySlice`1 from coreclr source of Span< T> .
39
+
26
40
- Added BIT64 conditional compilation symbol.
41
+
27
42
- Significatly increased the performance of NDArray.SetData in a common case.
43
+
28
44
- Added NPTypeCode.GetDefaultValue
29
- - Perf-ops for NDArray's operator overloads
45
+
46
+ - Perf-ops for NDArray's operator overloads
47
+
30
48
- Added NDArray operators for boolean cases
31
- - Fixed over a dozen of bugs</PackageReleaseNotes >
32
- <AssemblyVersion >0.11.0.0</AssemblyVersion >
33
- <FileVersion >0.11.0.0</FileVersion >
49
+
50
+ - Fixed over a dozen of bugs
51
+ </PackageReleaseNotes >
52
+ <AssemblyVersion >0.20.0.0</AssemblyVersion >
53
+ <FileVersion >0.20.0.0</FileVersion >
34
54
<RepositoryType >git</RepositoryType >
35
55
<PackageTags >NumPy, NumSharp, MachineLearning, Math, Scientific, Numeric</PackageTags >
36
- <PackageLicenseUrl >https://github.com/SciSharp/NumSharp/blob/master/LICENSE </PackageLicenseUrl >
56
+ <PackageLicenseUrl ></PackageLicenseUrl >
37
57
<LangVersion >7.3</LangVersion >
38
58
<PackageIconUrl >https://avatars3.githubusercontent.com/u/44989469?s=200& v=4</PackageIconUrl >
39
59
<PackageId >NumSharp</PackageId >
40
60
<Product >NumSharp</Product >
41
61
<Company >SciSharp STACK</Company >
42
62
<RootNamespace >NumSharp</RootNamespace >
43
- <Version >0.11 .0-alpha3 </Version >
63
+ <Version >0.20 .0-alpha1 </Version >
44
64
<Version Condition =" '$(VersionSuffix)' != '' " >$(Version)-$(VersionSuffix)</Version >
45
65
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
46
66
<SignAssembly >false</SignAssembly >
47
67
<AssemblyOriginatorKeyFile >Open.snk</AssemblyOriginatorKeyFile >
48
68
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
49
69
<Platforms >AnyCPU;x64</Platforms >
70
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
50
71
</PropertyGroup >
51
72
52
73
<PropertyGroup Condition =" $([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^net\d'))" >
110
131
<ItemGroup >
111
132
<None Remove =" NumSharp.Core.csproj.DotSettings" />
112
133
<None Remove =" Operations\NdArray.ElementsWise.tt" />
134
+ <None Include =" ..\..\LICENSE" >
135
+ <Pack >True</Pack >
136
+ <PackagePath ></PackagePath >
137
+ </None >
113
138
</ItemGroup >
114
139
115
140
<Target Name =" LogDebugInfo" >
137
162
<Service Include =" {508349b6-6b84-4df5-91f0-309beebad82d}" />
138
163
</ItemGroup >
139
164
140
- </Project >
165
+ </Project >
0 commit comments