-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
114 lines (93 loc) · 3.05 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
2011-09-09 Jachym cepicky <jachym@bnhelp.cz>
PyWPS 3.2.1
New Stable release
- Fix for UMN MapServer support (vector data)
- Fix for Java
- Fix for asynchronous mode
- Fix in tests for python 2.7
NOTE: MapServer will need further work
2011-09-06 Jachym Cepicky <jachym@bnhelp.cz>
PyWPS 3.2.0
New stable release
- Updated JavaScript client (Which is going to be developed right now by me as well for some other project)
- Introduced base64 data input and output encoding
- Basic support for UMN MapServer, which generates OGC WFS and WCS services on top of resulting data
- Documentation updates (API and workshops)
- mod_python possible
- Jython possible (pywps can run as Java servlet)
- Tested with GRASS Bridge from Sören
- Tests, tests, tests (and more will come soon)
- setup.py fixed
- logging using pythonish logging
2009-06-01 Jachym Cepicky <jachym@bnhelp.cz>
PyWPS 3.1.0
New stable release
* Bugs:
- Minor namespace fix
2009-05-19 Jachym Cepicky <jachym@bnhelp.cz>
PyWPS 3.0.1rc4
* Features:
- new pythonish wrapper cgi script example added
* Bugs:
- Fixed bug on MS Windows: configuration files can be read now
- Partly solved problem with os.fork() on MS Windows: PyWPS can NOT
run in assynchronous mode on MS Windows (but it does not fail)
- Fixed bug on Ubuntu 9.04 && Python 2.6 in the installing process
2009-03-15 Jachym Cepicky <jachym@bnhelp.cz>
PyWPS 3.0.1rc3
* Features:
- Updated examples
* Bugs:
- small bugfixes
2009-03-11 Jachym Cepicky <jachym@bnhelp.cz>
PyWPS 3.0.1rc2
* Features:
- Updated debian configuration files
- New examples
- Basic logfile enabled
* Bugs:
- few namespaces bugs
- lineage works better now
- setValue and getValue methods do accept file object as well, not only
file names (string)
- multiple bugs in status and store, process forking is back
- bugfix for complex input data
2009-01-23 Jachym Cepicky <jachym@bnhelp.cz>
PyWPS 3.0.1rc1
* Features:
- Updated debian configuration files
* Bugs:
- lineage and status attributes are parsed with namespaces
- "http://" can be parsed as encoded string
- bugfix in InAndOutputs.py: bad variable name
- fixed missing default value parameter in describe process document
- bugfix for complex input data
2008-09-16 Jachym Cepicky <jachym@bnhelp.cz>
PyWPS 3.0.0
* Support for OGC(R) WPS 1.0.0
* New code strucuture:
- completely rewritten source base
- more object-orientation
- simplification
- python-htmltml templating system
- support for internationalization
* New configuration file /etc/pywps.cfg
* New WPSProcess class with predefined methods for easier process
coding:
- addBBoxInput
- addBBoxOutput
- addComplexInput
- addComplexOutput
- addLiteralInput
- addLiteralOutput
- cmd
- getInput
- getInputValue
- i18n
- message
- setOutputValue
* New Status class with predefined methods:
- set (msg='', percentDone=0)
* New Input and Output classes:
- setValue
- getValue