-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Add more typing information to manifold package #31006
Comments
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:3
|
comment:4
same in #30989 |
Dependencies: #30551 |
comment:5
Good to know, (but isn't #30053 already breaking 3.6 support?) |
comment:6
Replying to @tobiasdiez:
That was temporary, just for one beta during the 9.2 cycle. Python 3.6 support was restored in #30576, #30740, #30758. |
comment:7
red branch |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Merged develop branch. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
Now that we have dropped support for Python 3.6 (#30551), there is no obstacle to using |
Changed dependencies from #30551 to none |
comment:13
red branch => needs work |
comment:48
Rebased onto narrowed #29775 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:50
Rebased onto updated #29775 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:52
As all remarks seem to be addressed, Matthias is fine with my changes and I'm with his, I'll set it back to positively reviewed. |
Changed reviewer from Matthias Koeppe, ... to Matthias Koeppe, Tobias Diez |
comment:53
Merge failure with Sage 9.6.beta6 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:55
Merged latest version of #29775 |
comment:56
As in #29775, the coverage issue reported by the patchbot is a spurious one, due to the use of Michael, do you agree with the positive review? |
Changed reviewer from Matthias Koeppe, Tobias Diez to Matthias Koeppe, Tobias Diez, Michael Jung, Eric Gourgoulhon |
comment:57
Thanks! |
comment:58
Replying to @egourgoulhon:
Yes. I still find some style changes unnecessary, e.g. - def set_embedding(self, phi, inverse=None, var=None,
- t_inverse=None):
+ def set_embedding(
+ self, phi: ContinuousMap, inverse=None, var=None, t_inverse=None
+ ): leaving a glimpse of inconsistency behind. If that could be changed: I am happy. But I can also live with this. I would just appreciated it if we can stick to previously established styling rules in the future. Otherwise the code becomes more a patchwork rug than it already is. |
Changed branch from public/manifold/typing_more to |
In extension of #29775, more typing information is added to the manifold package (and its dependencies).
Depends on #29775
CC: @tscrim @nthiery @mjungmath @egourgoulhon @fchapoton
Component: manifolds
Author: Tobias Diez
Branch/Commit:
c403910
Reviewer: Matthias Koeppe, Tobias Diez, Michael Jung, Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/31006
The text was updated successfully, but these errors were encountered: