Closed jturner314 closed 6 years ago
I'd like to merge this once bluss/ndarray#492 is merged (and change the ndarray patch to ndarray = { git = "https://github.com/bluss/ndarray.git", branch = "master" }).
ndarray
ndarray = { git = "https://github.com/bluss/ndarray.git", branch = "master" }
All good for me! Great that mean_axis and sum_axis will work for empty arrays after the PR on ndarray is merged.
mean_axis
sum_axis
I'd like to merge this once bluss/ndarray#492 is merged (and change the
ndarray
patch tondarray = { git = "https://github.com/bluss/ndarray.git", branch = "master" }
).