jijmodeling 1.13.2__cp38-abi3-win_amd64.whl → 1.13.3__cp38-abi3-win_amd64.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.3
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=tCIb9-Rdai_R02VISn4AWyFxpLZep5XkeiHH5HLHjM4,2527
2
- jijmodeling-1.13.2.dist-info/WHEEL,sha256=lvaVdaNOIbpDjZxhxQcXMmDSpIrmQUI6MiaH-nloUu8,94
3
- jijmodeling-1.13.2.dist-info/licenses/LICENSE.txt,sha256=yFkplSxnOyfXDNYhBo2F7XC3xIQdANn-tk9LZsDekW8,3495
1
+ jijmodeling-1.13.3.dist-info/METADATA,sha256=XqrbiD_SxYDmdN4gx3Zt89IiydTVs7pVyrHwTz4ydQ4,2527
2
+ jijmodeling-1.13.3.dist-info/WHEEL,sha256=7bfl5v0wbVhXZba613g0x-n2obNNfpQuN8I1cQ4oaU8,94
3
+ jijmodeling-1.13.3.dist-info/licenses/LICENSE.txt,sha256=yFkplSxnOyfXDNYhBo2F7XC3xIQdANn-tk9LZsDekW8,3495
4
4
  jijmodeling/__init__.py,sha256=jJ6o5wp3MPAP1uR3dqSvjaXG57t1IwcS8ojqPpZL-gU,45
5
- jijmodeling/__init__.pyi,sha256=1v6tKke2kKaKdZyuo0SWCxDkUE0OH2T4Ov1uvGLnr_Q,159873
6
- jijmodeling/_jijmodeling.pyd,sha256=zV6Ot7JX_1c4-BCC83MbbOobPdzXjzeaehLrean9B3A,10728448
5
+ jijmodeling/__init__.pyi,sha256=jTVwrt3IkGNKkiyMAe_zZljlHYpRnI0tzcx6Sk3GmfM,159819
6
+ jijmodeling/_jijmodeling.pyd,sha256=IrCMxc7vIlwI9A4cj9tt3V1ZU5zAN6zhPbVMXhc8tYA,10764288
7
7
  jijmodeling/dataset.py,sha256=L8yUjKp81m6_CoSfdPJMoJmlCQ_gf7n8okURTKRMXaw,190
8
8
  jijmodeling/dataset.pyi,sha256=aw9ZW3Ew2inZDSMBWmJhO2n9aXM8kThcyqkdTZ7Jo_c,6364
9
9
  jijmodeling/experimental.py,sha256=WWmxJzkyx_EYac1zmxflmFND191-xbVVXEdqot2VrM4,588
@@ -15,4 +15,4 @@ jijmodeling/range/size.py,sha256=F-cc3hLTAxUQo4umo6qFM5crGYdcWIEFLvWO963TyFY,542
15
15
  jijmodeling/range/size.pyi,sha256=_7WQ5n0YUFS7ZK3D_8o1F5kixWCZQpG9ztP68Oe57to,2812
16
16
  jijmodeling/range/value.py,sha256=VCtUjzL4vfOo-yqSEmfLD1JZ98d73NYPuzohWDu5R2Q,546
17
17
  jijmodeling/range/value.pyi,sha256=q3_etf5pzGDT5321yGib4PAMvbWo5wXxZWJrgV568Ak,2852
18
- jijmodeling-1.13.2.dist-info/RECORD,,
18
+ jijmodeling-1.13.3.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-win_amd64