-
*
no longer aliases the geometric product by default⟑
(\wedgedot
). -
VariableInfo
has been renamedBindings
for better clarity. - The
flattening
symbol parameter to@ga
has been removed, instead using type annotations to express a concatenated or tuple output. - The
::KVector{$k}
type annotation is no longer supported; instead, prefer using::$k
or (ifk
is small enough) one of its aliases, e.g.Bivector
forKVector{2}
. The::Multivector{$k, $l, ...}
syntax is also no longer supported; use the::($k, $l, ...)
syntax instead. - Default bindings are no longer merged into provided bindings in
codegen_expression
. - A new macro
@geometric_space
has been defined to ease the definition of user macros. See the documentation for more information.