Hi,
I reinstalled Cadabra, but now the previous notebooks no longer work. It looks like something breaks at the "Depends" property. I use "Depends" on indices like
{\dot{#}, \bar{#}}::Symbol;
{\alpha, \beta, \gamma, \delta}::Indices(chiral, position=fixed);
{\dalpha, \dbeta, \dgamma, \ddelta}::Indices(antichiral, position=fixed);
followed by
\theta{#}::Depends{\alpha, \beta, \gamma, \delta, \dalpha, \dbeta, \dgamma, \ddelta};
which gives me an error like
RuntimeError: Depends: \prod lacks property Coordinate, Derivative, Accent or Indices.
In 2.x, make sure to write dependence on a derivative
as A::Depends(\partial{#}), note the '{#}'.
I didn't get to the place where I had the problem with the other "accented" symbols, but I will try to see if now it works or not.