Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Mar 19, 2022
1 parent e057897 commit 416197c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/changelog.md
Expand Up @@ -3,6 +3,7 @@
## Unreleased (v0.x.x)
### New Features
* Added `skew`, `kurtosis` and `median_abs_deviation` to `stats` module {pull}`3`, {pull}`4`
* Improve flexibility and autorenaming in `matmul` {pull}`8`

### Maintenance and fixes
* Changed the automatic names in einops module to use dashes instead of commas
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/linalg_tutorial.ipynb
Expand Up @@ -2171,7 +2171,7 @@
"| `[[dim_a1, dim_a2], [dim_b1, dim_b2]]` | dim_a1 | dim_a2 | dim_b1 | dim_b2 |\n",
"\n",
"where `dim_a1, dim_a2` are the matrix dimensions of the first matrix, and `dim_b#` are the matrix dimensions\n",
"of the 2nd matrix. Like in {eq}`eq:matmul`, the dimensions present in the output are `dim_a1, dim_b2`.\n",
"of the 2nd matrix. Like in {eq}`eq:matmul`, **the dimensions present in the output are `dim_a1, dim_b2`.**\n",
"\n",
"### List of two elements\n",
"\n",
Expand Down

0 comments on commit 416197c

Please sign in to comment.