Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Apr 4, 2021
1 parent 97e740f commit b15f69b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on pip.
Bug Fixes
---------

- :func:`~mygrad.matmul` and :func:`~mygrad.multi_matmul` were missing from the top-level namespace
- :func:`~mygrad.matmul` and :func:`~mygrad.multi_matmul` were missing from the top-level namespace of ``mygrad``.
- A 0D tensor involved in a broadcasted operation would have a numpy-float set for its gradient instead of a 0D
array.

New Functions
-------------
Expand Down

0 comments on commit b15f69b

Please sign in to comment.