1 |
|
2005-06-30 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* shapelib.i (new_SHPObject): Fix the test for the length of the |
4 |
|
part types. It used the wrong variable. |
5 |
|
|
6 |
|
* shapelib_wrap.c: Regenerated from shapelib.i |
7 |
|
|
8 |
|
* pytest.py (make_shapefile): Add some more comments and add an |
9 |
|
example with a polygon with a hole. |
10 |
|
|
11 |
|
2004-12-27 Bernhard Reiter <[email protected]> |
12 |
|
|
13 |
|
* README: Refering to the new homepage shapelib.maptools.org now. |
14 |
|
|
15 |
|
2004-12-13 Bernhard Herzog <[email protected]> |
16 |
|
|
17 |
|
* dbflib.py: Updated from difflib.i with SWIG. |
18 |
|
|
19 |
|
* dbflib.i: Work around a bug in the generated python code which |
20 |
|
leads to exception in the __del__ method when the constructor |
21 |
|
fails. See the comments in the code for more details. |
22 |
|
|
23 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
24 |
|
|
25 |
|
* README: Flesh out the some more. Correct the shapelib |
26 |
|
requirements. |
27 |
|
|
28 |
|
* NEWS: Update the date of the actual release of 0.3 |
29 |
|
|
30 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
31 |
|
|
32 |
|
* setup.py: Determine shp_dir correctly when run with bdist_rpm |
33 |
|
(dbf_macros): Remove a debug print |
34 |
|
|
35 |
|
* NEWS: Also mention the new (compared to 0.2) setup.py |
36 |
|
|
37 |
|
* MANIFEST.in: New. Define which files belong into a source |
38 |
|
distribution |
39 |
|
|
40 |
|
2004-05-17 Bernhard Herzog <[email protected]> |
41 |
|
|
42 |
|
* README: Update for new release |
43 |
|
|
44 |
|
* setup.py (dbf_macros): New. Return the preprocessor macros |
45 |
|
needed to compile the dbflib wrapper. Determine whether |
46 |
|
DBFUpdateHeader is available and define the right value of |
47 |
|
HAVE_UPDATE_HEADER |
48 |
|
(extensions): Use dbf_macros for the dbflibc extension |
49 |
|
|
50 |
|
* dbflib_wrap.c, dbflib.py: Update from dbflib.i |
51 |
|
|
52 |
|
* dbflib.i (DBFInfo_commit): New. Implementation of the commit |
53 |
|
method. This new indirection is necessary because we use the |
54 |
|
DBFUpdateHeader function now which is not available in shapelib <= |
55 |
|
1.2.10 |
56 |
|
(DBFFile::commit): Use DBFInfo_commit as implementation |
57 |
|
(pragma __class__): New. Kludge to remove the commit method when |
58 |
|
the DBFUpdateHeader function isn't available |
59 |
|
(_have_commit): New. Helper for the pragma kludge. |
60 |
|
|
61 |
|
2003-11-03 Bernhard Herzog <[email protected]> |
62 |
|
|
63 |
|
* dbflib.i (do_read_attribute): New helper function for reading |
64 |
|
one attribute as a python object |
65 |
|
(DBFInfo_read_attribute): New. Implement the read_attribute method |
66 |
|
(DBFInfo_read_record): Use do_read_attribute to read the |
67 |
|
individual values |
68 |
|
(struct DBFFile): Add the read_attribute method. |
69 |
|
|
70 |
|
* dbflib_wrap.c, dbflib.py: Update from dbflib.i. |
71 |
|
|
72 |
2003-09-29 Bernhard Herzog <[email protected]> |
2003-09-29 Bernhard Herzog <[email protected]> |
73 |
|
|
74 |
* dbflib.i: Add exception typemap for the add_field method. Fixes |
* dbflib.i: Add exception typemap for the add_field method. Fixes |