-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
_sympy_ methods for Set_object_binary subclasses #32015
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
Author: Matthias Koeppe |
Last 10 new commits:
|
comment:6
I am not sure about caching the output of |
comment:7
If one makes one computation with the sympy version of a set, it's likely that another computation will be made -- so saving the result seemed a good idea. |
Reviewer: Travis Scrimshaw |
comment:8
I would expect someone to store said Sympy version if they were going to use it again. Granted, I expect this to not be a problem either way. My instinct is to err on the side of not caching, but I don't have a strong opinion on this. So you either change it or not; once decided, you can set a positive review. |
comment:9
Thanks! I'm keeping it as is. |
comment:10
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:13
Tests fail |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:17
LGTM. |
comment:18
and
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:21
Thanks for catching that. |
comment:22
|
Changed reviewer from Travis Scrimshaw to Travis Scrimshaw, Michael Jung |
comment:23
Thanks! |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Changed branch from u/mkoeppe/_sympy__methods_for_set_object_binary_subclasses to |
Formal unions, intersections, ...
Depends on #32013
CC: @tscrim @kcrisman @egourgoulhon
Component: interfaces
Author: Matthias Koeppe
Branch/Commit:
689986b
Reviewer: Travis Scrimshaw, Michael Jung
Issue created by migration from https://trac.sagemath.org/ticket/32015
The text was updated successfully, but these errors were encountered: