From 94c516079a0d1a6b53969e1a7033e3937d461879 Mon Sep 17 00:00:00 2001 From: Brandon Flores Date: Wed, 11 Sep 2024 18:07:40 -0500 Subject: [PATCH] Reworded deprecation notice for `Base.:~` --- docs/src/operations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/operations.md b/docs/src/operations.md index 8078819..042c5e2 100644 --- a/docs/src/operations.md +++ b/docs/src/operations.md @@ -19,8 +19,8 @@ The *reverse* is an operation which reverses the order of the wedge product that basis blade. This is implemented with methods for `Base.reverse` and `Base.:~`. !!! note "Syntax changes" - In the future, `Base.:~` will no longer be used for this operation; instead `Base.adjoint` will - be overloaded, providing `'` as a syntax for the reverse. + `Base.:~` for the reverse is deprecated and will be removed. `Base.adjoint` provides `'` as a + syntax for the reverse, and is the preferred method for performing the reverse. This is the most commonly used automorphism, and in a sense can be thought of as equivalent to complex conjugation. When working with even elements of the algebras of 2D or 3D space, this