Re: [sage-devel] Renaming generic curve classes

2016-05-31 Thread Grayson Jorgenson
Thanks everyone for the help and suggestions. For now I just want to organize the class structure for curves so that they inherit from the projective/affine subscheme classes, but I'll definitely investigate other structures to aid with upcoming functionality goals (such as resolution of singul

Re: [sage-devel] Renaming generic curve classes

2016-05-30 Thread Nils Bruin
On Monday, May 30, 2016 at 6:02:27 AM UTC-7, Volker Braun wrote: > > > They are different implementations and not injected in the global > namespace. The global namespace only has factory functions that instantiate > these classes. As such they are implementation details and subject to > change

Re: [sage-devel] Renaming generic curve classes

2016-05-30 Thread Volker Braun
On Monday, May 30, 2016 at 8:46:37 AM UTC+2, Johan S. R. Nielsen wrote: > > I'm a bit surprised at the naming scheme "_generic", etc. in the first > place. They are different implementations and not injected in the global namespace. The global namespace only has factory functions that instantia