Skip to content

Commit 6c6173a

Browse files
authored
Release JijModeling 1.12.4 (#39)
Release JijModeling 1.12.4
1 parent 0bfa216 commit 6c6173a

File tree

5 files changed

+95
-1
lines changed

5 files changed

+95
-1
lines changed

docs/en/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ parts:
2626
- file: references/cheat_sheet
2727
- caption: Release Note
2828
chapters:
29+
- file: releases/jijmodeling-1.12.4
2930
- file: releases/jijmodeling-1.12.3
3031
- file: releases/jijmodeling-1.12.2
3132
- file: releases/jijmodeling-1.12.1
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {
6+
"vscode": {
7+
"languageId": "plaintext"
8+
}
9+
},
10+
"source": [
11+
"# JijModeling 1.12.4 Release Notes"
12+
]
13+
},
14+
{
15+
"cell_type": "markdown",
16+
"metadata": {},
17+
"source": [
18+
"## Bugfixes"
19+
]
20+
},
21+
{
22+
"cell_type": "markdown",
23+
"metadata": {},
24+
"source": [
25+
"- Updates QPLIB hash according to the upstream change"
26+
]
27+
},
28+
{
29+
"cell_type": "markdown",
30+
"id": "18a817b3",
31+
"metadata": {},
32+
"source": [
33+
"### PyO3 dependency update\n",
34+
"\n",
35+
"Updated PyO3 dependency from 0.23.5 to 0.24.1 to address a security vulnerability."
36+
]
37+
}
38+
],
39+
"metadata": {
40+
"language_info": {
41+
"name": "python"
42+
}
43+
},
44+
"nbformat": 4,
45+
"nbformat_minor": 2
46+
}

docs/ja/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ parts:
2626
- file: references/cheat_sheet
2727
- caption: リリースノート
2828
chapters:
29+
- file: releases/jijmodeling-1.12.4
2930
- file: releases/jijmodeling-1.12.3
3031
- file: releases/jijmodeling-1.12.2
3132
- file: releases/jijmodeling-1.12.1
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {
6+
"vscode": {
7+
"languageId": "plaintext"
8+
}
9+
},
10+
"source": [
11+
"# JijModeling 1.12.4 リリースノート"
12+
]
13+
},
14+
{
15+
"cell_type": "markdown",
16+
"metadata": {},
17+
"source": [
18+
"## バグ修正"
19+
]
20+
},
21+
{
22+
"cell_type": "markdown",
23+
"metadata": {},
24+
"source": [
25+
"- アップストリームでの変更にあわせ、QPLIBハッシュを更新しました"
26+
]
27+
},
28+
{
29+
"cell_type": "markdown",
30+
"id": "60031872",
31+
"metadata": {},
32+
"source": [
33+
"### PyO3依存関係の更新\n",
34+
"\n",
35+
"セキュリティ脆弱性に対処するため、PyO3依存関係を0.23.5から0.24.1にアップデートしました。"
36+
]
37+
}
38+
],
39+
"metadata": {
40+
"language_info": {
41+
"name": "python"
42+
}
43+
},
44+
"nbformat": 4,
45+
"nbformat_minor": 2
46+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
# jijmodeling does not support Python 3.13 yet, and JijModeling-Transpiler 3.12 neither.
77
requires-python = ">=3.9, <3.12"
88
dependencies = [
9-
"jijmodeling == 1.12.3",
9+
"jijmodeling == 1.12.4",
1010
"jijmodeling-transpiler>=0.6.15",
1111
"ommx >= 1.8.2, < 2.0.0",
1212
"ommx-pyscipopt-adapter >= 1.8.2, < 2.0.0",

0 commit comments

Comments
 (0)