ndarray icon indicating copy to clipboard operation
ndarray copied to clipboard

Should the examples inside the `examples` folder be moved to the repo `ndarray-examples`?

Open nbro opened this issue 2 years ago • 2 comments
trafficstars

It seems that the examples here https://github.com/rust-ndarray/ndarray/tree/master/examples can be moved to https://github.com/rust-ndarray/ndarray-examples, which, in my view, doesn't just have to contain machine learning examples, but could contain even simple examples to help newbies use ndarray.

nbro avatar Dec 29 '22 12:12 nbro

Since there's already a ndarray-examples crate, I would say that yes, imo we should move it. And probably add a link in the readme somewhere.

nilgoyette avatar May 24 '23 14:05 nilgoyette

Yes, and some less useful examples can be removed. Confession, code like examples/sort-axis.rs is more like prototype code for later inclusion in ndarray (hasn't happened yet), so it should probably stay around or be moved to a PR.

bluss avatar Mar 10 '24 14:03 bluss