grondilu / clifford

Geometric Algebra in Raku
Artistic License 2.0
19 stars 3 forks source link

Method 'reversion' no longer works with latest release #11

Open SqrtNegInf opened 1 year ago

SqrtNegInf commented 1 year ago

FYI, the continued evolution of the Clifford/MultiVector code has resulted in a failure in two of your Rosettacode tasks, as using 'reversion' now fails:

No such method 'reversion' for invocant of type 'MultiVector'
  in block <unit> at Polynomial_regression line xx

The two places this occurs are Polynomial_regression and Multiple_regression


Also, going forward you intend for use MultiVector to supersede the prior usage use Clifford?

grondilu commented 1 year ago

Noted. I marked the RC entries as broken.

Yes, I want the MultiVector module to be the main API from now on.