-
Notifications
You must be signed in to change notification settings - Fork 360
Closed
Description
Hi! I took a stab at Document ndarray's equivalent to NumPy's astype from #597 in this PR:
#1123
Here are a few questions:
- Which other conversion examples would you like to see?
- How can I locally build / access the
ndarray_for_numpy_usersdocumentation to see how my changes look like? I cannot find the page when runningcargo doc --open. - Should there be more details on differences in conversion that stem from Rust's type system and are not specific to
ndarray? (e.g.np.astype()does not saturate,a.mapv(|x| x as u8runs a saturated conversion)
Metadata
Metadata
Assignees
Labels
No labels