Closed alex-appetiti closed 5 days ago
Hey @jonasBoss , thank you for your work on the repo.
I've gone ahead and updated the ndarray dependency to 0.16.
ndarray
This involved the following extra changes:
dev-dependencies
Cargo.toml
approx
approx-0_5
.into_shape(...)
.into_shape_with_order(...)
Thank you for the update! I will try and get a release ready in the upcoming weeks.
Hey @jonasBoss , thank you for your work on the repo.
I've gone ahead and updated the
ndarray
dependency to 0.16.This involved the following extra changes:
ndarray
in thedev-dependencies
inCargo.toml
the feature flag forapprox
is now just namedapprox
rather thanapprox-0_5
..into_shape(...)
is now deprecated, so I've replaced all instances with.into_shape_with_order(...)