Skip to content

Commit 38bf6c4

Browse files
committed
Committing Numpy APIs: array creation/manipulation, math, logic, bitwise operations, linalg, fft, random, ...
1 parent 0af15ef commit 38bf6c4

69 files changed

Lines changed: 65819 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Numpy.NET.sln

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28307.645
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Numpy", "src\Numpy\Numpy.csproj", "{D527C885-AD64-4499-9E92-F9A543C0D14B}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Numpy.UnitTest", "test\Numpy.UnitTest\Numpy.UnitTest.csproj", "{1B69F24E-8C60-421D-B11B-5306ED7A060E}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{D527C885-AD64-4499-9E92-F9A543C0D14B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{D527C885-AD64-4499-9E92-F9A543C0D14B}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{D527C885-AD64-4499-9E92-F9A543C0D14B}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{D527C885-AD64-4499-9E92-F9A543C0D14B}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{1B69F24E-8C60-421D-B11B-5306ED7A060E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{1B69F24E-8C60-421D-B11B-5306ED7A060E}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{1B69F24E-8C60-421D-B11B-5306ED7A060E}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{1B69F24E-8C60-421D-B11B-5306ED7A060E}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {5EB08541-5168-443C-B524-A5CB7E7C613D}
30+
EndGlobalSection
31+
EndGlobal
Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETStandard,Version=v2.0/",
4+
"signature": "12eb4cbf9d7159a0bea0e00c8297cf4404420a17"
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETStandard,Version=v2.0": {},
9+
".NETStandard,Version=v2.0/": {
10+
"Python.Included/1.0.0": {
11+
"dependencies": {
12+
"NETStandard.Library": "2.0.3",
13+
"Python.Runtime": "1.0.0"
14+
},
15+
"runtime": {
16+
"Python.Included.dll": {}
17+
}
18+
},
19+
"Microsoft.NETCore.Platforms/1.1.0": {},
20+
"Microsoft.NETCore.Targets/1.1.0": {},
21+
"NETStandard.Library/2.0.3": {
22+
"dependencies": {
23+
"Microsoft.NETCore.Platforms": "1.1.0"
24+
}
25+
},
26+
"System.IO/4.3.0": {
27+
"dependencies": {
28+
"Microsoft.NETCore.Platforms": "1.1.0",
29+
"Microsoft.NETCore.Targets": "1.1.0",
30+
"System.Runtime": "4.3.0",
31+
"System.Text.Encoding": "4.3.0",
32+
"System.Threading.Tasks": "4.3.0"
33+
}
34+
},
35+
"System.Reflection/4.3.0": {
36+
"dependencies": {
37+
"Microsoft.NETCore.Platforms": "1.1.0",
38+
"Microsoft.NETCore.Targets": "1.1.0",
39+
"System.IO": "4.3.0",
40+
"System.Reflection.Primitives": "4.3.0",
41+
"System.Runtime": "4.3.0"
42+
}
43+
},
44+
"System.Reflection.Emit/4.3.0": {
45+
"dependencies": {
46+
"System.IO": "4.3.0",
47+
"System.Reflection": "4.3.0",
48+
"System.Reflection.Emit.ILGeneration": "4.3.0",
49+
"System.Reflection.Primitives": "4.3.0",
50+
"System.Runtime": "4.3.0"
51+
},
52+
"runtime": {
53+
"lib/netstandard1.3/System.Reflection.Emit.dll": {
54+
"assemblyVersion": "4.0.2.0",
55+
"fileVersion": "4.6.24705.1"
56+
}
57+
}
58+
},
59+
"System.Reflection.Emit.ILGeneration/4.3.0": {
60+
"dependencies": {
61+
"System.Reflection": "4.3.0",
62+
"System.Reflection.Primitives": "4.3.0",
63+
"System.Runtime": "4.3.0"
64+
},
65+
"runtime": {
66+
"lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {
67+
"assemblyVersion": "4.0.2.0",
68+
"fileVersion": "4.6.24705.1"
69+
}
70+
}
71+
},
72+
"System.Reflection.Primitives/4.3.0": {
73+
"dependencies": {
74+
"Microsoft.NETCore.Platforms": "1.1.0",
75+
"Microsoft.NETCore.Targets": "1.1.0",
76+
"System.Runtime": "4.3.0"
77+
}
78+
},
79+
"System.Runtime/4.3.0": {
80+
"dependencies": {
81+
"Microsoft.NETCore.Platforms": "1.1.0",
82+
"Microsoft.NETCore.Targets": "1.1.0"
83+
}
84+
},
85+
"System.Text.Encoding/4.3.0": {
86+
"dependencies": {
87+
"Microsoft.NETCore.Platforms": "1.1.0",
88+
"Microsoft.NETCore.Targets": "1.1.0",
89+
"System.Runtime": "4.3.0"
90+
}
91+
},
92+
"System.Threading.Tasks/4.3.0": {
93+
"dependencies": {
94+
"Microsoft.NETCore.Platforms": "1.1.0",
95+
"Microsoft.NETCore.Targets": "1.1.0",
96+
"System.Runtime": "4.3.0"
97+
}
98+
},
99+
"Python.Runtime/1.0.0": {
100+
"dependencies": {
101+
"System.Reflection.Emit": "4.3.0"
102+
},
103+
"runtime": {
104+
"Python.Runtime.dll": {}
105+
}
106+
}
107+
}
108+
},
109+
"libraries": {
110+
"Python.Included/1.0.0": {
111+
"type": "project",
112+
"serviceable": false,
113+
"sha512": ""
114+
},
115+
"Microsoft.NETCore.Platforms/1.1.0": {
116+
"type": "package",
117+
"serviceable": true,
118+
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
119+
"path": "microsoft.netcore.platforms/1.1.0",
120+
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
121+
},
122+
"Microsoft.NETCore.Targets/1.1.0": {
123+
"type": "package",
124+
"serviceable": true,
125+
"sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
126+
"path": "microsoft.netcore.targets/1.1.0",
127+
"hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
128+
},
129+
"NETStandard.Library/2.0.3": {
130+
"type": "package",
131+
"serviceable": true,
132+
"sha512": "sha512-k8C+v43XUoPibsC1Jtrno0iTvPvPI9KjcCl0znSjOAFmQBFya+wY3vQ+BV5dZhZn3G9j2V+4iEw7ixxdUYb1TQ==",
133+
"path": "netstandard.library/2.0.3",
134+
"hashPath": "netstandard.library.2.0.3.nupkg.sha512"
135+
},
136+
"System.IO/4.3.0": {
137+
"type": "package",
138+
"serviceable": true,
139+
"sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
140+
"path": "system.io/4.3.0",
141+
"hashPath": "system.io.4.3.0.nupkg.sha512"
142+
},
143+
"System.Reflection/4.3.0": {
144+
"type": "package",
145+
"serviceable": true,
146+
"sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
147+
"path": "system.reflection/4.3.0",
148+
"hashPath": "system.reflection.4.3.0.nupkg.sha512"
149+
},
150+
"System.Reflection.Emit/4.3.0": {
151+
"type": "package",
152+
"serviceable": true,
153+
"sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
154+
"path": "system.reflection.emit/4.3.0",
155+
"hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
156+
},
157+
"System.Reflection.Emit.ILGeneration/4.3.0": {
158+
"type": "package",
159+
"serviceable": true,
160+
"sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
161+
"path": "system.reflection.emit.ilgeneration/4.3.0",
162+
"hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
163+
},
164+
"System.Reflection.Primitives/4.3.0": {
165+
"type": "package",
166+
"serviceable": true,
167+
"sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
168+
"path": "system.reflection.primitives/4.3.0",
169+
"hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
170+
},
171+
"System.Runtime/4.3.0": {
172+
"type": "package",
173+
"serviceable": true,
174+
"sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
175+
"path": "system.runtime/4.3.0",
176+
"hashPath": "system.runtime.4.3.0.nupkg.sha512"
177+
},
178+
"System.Text.Encoding/4.3.0": {
179+
"type": "package",
180+
"serviceable": true,
181+
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
182+
"path": "system.text.encoding/4.3.0",
183+
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
184+
},
185+
"System.Threading.Tasks/4.3.0": {
186+
"type": "package",
187+
"serviceable": true,
188+
"sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
189+
"path": "system.threading.tasks/4.3.0",
190+
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
191+
},
192+
"Python.Runtime/1.0.0": {
193+
"type": "project",
194+
"serviceable": false,
195+
"sha512": ""
196+
}
197+
}
198+
}
6.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)