You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
Is there any reason why the subset() method in sympy/core/sets.py is
not is_subset() (considering that it always returns a boolean) and
also consistent with some of the other is_ methods as well.?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
On Tue, Mar 25, 2014 at 11:18 AM, Aaron Meurer <asme...@gmail.com> wrote:
> I agree. The builtin set's method is called issubset.
Before I work on the patch, what is the strategy to make backward
incompatible changes? Since, existing users may be surprised if we
suddenly remove the method and replace it by another one and even
break their existing code.
Suggestions will be helpful.
Sergey Kirpichev
unread,
Mar 25, 2014, 7:16:55 AM3/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
On Tuesday, March 25, 2014 2:14:10 PM UTC+4, Amit Saha wrote:
Before I work on the patch, what is the strategy to make backward
incompatible changes? Since, existing users may be surprised if we
suddenly remove the method and replace it by another one and even
break their existing code.
I suggest you to take look on the code around. We have a lot of bugs with DeprecationRemoval label.
In this particular example, you should rename method and then add @deprecated decorator.
Aaron Meurer
unread,
Mar 25, 2014, 9:49:19 PM3/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
Yes, read the docstring of SymPyDeprecationWarning, and grep the code
for @deprecated.
Aaron Meurer
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+un...@googlegroups.com.
> To post to this group, send email to sy...@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy.
> To view this discussion on the web visit