-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Array::uninitialized() #804
Comments
Possibly put maybe_uninit in its place (rename it) |
uninitialized is hard to use correctly. I haven't removed it yet because I think I have managed to put it on sound ground - it is technically possible to use it correctly. See issue #804 and issue #876 (we have just completed removing all internal usage of this method). Unfortunately
The conclusion is that deprecation will have impact on users, but we need to do it, and need to make |
Now I'm wondering how incorrect my usage in ndarray-vision is 😅 |
Our |
See also #796 (A lot of progress has been made on that issue). |
Deprecated by #902, so this issue is now fixed. But it will be finally removed in the next release. |
It now has a replacement. See previous issue #685
If 0.14.0 comes quickly after 0.13.1, probably start with just deprecating the method
The text was updated successfully, but these errors were encountered: