Apparently ArrayBase::all_close() has been deprecated in favor of approx crate and feature.
I think this new method brings unnecessary complications to the workflow i.e. extra crate must be included and feature must be enabled by hand in Cargo.toml. So my question is: Is the deprecation really worth the benefits it brings? Or why is it deprecated at all?