Quansight-Labs / numpy.net

A port of NumPy to .Net
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

Why ndarray operator / is return object not ndarray #47

Closed ChengYen-Tang closed 1 year ago

ChengYen-Tang commented 1 year ago

https://github.com/Quansight-Labs/numpy.net/blob/fc5fea55dd40d267f7169c1ec63a533edab1fba0/src/NumpyDotNet/NumpyDotNet/ndarray.cs#L657

KevinBaselinesw commented 1 year ago

I fixed it in the next release.

ChengYen-Tang commented 1 year ago

Thank you