Changes between Version 49 and Version 50 of CategoriesRoadMap


Ignore:
Timestamp:
11/09/09 17:10:41 (4 years ago)
Author:
nthiery
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CategoriesRoadMap

    v49 v50  
    2525 - #5979: parent-element_constructor-fix-5979-submitted.patch 
    2626 - #6809: abstract_methods_of_class 
    27  
    2827 - #5985: customized class pickling 
    2928 - #5986: pickling of nested classes 
    3029 - #5991: dynamic_class 
    3130 - #5598: 5598-coerce-declare.patch 
    32  
    3331 - #7251: Allow for Integer(3, parent = MyParent) 
    3432 - #7259: Revert Sets().category() from Sets() to Objects() 
     33 
     34 - #7420: Fix uncaught infinite loop in coercion discovery (needs review) 
     35 - #7421: Weaker precondition for registering a new coercion (needs review) 
    3536 
    3637Main patches #5891: 
     
    100101    - Have construction / reduce by default 
    101102    - Can systematically use the idiom P in Rings() 
     103  - Lattice structure (join, meet); meet needs cleanup. 
    102104 
    103105 - Functorial constructions: 
     
    134136 
    135137 - Reorganization of the Sage library to start using the category framework: 
    136   * Combinatorial free modules 
     138  * Combinatorial free modules #6136 
    137139    * Have unique representation, use coercion, are more robust 
    138140    * Improved _repr_ 
     
    146148    Hom(SomeNumberField,SomeVectorSpace) returned a numberfield homset 
    147149  * Fixed some import loops 
     150  * Square MatrixSpace in Algebras(...) 
    148151  * Added temporary list() methods to: 
    149152    - FreeModule_generic