Skip to content

Commit 3c80160

Browse files
committed
unvoid
1 parent 80b02fb commit 3c80160

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/en/releases/unreleased.ipynb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/ja/releases/unreleased.ipynb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markdowns/en/releases/unreleased.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ Starting with this release, the settings are preserved as shown above, and the b
221221

222222
- Relaxed version bounds to allow installation on any Python 3 version from Python 3.11 onwards.
223223
- Error messages for invalid comprehensions used with the Decorator API in `sum` and similar constructs now report the specific location in the source code.
224-
- {py:property}`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:property}`Problem.placeholders <jijmodeling.Problem.placeholders>` instead.
224+
- {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.

markdowns/ja/releases/unreleased.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ problem
216216

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

0 commit comments

Comments
 (0)