1 |
pyshapelib 0.3 (2004-05-17) |
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 |
Module dbflib: |
12 |
|
13 |
* dbf objects now have a method commit if compiled with shapelib newer |
14 |
than 1.2.10 (that is only the CVS version of shapelib at the time of |
15 |
writing). This method calls the new function dbflib DBFUpdateHeader. |
16 |
|
17 |
* New method read_attribute which reads a single attribute instead of a |
18 |
whole record like read_record |
19 |
|
20 |
* NULL values are now returned as None. DBF files don't really support |
21 |
NULL, but this change matches a new feature in shapelib 1.2.9. It's |
22 |
not clear whether it should be implemented in the python wrapper in |
23 |
this way. It might be better to make it optional. |
24 |
|
25 |
|
26 |
pyshapelib 0.2 (2001-06-15) |
27 |
=========================== |
28 |
|
29 |
Module shapelib: |
30 |
|
31 |
* new module level functions type_name and part_type_name |
32 |
(corresponding to SHPTypeName and SHPPartTypeName) |
33 |
|
34 |
* The vertices() method of shape objects works for shape type |
35 |
SHPT_POINT, too. |
36 |
|
37 |
|
38 |
pyshapelib 0.1 (2000-12-20) |
39 |
=========================== |
40 |
|
41 |
Initial public release |