rust-ndarray / ndarray-stats

Statistical routines for ndarray
https://docs.rs/ndarray-stats
Apache License 2.0
201 stars 25 forks source link

Support master branch of `ndarray` #97

Closed duskmoon314 closed 3 months ago

duskmoon314 commented 5 months ago

I want to use both methods in ndarray's master branch and this crate. But this crate only supports specific ndarray (0.15.0 for now), which is incompatible with the master branch of ndarray.

I wonder if there is a way to use ndarray-stats and ndarray's master branch instead of cloning and changing the dependencies to git URLs.

Maybe merging ndarray-stats to ndarray and forming a workspace is a solution. In such a way, multiple locations could be used.

altunenes commented 3 months ago

that would be very nice.

bluss commented 3 months ago

I would not recommend using the crates through git. It's best to use released versions. Volunteer to manage releases to make releases where those are needed.