jijmodeling 1.8.0__cp310-cp310-manylinux_2_28_aarch64.whl → 1.8.1__cp310-cp310-manylinux_2_28_aarch64.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
@@ -3057,6 +3057,9 @@ class Problem:
3057
3057
  def used_placeholders(self) -> list[Placeholder]:
3058
3058
  ...
3059
3059
 
3060
+ def get_problem_schema(self) -> dict:
3061
+ ...
3062
+
3060
3063
 
3061
3064
  class ProdOp:
3062
3065
  r"""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: jijmodeling
3
- Version: 1.8.0
3
+ Version: 1.8.1
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Operating System :: POSIX :: Linux
6
6
  Classifier: Operating System :: MacOS
@@ -22,6 +22,7 @@ Requires-Dist: ommx >=1.3.2, <2.0.0
22
22
  Requires-Dist: pyright ; extra == 'test'
23
23
  Requires-Dist: pytest ; extra == 'test'
24
24
  Requires-Dist: twine ; extra == 'test'
25
+ Requires-Dist: pkginfo >=1.10.0 ; extra == 'test'
25
26
  Provides-Extra: test
26
27
  License-File: LICENSE.txt
27
28
  Summary: Mathematical modeling tool for optimization problem
@@ -1,12 +1,12 @@
1
- jijmodeling-1.8.0.dist-info/METADATA,sha256=Bve7uarIabLAq5hIzgJCo29-rOPeEaUgvqNupHCtO9I,12796
2
- jijmodeling-1.8.0.dist-info/WHEEL,sha256=7oJygQm9SbRVHRzy9LAn7JP9Sd0aidfWCSrymVj30s8,109
3
- jijmodeling-1.8.0.dist-info/licenses/LICENSE.txt,sha256=T5HdEbP5NWG8fZbvF9pofeteW3HrS30V3_LvtPUHFYM,3400
1
+ jijmodeling-1.8.1.dist-info/METADATA,sha256=kl4ZUSjTyjBzelNz4ocr5G33SFJcwzxqUIL-yYBROuw,12846
2
+ jijmodeling-1.8.1.dist-info/WHEEL,sha256=MOyRxqbe5dyszgkJvKd8AtTP-sjGV4P76yq8D74h3uA,109
3
+ jijmodeling-1.8.1.dist-info/licenses/LICENSE.txt,sha256=T5HdEbP5NWG8fZbvF9pofeteW3HrS30V3_LvtPUHFYM,3400
4
4
  jijmodeling/experimental.py,sha256=Of-tUY3kfpFHpjGbIcclbMenCP2BMW07me895YH7tG8,575
5
5
  jijmodeling/__init__.py,sha256=43DV_WzDxS0n6FseNyfJZ6oQucO31T4qqbz3bx9JMtE,44
6
6
  jijmodeling/experimental.pyi,sha256=PBGw5LutDarKtaP3HTzByjV_FPRrPvv4NAZ_XWUZuGA,9018
7
7
  jijmodeling/dataset.py,sha256=S4piVIiUGJMi8MlG3kFV-8JIkzvnktAS0IdkbJ655hw,185
8
8
  jijmodeling/dataset.pyi,sha256=LSYVLeyvQRq-Xmql8zfjavbmQwFHjU5Ir_GGyeg0q2Y,4005
9
- jijmodeling/__init__.pyi,sha256=rF0EcrzJLgHqm-nGBcIGcZ6mk3WM7GE7dznVuLvGci0,133990
9
+ jijmodeling/__init__.pyi,sha256=5yCnaQclZ7GixEF97Ix0DkZ_QtuxOGJA_MPyla8bCg4,134045
10
10
  jijmodeling/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- jijmodeling/_jijmodeling.cpython-310-aarch64-linux-gnu.so,sha256=NwirZT-qdgBwyaSMfV35yuDkGCzpoTJ1LrlDB0hsdTU,8797024
12
- jijmodeling-1.8.0.dist-info/RECORD,,
11
+ jijmodeling/_jijmodeling.cpython-310-aarch64-linux-gnu.so,sha256=YH_4kg0JfwJooY2HjaiKIGc_Kyxl7z8K75PrNu69JM0,8662576
12
+ jijmodeling-1.8.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.7.4)
2
+ Generator: maturin (1.7.5)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-manylinux_2_28_aarch64