Closed tversteeg closed 3 years ago
Also update arrsac to 0.9 and sample-consensus to 1.0.2.
arrsac
sample-consensus
ContiguousStorageMut<F, M> has been replaced with RawStorageMut<F, M> + Storage<F, M> + IsContiguous.
ContiguousStorageMut<F, M>
RawStorageMut<F, M> + Storage<F, M> + IsContiguous
The simba::RealField and simba::ComplexField in the new nalgebra version don't implement the Copy trait anymore, so that's been manually added.
simba::RealField
simba::ComplexField
nalgebra
Copy
@tversteeg Version v0.11.0 is published and includes this update.
v0.11.0
Also update
arrsac
to 0.9 andsample-consensus
to 1.0.2.ContiguousStorageMut<F, M>
has been replaced withRawStorageMut<F, M> + Storage<F, M> + IsContiguous
.The
simba::RealField
andsimba::ComplexField
in the newnalgebra
version don't implement theCopy
trait anymore, so that's been manually added.