Skip to content

Prepare Release Notes for 2.3.1#127

Merged
konn merged 63 commits intomainfrom
develop
Mar 24, 2026
Merged

Prepare Release Notes for 2.3.1#127
konn merged 63 commits intomainfrom
develop

Conversation

@konn
Copy link
Collaborator

@konn konn commented Mar 16, 2026

TODO

  • Rename it to 2.3.1
  • Elaborate on the DependentVar and NamedExpr
  • Add NamedExpr section to Advanced section

General Checklist

  • Check if the new version is uploaded to PyPI.
  • Update develop branch so that:
    • Run uv sync --upgrade --extra dev
    • uv pip compile pyproject.toml -o requirements.txt --upgrade to regenerate requirements.txt
    • Finalize unreleased release notes by task finalize_release_notes -- <VERSION>
    • Make sure X.XX.X in the release note title is replaced with the new version number.
  • Create a merge commit from develop into main branch in JijModeling-Tutorials

After Merge

  • Create a new tag vX.XX.X in the main

konn and others added 2 commits March 16, 2026 14:05
Co-authored-by: NY57 <121103446+NY57@users.noreply.github.com>
@konn konn requested a review from NY57 March 16, 2026 05:27
@konn konn marked this pull request as draft March 16, 2026 11:49
auto-merge was automatically disabled March 16, 2026 11:49

Pull request was converted to draft

@konn konn changed the title Prepare Release Notes for 2.3.0 Prepare Release Notes for 2.3.1 Mar 16, 2026
konn and others added 19 commits March 18, 2026 15:53
Co-authored-by: NY57 <121103446+NY57@users.noreply.github.com>
# 変更点
- [NamedExprの概要 / 2つの利用方法の提示] -> [式の命名] -> [インスタンスへの保存]
という説明順序になるように構成を見直しました
- 合わせて、`jijmodeling.Problem.named_exprs`,
`jijmodeling.Compiler.get_named_function_id_by_name`
の説明を簡略化し、TIPSとして記載する形に変更
     - 理由: 上記の説明順序の”本筋”から外れている部分であり、TIPSとしてその存在が認知できる程度の説明で十分であると考えたため
- 「インスタンスへの保存」 におけるOMMXインスタンスに保存できる条件について、スカラー式という言葉を使わない形に修正
   - 合わせて、保存できる場合の具体例も列挙する形に変更 
   - 理由: スカラー式という"言葉だけ"では伝わりにくいと考えたため
- 「インスタンスへの保存」 におけるナップサック問題の例について、評価する式を総重量だけに変更
- 理由:
アイテムの重さあたりの価値の寄与を評価する意味とは?という疑問を読者に抱かせないため。元々、このケースを含めたのは”式の配列”の例示をしたかったからだと思われるが、既にOMMXインスタンスに保存できる条件で具体例を示す形に変更したので、削除しても問題ないと考えている

# 注意点
`docs/en/` 側の修正は行っていません。
@konn konn marked this pull request as ready for review March 24, 2026 02:07
@konn konn enabled auto-merge March 24, 2026 02:08
Copy link
Member

@NY57 NY57 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@konn konn merged commit 3b914cc into main Mar 24, 2026
24 checks passed
@konn konn deleted the develop branch March 24, 2026 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants