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

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

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

revision 2744 by bramz, Thu Mar 15 13:48:58 2007 UTC revision 2750 by bramz, Thu Mar 22 20:35:08 2007 UTC
# Line 1  Line 1 
1    2007-03-22      Bram de Greve <[email protected]>
2    
3            * shapelibmodule.c, dbflibmodule.c: in __init__ of ShapeFile and DBFFile,
4            throw proper IOError if opening of file failed.
5            
6            * dbflibmodule.c: commit function was incorrectly pointing to
7            dbflib_read_record
8    
9    2007-03-21      Bram de Greve <[email protected]>
10    
11            * shptreemodule.c: restoring something that shouldn't have been committed.
12    
13    2007-03-15      Bram de Greve <[email protected]>
14    
15            * shapelib.c: When creating measured shapes (XYM), treat M value
16            value as optional (defaults to zero).  Similar for
17            3D shapes (XYZM), threat both the Z and M value as options
18            (both default to zero).  When M values are to be given,
19            None is accepted as "no-data" value, and is stored as zero
20            (ESRI shapefile specs define any M value smaller than 1e-38
21            as no-data). Added an unpack_vertex() function to lift some
22            of the load of shpobject_init. Fixed a missing break and
23            PyMem_Free in build_vertex_list(), shapefile_init() and
24            shapelib_create().
25    
26            * dbflibmodule.c: Added support for the FTLogical field type.
27            
28            * shapelibmodule.c, dbflibmodule.c: Added 'name' and 'mode'
29            keywords for ShapeFile and DBFFile constructors and the module's
30            open() function, similiar to Python's file().  Reformatted
31            the doc strings to have a standard look and feel when parsed
32            through pydoc.
33            
34            * shapelib_common.h: added no-data constants.
35            
36            * pytest.py: Added tests for multipatch shapefile with XYZM values.
37            Added tests for FTLogical field.
38    
39  2007-03-15      Bram de Greve <[email protected]>  2007-03-15      Bram de Greve <[email protected]>
40    
41          * shapelibmodule.c, dbflibmodule.c: added some Unicode support for the          * shapelibmodule.c, dbflibmodule.c: added some Unicode support for the

Legend:
Removed from v.2744  
changed lines
  Added in v.2750

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26