Skip to content

Commit 17b4b7f

Browse files
committed
Newline
1 parent 0fdc9ab commit 17b4b7f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/en/releases/unreleased.ipynb

Lines changed: 2 additions & 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Comprehensions used with `jm.genarray` MUST satisfy the following conditions:
5959

6060
### Support for `min` / `max` along axes
6161

62-
Previously, {py:func}`jm.sum <jijmodeling.sum>` and {py:meth}`Expression.sum <jijmodeling.Expression.sum>` supported taking sums along a specific axis of a multidimensional array via the `axis` keyword argument. Starting with this version, the same functionality has been added to {py:func}`jm.min <jijmodeling.min>` and {py:func}`jm.max <jijmodeling.max>` as well as their corresponding `Expression` methods.
62+
Previously, {py:func}`jm.sum <jijmodeling.sum>` and {py:meth}`Expression.sum <jijmodeling.Expression.sum>` supported taking sums along a specific axis of a multidimensional array via the `axis` keyword argument.
63+
Starting with this version, the same functionality has been added to {py:func}`jm.min <jijmodeling.min>` and {py:func}`jm.max <jijmodeling.max>` as well as their corresponding `Expression` methods.
6364

6465
```{code-cell} ipython3
6566
import jijmodeling as jm

0 commit comments

Comments
 (0)