Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/en/releases/unreleased.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/ja/releases/unreleased.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions markdowns/en/releases/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,4 @@ Starting with this release, the settings are preserved as shown above, and the b

- Relaxed version bounds to allow installation on any Python 3 version from Python 3.11 onwards.
- Error messages for invalid comprehensions used with the Decorator API in `sum` and similar constructs now report the specific location in the source code.
- {py:meth}`Problem.used_placeholders <jijmodeling.Problem.used_placeholders>` has been deprecated because its purpose is unclear, and {py:class}`~jijmodeling.Compiler` also requires values for all placeholders. Use {py:meth}`Problem.placeholders <jijmodeling.Problem.placeholders>` instead.
1 change: 1 addition & 0 deletions markdowns/ja/releases/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,4 @@ problem

- バージョン条件を緩和し、Python 3.11 以降の任意の Python 3 でのインストールを許容しました。
- Decorator API の `sum` などで不正な内包表記を使った際のエラーメッセージが、具体的なコード上の位置を報告するようになりました。
- {py:meth}`Problem.used_placeholders <jijmodeling.Problem.used_placeholders>` は用途が明確でなく、{py:class}`~jijmodeling.Compiler` も全てのプレースホルダーの値を要求するため、廃止予定となりました。かわりに {py:meth}`Problem.placeholders <jijmodeling.Problem.placeholders>` を使用してください。
Loading