1 |
|
2007-03-12 Bram de Greve <[email protected]> |
2 |
|
|
3 |
|
* shapelib.c, shapelib_common.h: Added part_types() to SHPObject to |
4 |
|
return tuple of part types. Added __repr__ operators to return a |
5 |
|
string that can reconstruct the object using eval() |
6 |
|
|
7 |
|
* pytest.py: Added tests for part_types() and __repr__. |
8 |
|
Humanized the output a bit. |
9 |
|
|
10 |
|
2007-03-12 Bram de Greve <[email protected]> |
11 |
|
|
12 |
|
* shapelib.c, shapelib.i: replaced shapelib.i by shapelib.c to use |
13 |
|
hand-crafted Python bindings instead of SWIG generated ones. |
14 |
|
|
15 |
|
* pyshapelib_common.h: New file with some common stuff for both |
16 |
|
shapelib and dbflib |
17 |
|
|
18 |
|
* pyshapelib_api.h, setup.py: import/build shapelib instead of shapelibc |
19 |
|
|
20 |
2006-09-24 Bernhard Reiter <[email protected]> |
2006-09-24 Bernhard Reiter <[email protected]> |
21 |
|
|
22 |
* dbflib_wrap.c, README: Checked for python version >= 2.4.0a0 |
* dbflib_wrap.c, README: Checked for python version >= 2.4.0a0 |