FindAFactor 4.4.0__cp313-cp313-macosx_14_0_arm64.whl → 4.5.0__cp313-cp313-macosx_14_0_arm64.whl
Sign up to get free protection for your applications and to get access to all the features.
- FindAFactor/find_a_factor.py +1 -1
- {FindAFactor-4.4.0.dist-info → FindAFactor-4.5.0.dist-info}/METADATA +1 -1
- FindAFactor-4.5.0.dist-info/RECORD +8 -0
- _find_a_factor.cpython-313-darwin.so +0 -0
- FindAFactor-4.4.0.dist-info/RECORD +0 -8
- {FindAFactor-4.4.0.dist-info → FindAFactor-4.5.0.dist-info}/LICENSE +0 -0
- {FindAFactor-4.4.0.dist-info → FindAFactor-4.5.0.dist-info}/WHEEL +0 -0
- {FindAFactor-4.4.0.dist-info → FindAFactor-4.5.0.dist-info}/top_level.txt +0 -0
FindAFactor/find_a_factor.py
CHANGED
@@ -17,7 +17,7 @@ def find_a_factor(n,
|
|
17
17
|
gear_factorization_level=int(os.environ.get('FINDAFACTOR_GEAR_FACTORIZATION_LEVEL')) if os.environ.get('FINDAFACTOR_GEAR_FACTORIZATION_LEVEL') else 11,
|
18
18
|
wheel_factorization_level=int(os.environ.get('FINDAFACTOR_WHEEL_FACTORIZATION_LEVEL')) if os.environ.get('FINDAFACTOR_WHEEL_FACTORIZATION_LEVEL') else 11,
|
19
19
|
smoothness_bound_multiplier=float(os.environ.get('FINDAFACTOR_SMOOTHNESS_BOUND_MULTIPLIER')) if os.environ.get('FINDAFACTOR_SMOOTHNESS_BOUND_MULTIPLIER') else 1.0,
|
20
|
-
batch_size_multiplier=float(os.environ.get('FINDAFACTOR_BATCH_SIZE_MULTIPLIER')) if os.environ.get('FINDAFACTOR_BATCH_SIZE_MULTIPLIER') else
|
20
|
+
batch_size_multiplier=float(os.environ.get('FINDAFACTOR_BATCH_SIZE_MULTIPLIER')) if os.environ.get('FINDAFACTOR_BATCH_SIZE_MULTIPLIER') else 4.0):
|
21
21
|
return int(_find_a_factor._find_a_factor(str(n),
|
22
22
|
int(method),
|
23
23
|
node_count, node_id,
|
@@ -0,0 +1,8 @@
|
|
1
|
+
_find_a_factor.cpython-313-darwin.so,sha256=cKMFA5k24nargoRy45Zj3OuHXO7Ir-oPwz6g1J9oWXk,258280
|
2
|
+
FindAFactor/__init__.py,sha256=HpY7jfatO8mUdIB7I572t5wwgwfzRQNDRW-egeSIEFo,57
|
3
|
+
FindAFactor/find_a_factor.py,sha256=F76JDTR527rt40fKsBAhTuyb1IuwpQtG77Tanq7nEKg,1984
|
4
|
+
FindAFactor-4.5.0.dist-info/LICENSE,sha256=kM5ErD_w66mShD_pmEXez6Evb2_MTLRHykc0qdUWEFY,1085
|
5
|
+
FindAFactor-4.5.0.dist-info/METADATA,sha256=Udcxdj6pzFTRzj-woEf2OkGXamU8xPNDDsx2HKqnSDg,1102
|
6
|
+
FindAFactor-4.5.0.dist-info/WHEEL,sha256=wajf2RmtLcyDhlr_PKgNyLmxD2pJHORwHzFCayrprrU,109
|
7
|
+
FindAFactor-4.5.0.dist-info/top_level.txt,sha256=WoOrEcqIwo8A96WXAtimPshsFZfT5d00SvMC6rVKAn0,27
|
8
|
+
FindAFactor-4.5.0.dist-info/RECORD,,
|
Binary file
|
@@ -1,8 +0,0 @@
|
|
1
|
-
_find_a_factor.cpython-313-darwin.so,sha256=zFcPkcSin_CAbS6j0HEwiBIqzxWb9-CDKtk0sIP8uBA,258280
|
2
|
-
FindAFactor/__init__.py,sha256=HpY7jfatO8mUdIB7I572t5wwgwfzRQNDRW-egeSIEFo,57
|
3
|
-
FindAFactor/find_a_factor.py,sha256=lzhCxkSxzVSKuVl1o2ABsM2mod6aXT5iijE9KVKRLvE,1984
|
4
|
-
FindAFactor-4.4.0.dist-info/LICENSE,sha256=kM5ErD_w66mShD_pmEXez6Evb2_MTLRHykc0qdUWEFY,1085
|
5
|
-
FindAFactor-4.4.0.dist-info/METADATA,sha256=ae7aXiqNdfgNNiphBtdznHWuzc2Zlm5mgZZ8BErQeY0,1102
|
6
|
-
FindAFactor-4.4.0.dist-info/WHEEL,sha256=wajf2RmtLcyDhlr_PKgNyLmxD2pJHORwHzFCayrprrU,109
|
7
|
-
FindAFactor-4.4.0.dist-info/top_level.txt,sha256=WoOrEcqIwo8A96WXAtimPshsFZfT5d00SvMC6rVKAn0,27
|
8
|
-
FindAFactor-4.4.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|