Show
Ignore:
Timestamp:
04/26/08 14:51:02 (2 years ago)
Author:
seang
Message:

a == b (Python equality) is no longer the same thing as a.equals(b) (topological equality), new safer predicate shortcuts for objects that are identical in the Python sense (#163)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Shapely/trunk/CHANGES.txt

    r1080 r1082  
    11All tickets are children of http://trac.gispython.org/projects/PCL/ticket/ 
     2 
     31.0.4 (2008-04-26) 
     4------------------ 
     5- Disentangle Python and topological equality (#163). 
     6- Implement safe predicate shortcuts for objects identical in the Python sense 
     7  (#163). 
    28 
    391.0.3 (2008-04-09)