OK, I've finished that work. I would appreciate a review, as this is blocking on the release.
All deprecated features now have the issue and deprecated_since_version flag. Additionally, all issues for deprecated features are marked with the DeprecationRemoval tag (http://code.google.com/p/sympy/issues/list?q=label:DeprecationRemoval), so that people can easily find what features are marked for deprecation. Aaron Meurer On Sun, Aug 19, 2012 at 2:21 PM, Aaron Meurer <[email protected]> wrote: > I've started work on this at https://github.com/sympy/sympy/pull/1500. I > still need to modify the existing warnings to use the new flags. > > Aaron Meurer > > > On Monday, August 13, 2012 12:52:46 AM UTC-6, Aaron Meurer wrote: >> >> On Mon, Aug 13, 2012 at 12:40 AM, Vladimir Perić <[email protected]> >> wrote: >> > On Mon, Aug 13, 2012 at 2:55 AM, Chris Smith <[email protected]> wrote: >> >> No strong opinions, but I thought the useinstead was a good idea. And >> >> if it gets longer one can always use _textwrap (or manual imports) to >> >> create a private string that cna get passed as the useinstead value. >> > >> > I was going for brevity here, as all information kept inside a >> > "useinstead" can also be mentioned in the appropriate ticket, but you >> > are right - there's no real harm in keeping it there. >> >> Well, useinstead is a pretty basic bit of information. If the user >> can figure out how to replace deprecated function A with function B, >> then he is good to go. He only needs to look for more information if >> just replacing A with B doesn't work. That kind of information should >> go on the issue. >> >> Aaron Meurer > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/zGsE1IPhS3IJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
