-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
Wrapper class for Sage sets as SymPy sets #31938
Comments
This comment has been minimized.
This comment has been minimized.
comment:3
Here's a beginning. This obviously needs many more examples/tests New commits:
|
Author: Matthias Koeppe |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
I know it is not so useful, but please add a doctest for |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
Thank you. Now once the bot comes back green, positive review. |
Reviewer: Travis Scrimshaw |
comment:13
Thanks! |
Changed branch from u/mkoeppe/wrapper_class_for_sage_sets_as_sympy_sets to |
We add a
_sympy_
method to all sets. It creates an instance of the new classsage.interfaces.sympy_wrapper.SageSet
, which is a subclass of SymPy's Set class.Part of Meta-ticket #31926: Connect Sage sets to sympy sets
CC: @kcrisman @tscrim
Component: interfaces
Author: Matthias Koeppe
Branch/Commit:
c06c965
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/31938
The text was updated successfully, but these errors were encountered: