mapFolding 0.7.0__py3-none-any.whl → 0.8.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mapFolding/__init__.py +1 -1
- mapFolding/basecamp.py +2 -2
- mapFolding/beDRY.py +88 -85
- mapFolding/filesystem.py +37 -29
- mapFolding/noHomeYet.py +2 -2
- mapFolding/oeis.py +2 -2
- mapFolding/someAssemblyRequired/Z0Z_workbench.py +347 -31
- mapFolding/someAssemblyRequired/__init__.py +4 -3
- mapFolding/someAssemblyRequired/getLLVMforNoReason.py +0 -1
- mapFolding/someAssemblyRequired/ingredientsNumba.py +87 -2
- mapFolding/someAssemblyRequired/synthesizeDataConverters.py +34 -52
- mapFolding/someAssemblyRequired/{synthesizeNumbaJob.py → synthesizeNumbaJobVESTIGIAL.py} +18 -21
- mapFolding/someAssemblyRequired/transformationTools.py +547 -209
- mapFolding/syntheticModules/numbaCount_doTheNeedful.py +197 -12
- mapFolding/theDao.py +57 -39
- mapFolding/theSSOT.py +59 -59
- {mapfolding-0.7.0.dist-info → mapfolding-0.8.0.dist-info}/METADATA +6 -7
- mapfolding-0.8.0.dist-info/RECORD +41 -0
- {mapfolding-0.7.0.dist-info → mapfolding-0.8.0.dist-info}/WHEEL +1 -1
- tests/conftest.py +2 -3
- tests/test_computations.py +9 -5
- tests/test_filesystem.py +0 -2
- tests/test_other.py +2 -3
- tests/test_tasks.py +7 -5
- mapFolding/someAssemblyRequired/synthesizeCountingFunctions.py +0 -7
- mapFolding/someAssemblyRequired/synthesizeNumba.py +0 -91
- mapFolding/someAssemblyRequired/synthesizeNumbaModules.py +0 -91
- mapFolding/someAssemblyRequired/whatWillBe.py +0 -311
- mapFolding/syntheticModules/__init__.py +0 -0
- mapFolding/syntheticModules/dataNamespaceFlattened.py +0 -30
- mapFolding/syntheticModules/numbaCount.py +0 -90
- mapFolding/syntheticModules/numbaCountSequential.py +0 -110
- mapFolding/syntheticModules/numba_doTheNeedful.py +0 -12
- mapfolding-0.7.0.dist-info/RECORD +0 -50
- /mapFolding/syntheticModules/{numbaCountExample.py → numbaCountHistoricalExample.py} +0 -0
- /mapFolding/syntheticModules/{numba_doTheNeedfulExample.py → numba_doTheNeedfulHistoricalExample.py} +0 -0
- {mapfolding-0.7.0.dist-info → mapfolding-0.8.0.dist-info}/LICENSE +0 -0
- {mapfolding-0.7.0.dist-info → mapfolding-0.8.0.dist-info}/entry_points.txt +0 -0
- {mapfolding-0.7.0.dist-info → mapfolding-0.8.0.dist-info}/top_level.txt +0 -0
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
from mapFolding.someAssemblyRequired.synthesizeDataConverters import makeStateJob
|
|
2
|
-
from mapFolding.syntheticModules.numbaCount_doTheNeedful import doTheNeedful
|
|
3
|
-
from mapFolding.theSSOT import Array1DElephino, Array1DFoldsTotal, Array1DLeavesTotal, Array3D, ComputationState, DatatypeElephino, DatatypeFoldsTotal, DatatypeLeavesTotal
|
|
4
|
-
|
|
5
|
-
def flattenData(state: ComputationState) -> ComputationState:
|
|
6
|
-
state = makeStateJob(state.mapShape, writeJob=False)
|
|
7
|
-
mapShape: tuple[DatatypeLeavesTotal, ...] = state.mapShape
|
|
8
|
-
leavesTotal: DatatypeLeavesTotal = state.leavesTotal
|
|
9
|
-
taskDivisions: DatatypeLeavesTotal = state.taskDivisions
|
|
10
|
-
connectionGraph: Array3D = state.connectionGraph
|
|
11
|
-
dimensionsTotal: DatatypeLeavesTotal = state.dimensionsTotal
|
|
12
|
-
countDimensionsGapped: Array1DLeavesTotal = state.countDimensionsGapped
|
|
13
|
-
dimensionsUnconstrained: DatatypeLeavesTotal = state.dimensionsUnconstrained
|
|
14
|
-
gapRangeStart: Array1DElephino = state.gapRangeStart
|
|
15
|
-
gapsWhere: Array1DLeavesTotal = state.gapsWhere
|
|
16
|
-
leafAbove: Array1DLeavesTotal = state.leafAbove
|
|
17
|
-
leafBelow: Array1DLeavesTotal = state.leafBelow
|
|
18
|
-
foldGroups: Array1DFoldsTotal = state.foldGroups
|
|
19
|
-
foldsTotal: DatatypeFoldsTotal = state.foldsTotal
|
|
20
|
-
gap1ndex: DatatypeLeavesTotal = state.gap1ndex
|
|
21
|
-
gap1ndexCeiling: DatatypeElephino = state.gap1ndexCeiling
|
|
22
|
-
groupsOfFolds: DatatypeFoldsTotal = state.groupsOfFolds
|
|
23
|
-
indexDimension: DatatypeLeavesTotal = state.indexDimension
|
|
24
|
-
indexLeaf: DatatypeLeavesTotal = state.indexLeaf
|
|
25
|
-
indexMiniGap: DatatypeElephino = state.indexMiniGap
|
|
26
|
-
leaf1ndex: DatatypeElephino = state.leaf1ndex
|
|
27
|
-
leafConnectee: DatatypeElephino = state.leafConnectee
|
|
28
|
-
taskIndex: DatatypeLeavesTotal = state.taskIndex
|
|
29
|
-
mapShape, leavesTotal, taskDivisions, connectionGraph, dimensionsTotal, countDimensionsGapped, dimensionsUnconstrained, gapRangeStart, gapsWhere, leafAbove, leafBelow, foldGroups, foldsTotal, gap1ndex, gap1ndexCeiling, groupsOfFolds, indexDimension, indexLeaf, indexMiniGap, leaf1ndex, leafConnectee, taskIndex = doTheNeedful(mapShape, leavesTotal, taskDivisions, connectionGraph, dimensionsTotal, countDimensionsGapped, dimensionsUnconstrained, gapRangeStart, gapsWhere, leafAbove, leafBelow, foldGroups, foldsTotal, gap1ndex, gap1ndexCeiling, groupsOfFolds, indexDimension, indexLeaf, indexMiniGap, leaf1ndex, leafConnectee, taskIndex)
|
|
30
|
-
return ComputationState(mapShape=mapShape, leavesTotal=leavesTotal, taskDivisions=taskDivisions, countDimensionsGapped=countDimensionsGapped, dimensionsUnconstrained=dimensionsUnconstrained, gapRangeStart=gapRangeStart, gapsWhere=gapsWhere, leafAbove=leafAbove, leafBelow=leafBelow, foldGroups=foldGroups, foldsTotal=foldsTotal, gap1ndex=gap1ndex, gap1ndexCeiling=gap1ndexCeiling, groupsOfFolds=groupsOfFolds, indexDimension=indexDimension, indexLeaf=indexLeaf, indexMiniGap=indexMiniGap, leaf1ndex=leaf1ndex, leafConnectee=leafConnectee, taskIndex=taskIndex)
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
from import , ,
|
|
2
|
-
from mapFolding.theSSOT import ComputationState, ComputationState, ComputationState
|
|
3
|
-
import copy
|
|
4
|
-
|
|
5
|
-
@(ComputationState(ComputationState), _nrt=True, boundscheck=False, cache=True, error_model='numpy', fastmath=True, forceinline=True, inline='always', looplift=False, no_cfunc_wrapper=True, no_cpython_wrapper=True, nopython=True, parallel=True)
|
|
6
|
-
def countParallel(statePARALLEL: ComputationState) -> ComputationState:
|
|
7
|
-
stateComplete = copy.deepcopy(statePARALLEL)
|
|
8
|
-
for indexSherpa in range(statePARALLEL.taskDivisions):
|
|
9
|
-
state = copy.deepcopy(statePARALLEL)
|
|
10
|
-
state.taskIndex = indexSherpa
|
|
11
|
-
while state.leaf1ndex > 0:
|
|
12
|
-
if state.leaf1ndex <= 1 or state.leafBelow[0] == 1:
|
|
13
|
-
if state.leaf1ndex > state.leavesTotal:
|
|
14
|
-
state.groupsOfFolds += 1
|
|
15
|
-
else:
|
|
16
|
-
state = state
|
|
17
|
-
while state.indexDimension < state.dimensionsTotal:
|
|
18
|
-
if state.connectionGraph[state.indexDimension, state.leaf1ndex, state.leaf1ndex] == state.leaf1ndex:
|
|
19
|
-
state = state
|
|
20
|
-
else:
|
|
21
|
-
state = state
|
|
22
|
-
while state.leafConnectee != state.leaf1ndex:
|
|
23
|
-
if state.leaf1ndex != state.taskDivisions or state.leafConnectee % state.taskDivisions == state.taskIndex:
|
|
24
|
-
state = state
|
|
25
|
-
state = state
|
|
26
|
-
state = state
|
|
27
|
-
state = state
|
|
28
|
-
while state.indexMiniGap < state.gap1ndexCeiling:
|
|
29
|
-
state = state
|
|
30
|
-
state = state
|
|
31
|
-
while state.leaf1ndex > 0 and state.gap1ndex == state.gapRangeStart[state.leaf1ndex - 1]:
|
|
32
|
-
state = state
|
|
33
|
-
if state.leaf1ndex > 0:
|
|
34
|
-
state = state
|
|
35
|
-
stateComplete.foldGroups[state.taskIndex] = state.groupsOfFolds
|
|
36
|
-
return stateComplete
|
|
37
|
-
|
|
38
|
-
@(ComputationState(ComputationState), _nrt=True, boundscheck=False, cache=True, error_model='numpy', fastmath=True, forceinline=True, inline='always', looplift=False, no_cfunc_wrapper=True, no_cpython_wrapper=True, nopython=True, parallel=False)
|
|
39
|
-
def countSequential(state: ComputationState) -> ComputationState:
|
|
40
|
-
while state.leaf1ndex > 0:
|
|
41
|
-
if state.leaf1ndex <= 1 or state.leafBelow[0] == 1:
|
|
42
|
-
if state.leaf1ndex > state.leavesTotal:
|
|
43
|
-
state.groupsOfFolds += 1
|
|
44
|
-
else:
|
|
45
|
-
state = state
|
|
46
|
-
while state.indexDimension < state.dimensionsTotal:
|
|
47
|
-
state = state
|
|
48
|
-
if state.leafConnectee == state.leaf1ndex:
|
|
49
|
-
state = state
|
|
50
|
-
else:
|
|
51
|
-
while state.leafConnectee != state.leaf1ndex:
|
|
52
|
-
state = state
|
|
53
|
-
state = state
|
|
54
|
-
state = state
|
|
55
|
-
state = state
|
|
56
|
-
while state.indexMiniGap < state.gap1ndexCeiling:
|
|
57
|
-
state = state
|
|
58
|
-
state = state
|
|
59
|
-
while state.leaf1ndex > 0 and state.gap1ndex == state.gapRangeStart[state.leaf1ndex - 1]:
|
|
60
|
-
state = state
|
|
61
|
-
if state.leaf1ndex > 0:
|
|
62
|
-
state = state
|
|
63
|
-
state.foldGroups[state.taskIndex] = state.groupsOfFolds
|
|
64
|
-
return state
|
|
65
|
-
|
|
66
|
-
@(ComputationState(ComputationState), _nrt=True, boundscheck=False, cache=True, error_model='numpy', fastmath=True, forceinline=True, inline='always', looplift=False, no_cfunc_wrapper=False, no_cpython_wrapper=False, nopython=True, parallel=False)
|
|
67
|
-
def countInitialize(state: ComputationState) -> ComputationState:
|
|
68
|
-
while state.leaf1ndex > 0:
|
|
69
|
-
if state.leaf1ndex <= 1 or state.leafBelow[0] == 1:
|
|
70
|
-
state = state
|
|
71
|
-
while state.indexDimension < state.dimensionsTotal:
|
|
72
|
-
state = state
|
|
73
|
-
if state.leafConnectee == state.leaf1ndex:
|
|
74
|
-
state = state
|
|
75
|
-
else:
|
|
76
|
-
while state.leafConnectee != state.leaf1ndex:
|
|
77
|
-
state = state
|
|
78
|
-
state = state
|
|
79
|
-
state = state
|
|
80
|
-
if not state.dimensionsUnconstrained:
|
|
81
|
-
state = state
|
|
82
|
-
state = state
|
|
83
|
-
while state.indexMiniGap < state.gap1ndexCeiling:
|
|
84
|
-
state = state
|
|
85
|
-
state = state
|
|
86
|
-
if state.leaf1ndex > 0:
|
|
87
|
-
state = state
|
|
88
|
-
if state.gap1ndex > 0:
|
|
89
|
-
break
|
|
90
|
-
return state
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
from mapFolding.theDao import countInitialize, countParallel
|
|
2
|
-
from mapFolding.theSSOT import Array1DElephino, Array1DLeavesTotal, Array3D, ComputationState, DatatypeElephino, DatatypeFoldsTotal, DatatypeLeavesTotal
|
|
3
|
-
from numba import jit
|
|
4
|
-
|
|
5
|
-
@jit(_nrt=True, boundscheck=False, cache=True, error_model='numpy', fastmath=True, forceinline=True, inline='always', looplift=False, nopython=True, parallel=False)
|
|
6
|
-
def countSequential(
|
|
7
|
-
connectionGraph: Array3D,
|
|
8
|
-
countDimensionsGapped: Array1DLeavesTotal,
|
|
9
|
-
dimensionsTotal: DatatypeLeavesTotal,
|
|
10
|
-
dimensionsUnconstrained: DatatypeLeavesTotal,
|
|
11
|
-
gap1ndex: DatatypeLeavesTotal,
|
|
12
|
-
gap1ndexCeiling: DatatypeElephino,
|
|
13
|
-
gapRangeStart: Array1DElephino,
|
|
14
|
-
gapsWhere: Array1DLeavesTotal,
|
|
15
|
-
groupsOfFolds: DatatypeFoldsTotal,
|
|
16
|
-
indexDimension: DatatypeLeavesTotal,
|
|
17
|
-
indexMiniGap: DatatypeElephino,
|
|
18
|
-
leaf1ndex: DatatypeElephino,
|
|
19
|
-
leafAbove: Array1DLeavesTotal,
|
|
20
|
-
leafBelow: Array1DLeavesTotal,
|
|
21
|
-
leafConnectee: DatatypeElephino,
|
|
22
|
-
leavesTotal: DatatypeLeavesTotal,
|
|
23
|
-
) -> DatatypeFoldsTotal:
|
|
24
|
-
|
|
25
|
-
while leaf1ndex > 0:
|
|
26
|
-
if leaf1ndex <= 1 or leafBelow[0] == 1:
|
|
27
|
-
if leaf1ndex > leavesTotal:
|
|
28
|
-
groupsOfFolds += 1
|
|
29
|
-
else:
|
|
30
|
-
dimensionsUnconstrained = dimensionsTotal
|
|
31
|
-
gap1ndexCeiling = gapRangeStart[leaf1ndex - 1]
|
|
32
|
-
indexDimension = 0
|
|
33
|
-
while indexDimension < dimensionsTotal:
|
|
34
|
-
leafConnectee = connectionGraph[indexDimension, leaf1ndex, leaf1ndex]
|
|
35
|
-
if leafConnectee == leaf1ndex:
|
|
36
|
-
dimensionsUnconstrained -= 1
|
|
37
|
-
else:
|
|
38
|
-
while leafConnectee != leaf1ndex:
|
|
39
|
-
gapsWhere[gap1ndexCeiling] = leafConnectee
|
|
40
|
-
if countDimensionsGapped[leafConnectee] == 0:
|
|
41
|
-
gap1ndexCeiling += 1
|
|
42
|
-
countDimensionsGapped[leafConnectee] += 1
|
|
43
|
-
leafConnectee = connectionGraph[indexDimension, leaf1ndex, leafBelow[leafConnectee]]
|
|
44
|
-
indexDimension += 1
|
|
45
|
-
indexMiniGap = gap1ndex
|
|
46
|
-
while indexMiniGap < gap1ndexCeiling:
|
|
47
|
-
gapsWhere[gap1ndex] = gapsWhere[indexMiniGap]
|
|
48
|
-
if countDimensionsGapped[gapsWhere[indexMiniGap]] == dimensionsUnconstrained:
|
|
49
|
-
gap1ndex += 1
|
|
50
|
-
countDimensionsGapped[gapsWhere[indexMiniGap]] = 0
|
|
51
|
-
indexMiniGap += 1
|
|
52
|
-
while leaf1ndex > 0 and gap1ndex == gapRangeStart[leaf1ndex - 1]:
|
|
53
|
-
leaf1ndex -= 1
|
|
54
|
-
leafBelow[leafAbove[leaf1ndex]] = leafBelow[leaf1ndex]
|
|
55
|
-
leafAbove[leafBelow[leaf1ndex]] = leafAbove[leaf1ndex]
|
|
56
|
-
if leaf1ndex > 0:
|
|
57
|
-
gap1ndex -= 1
|
|
58
|
-
leafAbove[leaf1ndex] = gapsWhere[gap1ndex]
|
|
59
|
-
leafBelow[leaf1ndex] = leafBelow[leafAbove[leaf1ndex]]
|
|
60
|
-
leafBelow[leafAbove[leaf1ndex]] = leaf1ndex
|
|
61
|
-
leafAbove[leafBelow[leaf1ndex]] = leaf1ndex
|
|
62
|
-
gapRangeStart[leaf1ndex] = gap1ndex
|
|
63
|
-
leaf1ndex += 1
|
|
64
|
-
return groupsOfFolds
|
|
65
|
-
|
|
66
|
-
def flattenData(state: ComputationState) -> ComputationState:
|
|
67
|
-
|
|
68
|
-
state = countInitialize(state)
|
|
69
|
-
if state.taskDivisions > 0:
|
|
70
|
-
return countParallel(state)
|
|
71
|
-
|
|
72
|
-
connectionGraph: Array3D = state.connectionGraph
|
|
73
|
-
countDimensionsGapped: Array1DLeavesTotal = state.countDimensionsGapped
|
|
74
|
-
dimensionsTotal: DatatypeLeavesTotal = state.dimensionsTotal
|
|
75
|
-
dimensionsUnconstrained: DatatypeLeavesTotal = state.dimensionsUnconstrained
|
|
76
|
-
gap1ndex: DatatypeLeavesTotal = state.gap1ndex
|
|
77
|
-
gap1ndexCeiling: DatatypeElephino = state.gap1ndexCeiling
|
|
78
|
-
gapRangeStart: Array1DElephino = state.gapRangeStart
|
|
79
|
-
gapsWhere: Array1DLeavesTotal = state.gapsWhere
|
|
80
|
-
groupsOfFolds: DatatypeFoldsTotal = state.groupsOfFolds
|
|
81
|
-
indexDimension: DatatypeLeavesTotal = state.indexDimension
|
|
82
|
-
indexMiniGap: DatatypeElephino = state.indexMiniGap
|
|
83
|
-
leaf1ndex: DatatypeElephino = state.leaf1ndex
|
|
84
|
-
leafAbove: Array1DLeavesTotal = state.leafAbove
|
|
85
|
-
leafBelow: Array1DLeavesTotal = state.leafBelow
|
|
86
|
-
leafConnectee: DatatypeElephino = state.leafConnectee
|
|
87
|
-
leavesTotal: DatatypeLeavesTotal = state.leavesTotal
|
|
88
|
-
|
|
89
|
-
groupsOfFolds = countSequential(
|
|
90
|
-
connectionGraph = connectionGraph,
|
|
91
|
-
countDimensionsGapped = countDimensionsGapped,
|
|
92
|
-
dimensionsTotal = dimensionsTotal,
|
|
93
|
-
dimensionsUnconstrained = dimensionsUnconstrained,
|
|
94
|
-
gap1ndex = gap1ndex,
|
|
95
|
-
gap1ndexCeiling = gap1ndexCeiling,
|
|
96
|
-
gapRangeStart = gapRangeStart,
|
|
97
|
-
gapsWhere = gapsWhere,
|
|
98
|
-
groupsOfFolds = groupsOfFolds,
|
|
99
|
-
indexDimension = indexDimension,
|
|
100
|
-
indexMiniGap = indexMiniGap,
|
|
101
|
-
leaf1ndex = leaf1ndex,
|
|
102
|
-
leafAbove = leafAbove,
|
|
103
|
-
leafBelow = leafBelow,
|
|
104
|
-
leafConnectee = leafConnectee,
|
|
105
|
-
leavesTotal = leavesTotal,
|
|
106
|
-
)
|
|
107
|
-
|
|
108
|
-
state.groupsOfFolds = state.foldGroups[state.taskIndex] = groupsOfFolds
|
|
109
|
-
|
|
110
|
-
return state
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
from import
|
|
2
|
-
from mapFolding.syntheticModules.numbaCount import countInitialize, countParallel, countSequential
|
|
3
|
-
from mapFolding.theSSOT import ComputationState
|
|
4
|
-
import copy
|
|
5
|
-
|
|
6
|
-
@(ComputationState(ComputationState), _nrt=True, boundscheck=False, cache=True, error_model='numpy', fastmath=True, forceinline=True, inline='always', looplift=False, no_cfunc_wrapper=False, no_cpython_wrapper=False, nopython=True, parallel=False)
|
|
7
|
-
def doTheNeedful(computationStateInitialized: ComputationState) -> ComputationState:
|
|
8
|
-
computationStateInitialized = countInitialize(computationStateInitialized)
|
|
9
|
-
if computationStateInitialized.taskDivisions > 0:
|
|
10
|
-
return countParallel(computationStateInitialized)
|
|
11
|
-
else:
|
|
12
|
-
return countSequential(computationStateInitialized)
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
mapFolding/__init__.py,sha256=dg1pzBxbhIY8FRtS2uphqL7YwUwR5uxZ5epduKhl3Y8,189
|
|
2
|
-
mapFolding/basecamp.py,sha256=H-cZeoDhKftRwZu1Q_Xo66lCweVEtB0ChqJY_GNEfdI,3835
|
|
3
|
-
mapFolding/beDRY.py,sha256=WsXAPbjFfjO0bVFq8GGbEdEP9lmrYTaZxzIWpO9s3ok,8209
|
|
4
|
-
mapFolding/filesystem.py,sha256=TfvvIXnlLU6NNZrrY9T9Wk9cIGksvDjeI-JgsKHdsLY,3767
|
|
5
|
-
mapFolding/noHomeYet.py,sha256=HjxLP-7BGVkKL66T50q4BWnC0Cg2gHUeCKMFuwR2mEQ,785
|
|
6
|
-
mapFolding/oeis.py,sha256=xqnL_VyhwRBET-Kdpnf59K5W5metGbW0JiufTlVw7g0,11853
|
|
7
|
-
mapFolding/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
mapFolding/theDao.py,sha256=Bcd-VmZfarxdsdyFh40XdURrMPjV2QIO0WoMJ6AS6hw,8054
|
|
9
|
-
mapFolding/theSSOT.py,sha256=1-trVx4JHT2twT5gmKY5cCdZ2gLSKjScMBzE9QiyIXo,12594
|
|
10
|
-
mapFolding/reference/flattened.py,sha256=S6D9wiFTlbeoetEqaMLOcA-R22BHOzjqPRujffNxxUM,14875
|
|
11
|
-
mapFolding/reference/hunterNumba.py,sha256=jDS0ORHkIhcJ1rzA5hT49sZHKf3rgJOoGesUCcbKFFY,6054
|
|
12
|
-
mapFolding/reference/irvineJavaPort.py,sha256=7GvBU0tnS6wpFgkYad3465do9jBQW-2bYvbCYyABPHM,3341
|
|
13
|
-
mapFolding/reference/jax.py,sha256=7ji9YWia6Kof0cjcNdiS1GG1rMbC5SBjcyVr_07AeUk,13845
|
|
14
|
-
mapFolding/reference/lunnan.py,sha256=iAbJELfW6RKNMdPcBY9b6rGQ-z1zoRf-1XCurCRMOo8,3951
|
|
15
|
-
mapFolding/reference/lunnanNumpy.py,sha256=rwVP3WIDXimpAuaxhRIuBYU56nVDTKlfGiclw_FkgUU,3765
|
|
16
|
-
mapFolding/reference/lunnanWhile.py,sha256=uRrMT23jTJvoQDlD_FzeIQe_pfMXJG6_bRvs7uhC8z0,3271
|
|
17
|
-
mapFolding/reference/rotatedEntryPoint.py,sha256=USZY3n3zwhSE68ATscUuN66t1qShuEbMI790Gz9JFTw,9352
|
|
18
|
-
mapFolding/reference/total_countPlus1vsPlusN.py,sha256=wpgay-uqPOBd64Z4Pg6tg40j7-4pzWHGMM6v0bnmjhE,6288
|
|
19
|
-
mapFolding/someAssemblyRequired/Z0Z_workbench.py,sha256=wkTqYlzi-okXloPCg4IHpThq97vuyCzrLSn1wsF6-_0,1627
|
|
20
|
-
mapFolding/someAssemblyRequired/__init__.py,sha256=pYkG-1LM8emzTeQbGtOfiZsAiklm5DU92-WE63qB-9s,602
|
|
21
|
-
mapFolding/someAssemblyRequired/getLLVMforNoReason.py,sha256=sGDzg5HG21Q42M0upRD1NWzOUsd7mZ_9wUKJIQHI13o,1000
|
|
22
|
-
mapFolding/someAssemblyRequired/ingredientsNumba.py,sha256=HnWgo1KwIoevUrE5A1WZh4AVFXKQllt8L6RL46JTXEg,2787
|
|
23
|
-
mapFolding/someAssemblyRequired/synthesizeCountingFunctions.py,sha256=77iNPPsN8BmwHaYKdXcDKCwoZKS1g41CJNenQB0W-eg,252
|
|
24
|
-
mapFolding/someAssemblyRequired/synthesizeDataConverters.py,sha256=qNedUaXxU107x3OBx1AHcSEQPM3bMe5ym-GfpJ9O0bc,6237
|
|
25
|
-
mapFolding/someAssemblyRequired/synthesizeNumba.py,sha256=cKXvp0BxmYayUBMQ2RJLkVoJUSvzPI1S4Wy_APRM5cI,4788
|
|
26
|
-
mapFolding/someAssemblyRequired/synthesizeNumbaJob.py,sha256=w7zLUzLrLXf2N6O75jKvXDoyTJemWB8GOdK4ryqSWbs,22700
|
|
27
|
-
mapFolding/someAssemblyRequired/synthesizeNumbaModules.py,sha256=zUclYPmAr6X5qFO3nQK1_HHqdiRq6j3EIBXjeax_b8c,4388
|
|
28
|
-
mapFolding/someAssemblyRequired/transformationTools.py,sha256=FwaZlwMnfzoGvtax5GQSjkyBWr5atMo2VFxPHaBwuNA,21019
|
|
29
|
-
mapFolding/someAssemblyRequired/whatWillBe.py,sha256=ue_NsFN3Z6IxlTgVOaikG8GCiXz9Dk1dvNlypOWMcG0,12188
|
|
30
|
-
mapFolding/syntheticModules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
|
-
mapFolding/syntheticModules/dataNamespaceFlattened.py,sha256=vsU4PDEMoEcZ424AzsXOJoXoVlX_bSk-pXSTlDsSN9k,2939
|
|
32
|
-
mapFolding/syntheticModules/numbaCount.py,sha256=znFV9RhZ0WqPA-r-DT92WDgZXUyhdQlrsKmnsGySuKc,4561
|
|
33
|
-
mapFolding/syntheticModules/numbaCountExample.py,sha256=Oo0Xeex89sLD15iRt3N76OKRFScKl9qwO84-d5sv6lM,11871
|
|
34
|
-
mapFolding/syntheticModules/numbaCountSequential.py,sha256=iJ-IyzXv0c41uugceJGIHutdzJpkhqbTj0ic_3DqHEM,4326
|
|
35
|
-
mapFolding/syntheticModules/numbaCount_doTheNeedful.py,sha256=J9wZ9PW5EVduOQWVze7CgpTHkUjRIvBPG8fNuT3IVpA,1145
|
|
36
|
-
mapFolding/syntheticModules/numba_doTheNeedful.py,sha256=8kgV2GGjy_nxVi9o_aAtrZzRSxsYr8HVNsVXesf4Kec,767
|
|
37
|
-
mapFolding/syntheticModules/numba_doTheNeedfulExample.py,sha256=J9wZ9PW5EVduOQWVze7CgpTHkUjRIvBPG8fNuT3IVpA,1145
|
|
38
|
-
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
-
tests/conftest.py,sha256=oPc1IS4RXhLQIBskhuawi4GEWhy6kXbM6D2MdX9kDhw,10833
|
|
40
|
-
tests/test_computations.py,sha256=s4ce78iEa9axlknR83NqwXwluX8Z5HN1GtTJ3RyXuzQ,3240
|
|
41
|
-
tests/test_filesystem.py,sha256=7Ova6f4R6lI9rwnnu8SkZgficTYlKEhSzLp-nBRWESM,3183
|
|
42
|
-
tests/test_oeis.py,sha256=uxvwmgbnylSDdsVJfuAT0LuYLbIVFwSgdLxHm-xUGBM,5043
|
|
43
|
-
tests/test_other.py,sha256=CS64h5NACYmXhG3owBpPDcXv3BpYlXNeLqPcqT4quwg,4303
|
|
44
|
-
tests/test_tasks.py,sha256=nsrNuGYk49EnTUslZIQTgqEONwuCSlQaPCpoQTkE08k,2849
|
|
45
|
-
mapfolding-0.7.0.dist-info/LICENSE,sha256=NxH5Y8BdC-gNU-WSMwim3uMbID2iNDXJz7fHtuTdXhk,19346
|
|
46
|
-
mapfolding-0.7.0.dist-info/METADATA,sha256=xR40gKDQ001BELktPxoyqtsdz7b6zFVmqdU8zV2qoRg,7696
|
|
47
|
-
mapfolding-0.7.0.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
48
|
-
mapfolding-0.7.0.dist-info/entry_points.txt,sha256=F3OUeZR1XDTpoH7k3wXuRb3KF_kXTTeYhu5AGK1SiOQ,146
|
|
49
|
-
mapfolding-0.7.0.dist-info/top_level.txt,sha256=1gP2vFaqPwHujGwb3UjtMlLEGN-943VSYFR7V4gDqW8,17
|
|
50
|
-
mapfolding-0.7.0.dist-info/RECORD,,
|
|
File without changes
|
/mapFolding/syntheticModules/{numba_doTheNeedfulExample.py → numba_doTheNeedfulHistoricalExample.py}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|