Changeset 1052

Show
Ignore:
Timestamp:
02/26/08 09:16:44
Author:
seang
Message:

Updates for 1.0.2, improve wording in the readme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Shapely/trunk/CHANGES.txt

    r1046 r1052  
    11All ticket numbers are rooted at http://trac.gispython.org/projects/PCL/ticket/ 
    22 
    3 1.0.1: 8 February 2008 
    4 ---------------------- 
    5 - Allow chaining expressions involving coordinate sequences and geometry parts 
    6   (#151). 
    7 - Protect against abnormal use of coordinate accessors (#152). 
    8 - Coordinate sequences now implement the numpy array protocol (#153). 
     31.0.2: 26 February 2008 
     4----------------------- 
     5- Fix loss of dimensionality in polygon rings (#155). 
     6 
     7 
  • Shapely/trunk/HISTORY.txt

    r1021 r1052  
    11All ticket numbers are rooted at http://trac.gispython.org/projects/PCL/ticket/ 
     2 
     31.0.1: 8 February 2008 
     4---------------------- 
     5- Allow chaining expressions involving coordinate sequences and geometry parts 
     6  (#151). 
     7- Protect against abnormal use of coordinate accessors (#152). 
     8- Coordinate sequences now implement the numpy array protocol (#153). 
     9 
    210 
    3111.0: 18 January 2008 
  • Shapely/trunk/README.txt

    r1049 r1052  
    22======= 
    33 
    4 Shapely is a Python package for programming with 2D geospatial geometries. It 
    5 is based on GEOS (http://geos.refractions.net). Shapely 1.0 is ignorant about 
    6 coordinate and reference systems. Projection responsibility is left to specific 
    7 applications. For more information, see: 
     4Shapely is a Python package for manipulation and analysis of 2D geospatial 
     5geometries. It is based on GEOS (http://geos.refractions.net).  Shapely 1.0 is 
     6not concerned with data formats or coordinate reference systems. 
     7Responsibility for reading and writing data and projecting coordinates is left 
     8to other packages like WorldMill_ and pyproj_. For more information, see: 
    89 
    910* Shapely wiki_ 
     
    1617 
    1718.. _CHANGES.txt: http://trac.gispython.org/projects/PCL/browser/Shapely/trunk/CHANGES.txt 
    18 .. _HISTROY.txt: http://trac.gispython.org/projects/PCL/browser/Shapely/trunk/HISTORY.txt 
     19.. _HISTORY.txt: http://trac.gispython.org/projects/PCL/browser/Shapely/trunk/HISTORY.txt 
     20.. _WorldMill: http://pypi.python.org/pypi/WorldMill 
     21.. _pyproj: http://pypi.python.org/pypi/pyproj 
    1922 
    2023 
  • Shapely/trunk/setup.py

    r1045 r1052  
    1212 
    1313setup(name          = 'Shapely', 
    14       version       = '1.0.1', 
     14      version       = '1.0.2', 
    1515      description   = 'Geospatial geometries, predicates, and operations', 
    1616      license       = 'BSD', 
  • Shapely/trunk/setup_windows.py

    r1021 r1052  
    1212 
    1313setup(name          = 'Shapely', 
    14       version       = '1.0', 
     14      version       = '1.0.2', 
    1515      description   = 'Geospatial geometries, predicates, and operations', 
    1616      license       = 'BSD',