spyrrow 0.7.0__cp313-cp313-win32.whl → 0.7.2__cp313-cp313-win32.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.

Potentially problematic release.


This version of spyrrow might be problematic. Click here for more details.

spyrrow/__init__.pyi CHANGED
@@ -90,15 +90,12 @@ class StripPackingConfig:
90
90
  ) -> None:
91
91
  """Initializes a configuration object for the strip packing algorithm.
92
92
 
93
- Either `total_computation_time`, or both `exploration_time` and
94
- `compression_time`, must be provided. Providing all three or only
95
- one of the latter two raises an error.
96
-
97
- If `total_computation_time` is provided, 80% of it is allocated to
98
- exploration and 20% to compression.
99
-
93
+ Either `total_computation_time`, or both `exploration_time` and `compression_time`, must be provided.
94
+ Providing all three or only one of the latter two raises an error.
95
+ If `total_computation_time` is provided, 80% of it is allocated to exploration and 20% to compression.
100
96
  If `seed` is not provided, a random seed will be generated.
101
97
 
98
+
102
99
  Args:
103
100
  early_termination (bool, optional): Whether to allow early termination of the algorithm. Defaults to True.
104
101
  quadtree_depth (int, optional): Maximum depth of the quadtree used by the collision detection engine jagua-rs.
@@ -114,6 +111,7 @@ class StripPackingConfig:
114
111
 
115
112
  Raises:
116
113
  ValueError: If the combination of time arguments is invalid.
114
+
117
115
  """
118
116
 
119
117
  def to_json_str(self)->str:
@@ -148,7 +146,7 @@ class StripPackingInstance:
148
146
  The method to solve the instance.
149
147
 
150
148
  Args:
151
- config (StripPackingConfig): the config object to precise behavior of how to solve the strip packing instance.
149
+ config (StripPackingConfig): The configuration object to control how the instance is solved.
152
150
 
153
151
  Returns:
154
152
  a StripPackingSolution
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spyrrow
3
- Version: 0.7.0
3
+ Version: 0.7.2
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -0,0 +1,8 @@
1
+ spyrrow-0.7.2.dist-info/METADATA,sha256=Pe7I5ZZbd4Jj4-HCfs6kiuMLnGvThviz9f-ixTd75u8,480
2
+ spyrrow-0.7.2.dist-info/WHEEL,sha256=L9CeDSmk2JG28_YW__9h9YKD-W_tuh_gIre6BQtyKm0,92
3
+ spyrrow-0.7.2.dist-info/licenses/LICENSE.txt,sha256=Ugi_fLJkCPA3DrzIdQnHifz5MwSyxuzTsNWUFRMQvMM,1096
4
+ spyrrow/__init__.py,sha256=MajlSBAliv8o8SqAqLgJARyi3egmvNIaXKTDXxvIAFY,111
5
+ spyrrow/__init__.pyi,sha256=5hcZNdcirlkKvw_nJa0wVB-eTPC9NgMwc1N6ByQf2LM,6583
6
+ spyrrow/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ spyrrow/spyrrow.cp313-win32.pyd,sha256=ILD_UJO4w9yLT9Qlqwr7-t945e5r4y7qu_1gl_EABDM,1074688
8
+ spyrrow-0.7.2.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- spyrrow-0.7.0.dist-info/METADATA,sha256=_HbJhdU3i7M7iN6o3jQYkVSYRJCi2aohSvGBA5ogvOk,480
2
- spyrrow-0.7.0.dist-info/WHEEL,sha256=L9CeDSmk2JG28_YW__9h9YKD-W_tuh_gIre6BQtyKm0,92
3
- spyrrow-0.7.0.dist-info/licenses/LICENSE.txt,sha256=Ugi_fLJkCPA3DrzIdQnHifz5MwSyxuzTsNWUFRMQvMM,1096
4
- spyrrow/__init__.py,sha256=MajlSBAliv8o8SqAqLgJARyi3egmvNIaXKTDXxvIAFY,111
5
- spyrrow/__init__.pyi,sha256=3rRmHX71CKKtv0jCFa51lBEx0p3Tb2KDifL4vo9QqPg,6608
6
- spyrrow/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- spyrrow/spyrrow.cp313-win32.pyd,sha256=rv2F94xpPJ0QCRAcfin6Dxq2NhOxZCBeTsRtWhgI5BY,1065472
8
- spyrrow-0.7.0.dist-info/RECORD,,