Some time ago I started working on a new plotting module. With GCI and the exams at the end of the semester the work has stalled. There is only a small number of issues that I must address before the module is ready for review but one of them is the deprecation warning for the old plotting module. Of course the old module will not be deleted. But it will be placed in a subfolder and the import statement used for it will change somewhere in 0.7.3 or 4. At least that was the consensus some time ago (all this will be detailed in the commit message so it can be discussed later).
But at the moment I must implement a deprecation warning on import of the old module. Can someone of the core devs explain to me the methodology that you usually use in this case? Deprecation cycles, subclasses of Warning and so on... Or is it up to me to create a subclass of Warning. Is there a special place to document this (in addition to the release notes)? Stefan -- 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.
