Skip to content

Commit

Permalink
Fix another rST formatting error in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Jul 21, 2021
1 parent dea813a commit 99ffeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Compatibility notes
although typically :meth:`clifford.MultiVector.exp` is a better choice
* Transparently treating a :class:`MultiVector` as a flat array of coefficients is deprecated,
and so ``mv[i]`` and ``len(mv)`` both emit :exc:`DeprecationWarning`\ s. If the underlying
storage order is of interest, use ``mv.value[i]`` and ``len(mv)``respectively. To obtain the
storage order is of interest, use ``mv.value[i]`` and ``len(mv)`` respectively. To obtain the
scalar part of a :class:`MultiVector`, use ``mv[()]`` instead of ``mv[0]``.
* ``Layout.gradeList`` has been removed. If still needed, it can be recovered as an :class:`ndarray`
isntead of a :class:`list` via the private attribute ``layout._basis_blade_order.grades``
Expand Down

0 comments on commit 99ffeae

Please sign in to comment.