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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26