-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
sage.plot.plot3d.texture minor refactoring #27593
Comments
Author: Erik Bray |
comment:1
I do think the use of That said, this branch preserves the existing functionality, and I think in a better way than having a separate New commits:
|
Commit: |
comment:2
Moving tickets from the Sage 8.8 milestone that have been actively worked on in the last six months to the next release milestone (optimistically). |
Changed keywords from none to texture |
comment:4
Ticket retargeted after milestone closed |
comment:5
Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date. |
Changed branch from u/embray/plot3d/texture-refactoring to public/ticket/27593 |
comment:6
rebased, refreshed New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
green bot please review |
Reviewer: Travis Scrimshaw |
comment:9
LGTM. |
comment:10
Thanks for rebasing. |
Changed branch from public/ticket/27593 to |
The module
sage.plot.plot3d.texture
defines aTexture_class
class, and aTexture
function that acts as its alternate constructor, along with anis_Texture
function, à la the old scheme used elsewhere in Sage.As discussed elsewhere (e.g. in #12824) the
is_Texture
function should be deprecated. TheTexture
function andTexture_class
class can be merged into a singleTexture
class with use of a__classcall__
method.CC: @egourgoulhon @paulmasson @slel @tscrim
Component: graphics
Keywords: texture
Author: Erik Bray
Branch/Commit:
604398e
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/27593
The text was updated successfully, but these errors were encountered: