jijmodeling 1.13.2__cp38-abi3-manylinux_2_28_x86_64.whl → 1.13.4__cp38-abi3-manylinux_2_28_x86_64.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 jijmodeling might be problematic. Click here for more details.

jijmodeling/__init__.pyi CHANGED
@@ -3708,7 +3708,7 @@ def log2(operand:typing.Any) -> Log2Op:
3708
3708
  `ModelingError`: Raises if the input contains a decision variable.
3709
3709
  """
3710
3710
 
3711
- def max(operands:typing.Sequence[typing.Any]) -> MaxOp:
3711
+ def max(*operands) -> MaxOp:
3712
3712
  r"""
3713
3713
  Create the `MaxOp` object from the expression.
3714
3714
 
@@ -3738,7 +3738,7 @@ def max(operands:typing.Sequence[typing.Any]) -> MaxOp:
3738
3738
  `ModelingError`: Raises if the input contains a decision variable.
3739
3739
  """
3740
3740
 
3741
- def min(operands:typing.Sequence[typing.Any]) -> MinOp:
3741
+ def min(*operands) -> MinOp:
3742
3742
  r"""
3743
3743
  Create the `MinOp` object from the expression.
3744
3744
 
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jijmodeling
3
- Version: 1.13.2
3
+ Version: 1.13.4
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Operating System :: POSIX :: Linux
6
6
  Classifier: Operating System :: MacOS
@@ -1,9 +1,9 @@
1
- jijmodeling-1.13.2.dist-info/METADATA,sha256=-3wWXCxqcgzBRB3MJNsfT7P1vfN4lKlhQ9m8ToOTGvw,2511
2
- jijmodeling-1.13.2.dist-info/WHEEL,sha256=YwvVuJlPAZ3S_4miQ7mSttK4noWXPxmhD2UEDaU0sIc,106
3
- jijmodeling-1.13.2.dist-info/licenses/LICENSE.txt,sha256=UDoDtHuEfRayMGh1HKVD3OR4lXFmXC4ifF2hQvwwj3w,3449
1
+ jijmodeling-1.13.4.dist-info/METADATA,sha256=I9T6DteIjDq9gF7dVCe7R97OLidWyAofVV94iB9tRN4,2511
2
+ jijmodeling-1.13.4.dist-info/WHEEL,sha256=8HfWFtUX1crLIvENIbyMxwTLg1RyruYkPifTl8tLwsE,106
3
+ jijmodeling-1.13.4.dist-info/licenses/LICENSE.txt,sha256=UDoDtHuEfRayMGh1HKVD3OR4lXFmXC4ifF2hQvwwj3w,3449
4
4
  jijmodeling/__init__.py,sha256=43DV_WzDxS0n6FseNyfJZ6oQucO31T4qqbz3bx9JMtE,44
5
- jijmodeling/__init__.pyi,sha256=Bml-rrPEu8LT1yEINEoi8gF3ct0iK5-MURukM36YQP4,155906
6
- jijmodeling/_jijmodeling.abi3.so,sha256=iLpMUEx5UHXMv_sZlORschuWttpax86H_sMJrB07VHo,9553824
5
+ jijmodeling/__init__.pyi,sha256=XfykzhpFDhRMQ_E0YUhabcXpPmih_GoocYsomSna9nc,155852
6
+ jijmodeling/_jijmodeling.abi3.so,sha256=FkuWqIqzyUN3MIJhah82GJOaKTIId7GmK7eArJsZ-ms,9817920
7
7
  jijmodeling/dataset.py,sha256=S4piVIiUGJMi8MlG3kFV-8JIkzvnktAS0IdkbJ655hw,185
8
8
  jijmodeling/dataset.pyi,sha256=Ktyf4tYSS7hb5UdysFYs_Qv32tKbVNkCYVOL-ODtemY,6227
9
9
  jijmodeling/experimental.py,sha256=Of-tUY3kfpFHpjGbIcclbMenCP2BMW07me895YH7tG8,575
@@ -15,4 +15,4 @@ jijmodeling/range/size.py,sha256=gBwFfLuO4GprRfjVWyCplEvFJri8cxPRtuEd5uXzo7Q,528
15
15
  jijmodeling/range/size.pyi,sha256=yoKQNzsJG-TP1I5U4BXtl_nreD0yzH8_Qv6Sqrsatfo,2766
16
16
  jijmodeling/range/value.py,sha256=aRwQGzpH5MZgpgKvd8gxMkMRyloq0S5zv87Kv3PHSd4,532
17
17
  jijmodeling/range/value.pyi,sha256=n69FBubyMklpUEiFJEfFwvx8cbBxv-3x6YfO2oQ3c4I,2806
18
- jijmodeling-1.13.2.dist-info/RECORD,,
18
+ jijmodeling-1.13.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.3)
2
+ Generator: maturin (1.9.4)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp38-abi3-manylinux_2_28_x86_64