-
Notifications
You must be signed in to change notification settings - Fork 20
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
Timeline for removing deprecated classes #61
Comments
|
I will compile a list of all deprecated classes/method (and replacements, if any). |
I suggest removing
I somehow missed the I also added all classes relevant for |
Some classes in imglib2-algorithm are labeled deprecated, e.g.
net.imglib2.algorithm.gauss.Gauss
. Do we have a timeline for when they should be removed? This should certainly happen before a 1.0.0 release as the zero major version still indicates a fluid API. My thought on this is that this should happen sooner rather than later because multiple classes (some of which are deprecated) with similar functionality can be confusing for callers, for example #59. Also, the sooner deprecated methods disappear, the sooner people stop building their software on top of them.The text was updated successfully, but these errors were encountered: