jijzept-sdk 2025.1.16__tar.gz → 2025.1.19__tar.gz
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.
- {jijzept_sdk-2025.1.16/src/jijzept_sdk.egg-info → jijzept_sdk-2025.1.19}/PKG-INFO +3 -3
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/PyPI.md +1 -1
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/pyproject.toml +1 -1
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/src/jijzept_sdk/_version.py +2 -2
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19/src/jijzept_sdk.egg-info}/PKG-INFO +3 -3
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/src/jijzept_sdk.egg-info/requires.txt +1 -1
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/.github/dependabot.yaml +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/.github/workflows/check_dependencies.yaml +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/.github/workflows/dependabot_auto_merge.yaml +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/.github/workflows/weekly_release.yaml +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/.gitignore +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/README.md +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/setup.cfg +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/src/jijzept_sdk/__init__.py +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/src/jijzept_sdk/__main__.py +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/src/jijzept_sdk.egg-info/SOURCES.txt +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/src/jijzept_sdk.egg-info/dependency_links.txt +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/src/jijzept_sdk.egg-info/entry_points.txt +0 -0
- {jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/src/jijzept_sdk.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: jijzept_sdk
|
|
3
|
-
Version: 2025.1.
|
|
3
|
+
Version: 2025.1.19
|
|
4
4
|
Summary: Free development kit provided by JijZept.
|
|
5
5
|
Author-email: "Jij Inc." <info@j-ij.com>
|
|
6
6
|
Classifier: Operating System :: POSIX :: Linux
|
|
@@ -30,7 +30,7 @@ Requires-Dist: ommx_openjij_adapter==1.6.0; extra == "openjij"
|
|
|
30
30
|
Provides-Extra: qamomile
|
|
31
31
|
Requires-Dist: qamomile==0.5.0; extra == "qamomile"
|
|
32
32
|
Provides-Extra: minto
|
|
33
|
-
Requires-Dist: minto==1.0
|
|
33
|
+
Requires-Dist: minto==1.1.0; extra == "minto"
|
|
34
34
|
Provides-Extra: lab
|
|
35
35
|
Requires-Dist: jupyterlab; extra == "lab"
|
|
36
36
|
|
|
@@ -66,7 +66,7 @@ jijzept_sdk
|
|
|
66
66
|
You can also install only some packages by specifying options like the following command. However, `jijmodeling` and `ommx` are always included.
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
pip install “jijzept_sdk[mip]
|
|
69
|
+
pip install “jijzept_sdk[mip]"
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
The list of options is as follows:
|
|
@@ -30,7 +30,7 @@ jijzept_sdk
|
|
|
30
30
|
You can also install only some packages by specifying options like the following command. However, `jijmodeling` and `ommx` are always included.
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
pip install “jijzept_sdk[mip]
|
|
33
|
+
pip install “jijzept_sdk[mip]"
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
The list of options is as follows:
|
|
@@ -37,7 +37,7 @@ scip = ["ommx_pyscipopt_adapter == 1.6.0"]
|
|
|
37
37
|
amplify = ["ommx_fixstars_amplify_adapter == 0.1.0"]
|
|
38
38
|
openjij = ["ommx_openjij_adapter == 1.6.0"]
|
|
39
39
|
qamomile = ["qamomile == 0.5.0"]
|
|
40
|
-
minto = ["minto == 1.0
|
|
40
|
+
minto = ["minto == 1.1.0"]
|
|
41
41
|
lab = ["jupyterlab"]
|
|
42
42
|
|
|
43
43
|
[project.scripts]
|
|
@@ -12,5 +12,5 @@ __version__: str
|
|
|
12
12
|
__version_tuple__: VERSION_TUPLE
|
|
13
13
|
version_tuple: VERSION_TUPLE
|
|
14
14
|
|
|
15
|
-
__version__ = version = '2025.1.
|
|
16
|
-
__version_tuple__ = version_tuple = (2025, 1,
|
|
15
|
+
__version__ = version = '2025.1.19'
|
|
16
|
+
__version_tuple__ = version_tuple = (2025, 1, 19)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: jijzept_sdk
|
|
3
|
-
Version: 2025.1.
|
|
3
|
+
Version: 2025.1.19
|
|
4
4
|
Summary: Free development kit provided by JijZept.
|
|
5
5
|
Author-email: "Jij Inc." <info@j-ij.com>
|
|
6
6
|
Classifier: Operating System :: POSIX :: Linux
|
|
@@ -30,7 +30,7 @@ Requires-Dist: ommx_openjij_adapter==1.6.0; extra == "openjij"
|
|
|
30
30
|
Provides-Extra: qamomile
|
|
31
31
|
Requires-Dist: qamomile==0.5.0; extra == "qamomile"
|
|
32
32
|
Provides-Extra: minto
|
|
33
|
-
Requires-Dist: minto==1.0
|
|
33
|
+
Requires-Dist: minto==1.1.0; extra == "minto"
|
|
34
34
|
Provides-Extra: lab
|
|
35
35
|
Requires-Dist: jupyterlab; extra == "lab"
|
|
36
36
|
|
|
@@ -66,7 +66,7 @@ jijzept_sdk
|
|
|
66
66
|
You can also install only some packages by specifying options like the following command. However, `jijmodeling` and `ommx` are always included.
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
pip install “jijzept_sdk[mip]
|
|
69
|
+
pip install “jijzept_sdk[mip]"
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
The list of options is as follows:
|
|
File without changes
|
|
File without changes
|
{jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/.github/workflows/dependabot_auto_merge.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jijzept_sdk-2025.1.16 → jijzept_sdk-2025.1.19}/src/jijzept_sdk.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|