/[thuban]/branches/WIP-pyshapelib-bramz/libraries/pyshapelib/NEWS
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/libraries/pyshapelib/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/thuban/libraries/pyshapelib/NEWS revision 1611 by jan, Tue Aug 19 21:24:20 2003 UTC branches/WIP-pyshapelib-bramz/libraries/pyshapelib/NEWS revision 2734 by bramz, Thu Mar 1 12:42:59 2007 UTC
# Line 1  Line 1 
1    pyshapelib 0.3 (2004-05-28)
2    ===========================
3    
4     * New module shptree.  It's a simple wrapper for shapelib's quadtree.
5    
6     * Provide a way to access the shapelib module and shapefile objects
7       from C.  It's not documented, unfortunately, but pyshapelib_api.h may
8       be a starting point.  This feature is used in Thuban which could be
9       used as an example.
10    
11     * distutils based build and install script, setup.py
12    
13    Module dbflib:
14    
15     * dbf objects now have a method commit if compiled with shapelib newer
16       than 1.2.10 (that is only the CVS version of shapelib at the time of
17       writing).  This method calls the new function dbflib DBFUpdateHeader.
18    
19     * New method read_attribute which reads a single attribute instead of a
20       whole record like read_record
21    
22     * NULL values are now returned as None.  DBF files don't really support
23       NULL, but this change matches a new feature in shapelib 1.2.9.  It's
24       not clear whether it should be implemented in the python wrapper in
25       this way.  It might be better to make it optional.
26    
27    
28  pyshapelib 0.2 (2001-06-15)  pyshapelib 0.2 (2001-06-15)
29  ===========================  ===========================
30    

Legend:
Removed from v.1611  
changed lines
  Added in v.2734

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26